@charset "utf-8";
/* CSS Document */
  
   #banner {
   background-image:url(banner8.jpg);
   background-repeat:no-repeat;
   border:0px;
   width:789px;
   height:281px;
   float:left;
}
   
   #quienes-somos {
   width:789px;
   height:185px;
   float:right;
   margin:15px 0px auto;
   }
   
   #titulo {
   width:519px;
   height:22px;
   margin:10px 0px auto;
   float:left;
   }
   
   #texto_general{
   width:519px;
   height:130px;
   float:left;
   font-family:Arial, Helvetica, sans-serif;
   text-align:justify;
   font-weight:normal;
   color:#4F4F4F;
   font-size:16px;
   margin:10px 0px auto;
   }
   
   #formulario_index {
   background:url(formulario_back.png);
   background-repeat:no-repeat;
   width:229px;
   height:184px;
   float:right;
   }
   
   #formulario_index p {
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   color:#FFFFFF;
   margin:10px 10px 0px 70px;
   }
   
   form { 
   width: 195px;
   height: 90px;
   margin:12px 10px 0px 0px;
   float:right;
   }
  
   .campo {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#646464;
   width: 195px; 
   height: 17px; 
   border: 1px Solid #EC832A; 
   background: #EC832A; 
   background-image:url(text_field.png);
   margin-bottom: 0px; 
   }
   
   #comentario {
   border: 1px Solid #E7671D; 
   background: #E7671D; 
   background-image:url(text_field_2.png);
   width: 195px; 
   height: 51px;
   } 
   
   .btn_enviar {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D6501;
	text-decoration: none;
	background-color: #E45815;
	background-image: url(btn_enviar.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px 5px 0px 118px;
	height: 16px;
	width: 76px;
	float:right;
   }
   
   #linea_inferior {
   border-bottom: 4px solid #FA98B0;
   width: 789px;
   height:10px;
   float:left;
   }
    
    #imgs_index {
	height:119px;
	width:789px;
	float:left;
	margin:5px 0px auto;
	}
	
	
   
   