body { 
background-image:url(../imagenes/baglogo.jpg); 
	background-color:#ed1c24;
	background-repeat:repeat;
}
html,body {
	scrollbar-base-color:#fff;
 	scrollbar-3dlight-color:#C8C8C8;
   scrollbar-arrow-color:#333333;
   scrollbar-darkshadow-color:#C8C8C8;
   scrollbar-face-color:#eeeeee;
   scrollbar-highlight-color:white;
   scrollbar-shadow-color:#c8c8c8;
}
#contenedor { 
	position:absolute; 
	text-align:center; 
	width:100%; height:80%;
}
#general { 
	width:782px; height:610px; 
	/*background-image:url(../imagenes/fondoblanco3.png);*/ 
	background-image:url(../imagenes/fondoblanco_con_sello.png); 
	background-repeat:no-repeat; 
	margin-left:auto; 
	margin-right:auto; margin-top:7px; position:relative;
}
#cabecera { 
	width:744px; 
	height:75px; 
	background-image:url(../imagenes/bg_cabecera.jpg); 
	background-repeat:no-repeat; 
	background-position:0px 8px;
	margin-left:auto; margin-right:auto;
}
#banner { 
	width:744px; 
	height:117px; 
	background-image:url(../imagenes/banner.jpg); 
	background-repeat:no-repeat; 
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
	margin-left:auto; margin-right:auto;
}
#cuerpo { 
	width:744px; height:400px; 
	margin-left:auto; margin-right:auto;
	position:relative;
}
#frase {  
	width:500px; height:50px; 
	margin-top:10px; 
	margin-right:10px; 
	float:right;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#333333; 
	font-weight:bold; 
}
#izquierda {
	width:175px; 
	min-height:380px; 
	max-height:380px; 
	height:410px; 
	float:left; 
	margin-top:30px; 
	margin-left: 15px;
	border-right:0px solid #FF0000;
}
#derecha {
	width:550px;
	min-height:380px;
	float:right;
	max-height:380px;
	height:410px;
	overflow:auto;
	margin-top:10px;	/*background-image:url(../imagenes/bg_texto2.jpg); 
	background-repeat:no-repeat; 
	background-attachment:fixed;
	background-position:5% 85%; */
}
#footer { 
	width:744px; 
	height:25px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#ffffff; 
	clear:both; 
	margin-left:auto; margin-right:auto; 	
}
#footer A { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#ffcc00; 
}
.arial_11_normal { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF;
}
.arial_11_normal A { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF; 
	text-decoration:none;
}
.arial_11_normal A:hover{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#FFFFFF; 
	text-decoration:underline;
}
.titulo_amarillo {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px; 
	color:#FFFFFF; 
	font-weight:bold; 
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.leyenda {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold; 
	color:#FFffff;
}
.leyenda A {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#FFffff; text-decoration:none;
}

.boton {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:bold; 
	color:#000000; 
	background-color:#FFCC00; 
	border-bottom:1px solid #000000; cursor:pointer;
}
.frame_mensaje {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000; 
	background-color:#f1f8fa; 
	border:1px solid #e0e6e8;
}
.marco_foto { 
	background-color:#eeeeee; 
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000; 	
}
.marco_foto A {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000; 
	text-decoration:none; 
}
.titulo_seccion {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#da251c; 
}
#intro {
	width:782px;
	height:610px;
	background-image:url(../imagenes/fondoblanco3.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	position:relative;
}
/* ******************* FORMULARIO DE CONTACTO ************************* */
.tabla_contacto { 
	padding:10px;

}
.etiqueta {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}
#campo { 
	border:1px solid #333333; 
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	color:#333333;	
}
.boton_enviar {
	font-family:Arial, Helvetica, sans-serif; width:120px; 
	font-size:11px; 
	font-weight:bold; 
	color:#ffffff; 
	background-color:#da251c; 
	border-bottom:1px solid #000000; cursor:pointer;
}
