/*----------------------------------------------
css settings for HTML div exactCenter 
------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway);

#abc{
width: 100%;
height: 100%;
-moz-opacity: 0.90;opacity:.90;filter: alpha(opacity=90);
top: 0;
left: 0;
display: none;
position: fixed;			
background-color: #000;
overflow:auto;
z-index: 100;
}

#popupContact img#close{
position: absolute;
right: -30px;
top: -30px;
cursor: pointer;
}

div#popupContact{
position: absolute; 
left: 59%;
top: 7%;
margin-left: -400px;
font-family: 'Raleway', sans-serif;
}
/* FORMULARIOS */
  
  #frm{ padding:10px 10px; position: relative; border: 1px solid #8f8f8f; background: #000;-moz-opacity: 1.1;opacity:1.1;filter: alpha(opacity=110); overflow: hidden;}
   #frm select{ height: 35px; line-height: 35px;width: 200px; margin-bottom: 10px; }
  #frm label{ color: #333; font-size: 10px; display: block;}
#frm #fecha_ingreso{ font-size: 12pt; line-height: 30pt;}
  #frm_herramientas{ position: absolute; top: -6px; right: 20px; height: 30px; padding: 12px 8px 8px 8px; width: 200px; background: #2b2b2b; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; -webkit-box-shadow: 0px 4px 29px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 4px 29px 0px rgba(0,0,0,0.75);box-shadow: 0px 4px 29px 0px rgba(0,0,0,0.75); border-bottom: 1px solid #8f8f8f; border-left: 1px solid #8f8f8f; border-right: 1px solid #8f8f8f;}
  
#popupContact form{
    margin: 0;
max-width: 580px;
min-width: 250px;
padding: 20px 30px 0 20px;
border: 2px solid gray;
border-radius: 10px;
font-family:raleway;
background-color: white;
}

#popupContact h2{
padding: 20px 35px;
margin: 0px;
border-radius: 10px;
}


 
#popupContact input[type=text]{
width:82%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ccc;
padding-left: 40px;
font-size: 16px;
font-family:raleway;
} 

#popupContact #name{
background-image: url('img/name.jpg');
background-repeat: no-repeat;
background-position: 5px 7px;
}

#popupContact #email{
background-image: url('img/email.png');
background-repeat: no-repeat;
background-position: 5px 7px;
}

#popupContact textarea{
background-image: url('img/msg.png');
background-repeat: no-repeat;
background-position: 5px 7px;
width:82%;
height: 100px;
padding: 10px;
resize:none;
margin-top: 0px;
border: 1px solid #ccc;
padding-left: 40px;
font-size: 12px;
font-family:raleway;
margin-bottom: 0px;
}

#popupContact #submit{
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#FFBC00;
color: white;
border: 1px solid #FFCB00;
padding: 10px 0;
font-size:20px;
cursor:pointer;
border-radius: 5px;
}

#popupContact span{
color:red;
font-weight:bold;
}

#popupContact button{
width:10%;
height:45px;
border-radius:3px;

color:white;
font-family: 'Raleway', sans-serif;
font-size:18px;
cursor:pointer;
}

/*-----------------------------------------------------------------
css settings for right side advertisement
------------------------------------------------------------------*/
#popupContact img#fugo{
margin-left: 70%;
}	