@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 100%;
	background-image: url(./Fondos/Nubes%206.jpg);
}

/* ~~ este contenedor de anchura fija rodea a las demás divs ~~ */
.container {
	width: 1024px;
	margin: auto;
	text-align: center;
	padding: 0px;
	font-size: 100%;
	background-image: url(./Fondos/crema.jpg);

}
.texto_vinculos {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
}


/* ~~ no se asigna una anchura al encabezado. Se extenderá por toda la anchura del diseño. Contiene un marcador de posición de imagen que debe sustituirse por su propio logotipo vinculado ~~ */
.header {
	color: #000;
	width: 1024px;



}
.texto_notas {
	font-size: 24px;
}
.texto_tabla {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: normal;
}
.texto_cabeceras {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bolder;
	color: #090;
}
