@charset "utf-8";
img {
   behavior: url("pngbehavior.htc");
}
.cabecera {
	background-color: #FFFFFF;
	height: 109px;
	width: 100%;
}
.logo {
	margin: 20px;
}
.body {
	margin: 0px;
}
.menu {
	width: 100%;
	background-image: url(../imagenes/menu.gif);
	background-repeat:  repeat-x;
}
.contenedor {
	width: 100%;
	background-image: url(../imagenes/fondo.gif);
	background-repeat:  repeat-x;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: top;
	text-align: center;
}
.contenedor_productos {
	width: 100%;
	background-image: url(../imagenes/fondo.gif);
	background-repeat:  repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: top;
	text-align: center;
}
.titulo {
	font-family: Tahoma;
	font-size: 18px;
	color: #769cd2;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 12px;
}

.texto_normal {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.texto_resaltado {
	font-family: Tahoma;
	font-size: 12px;
	color: #2e5089;
	font-weight: bold;
	text-align: left;
}
.tabla {
	background-image: url(../imagenes/fondo_tabla.gif);
	background-repeat:  repeat-x;
	background-position: top;
	background-color: #406b8b;
}
.margen_tabla {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.celda_bajo {
	background-color: #406b8b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8cafd8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
}
.linea_izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8cafd8;
}
.linea_dcha {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8cafd8;
}
.texto_tabla {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
}
.texto_tabla_resaltado {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
.texto_tabla_interior {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
}
.texto_tabla_interior_resaltado {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
.texto_peque {
	font-family: Tahoma;
	font-size: 9px;
	color: #8a8a8a;
	text-align: left;
}
.menu_productos {
	font-family: Tahoma;
	font-size: 10px;
	color: #406B8B;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #406B8B;
	text-align: center;
}
.menu_productos a {
	font-family: Tahoma;
	font-size: 10px;
	color: #406B8B;
	text-align: center;
}
.menu_productos a:link {
	color: #406B8B;
	text-decoration: none;
}
.menu_productos a:visited {
	color: #406B8B;
	text-decoration: none;
}
.menu_productos a:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.texto_pie {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.texto_pie a {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
.texto_destacado {
	font-family: Tahoma;
	font-size: 19px;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
}
#ventana_genec {
	float: left;
	margin-right: 10px;
}

#ventana_genec .esq_sup_centro {
	background-image: url(../imagenes/home/titular_centro.jpg);
	background-repeat:  repeat-x;
	height: 52px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	text-align: center;
	font-size: 14px;
}
#ventana_genec .centro {
	background-image: url(../imagenes/home/content_bkg.jpg);
	background-repeat:  repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B8B8B9;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
	background-position: bottom;
	background-color: #E4E5E5;
}
#ventana_genec .centro_inf {
	background-image: url(../imagenes/home/content_inf_centro.png);
	background-repeat:  repeat-x;
}
