@charset "utf-8";
/* CSS Document */

@import url(common.css);
@import url(noticias.css);
@import url(publicidad_google.css);
@import url(submenu.css);
@import url(images_cuadros.css);
@import url(1MTodos.css);


#CABECERA {
	background-image: url(../images/portadaCabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

#ENLACES {
	background-image: url(../images/portadaEnlaces.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.submenu .contenido ul {
	margin: 0px 20px;
}

.alineaCentrado {
	text-align: center;
}

.alineaIzquierda {
	padding: 10px;
	text-align: left;
}

.tablaPrecios {
	width: 576px;
	text-align: center;
	padding: 20px 0px;
}

table {
	margin-bottom: 20px;
	border: 2px dotted #E2E600;

	width: 60%;
}

caption {
	width: 100%;
	padding-bottom: 25px;
	text-align: center;

	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #8E237D;

}

th {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #8E237D;
	font-variant: small-caps;
}

.fondoGris {
	background-color: #ECECEC;
}

.fondoBlanco {
	background-color: #FFFFFF;
}

td {
	font-weight: bold;
	color: #444444;
}