/* CSS Document */
#contenedorCoronas {
	/* CSS para estirar el fondo */
	background: url(/AulaMedieval/aM_es/coronas/images/lineaTemp_fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*****************************/
	width:1150px;
	height:100%;
	margin:0;
	min-height:700px;
	min-width:1100px;
}

.anyos{
	font-family: "Century Gothic";
	position: absolute;
	top: 210px;
	color:white;
}

.gris{
	color:#CCC;
}
