#entrada{
	background: url("../imagenes/historia.jpg") right top no-repeat;
	height: 100%;
	padding-top: 1.2em;
}

/*Cuadro Novedades AAA */
/*************************************************************/
#novedades{   /*El cuadro en sí se define aquí */
	float: right;
	clear: both;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	background:  #FFCCCC url('../imagenes/exclama.jpg') no-repeat center;
	border: 1px solid #FF004B;
	width: 12em
}

#novedades h4{   /*Título de "Novedades"*/
	margin-top: 0px;
	text-align: center;
	background: #FF004B;
	padding: 0.6em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}

#novedades dl{  /*La lista de novedades en sí misma */
	margin: 0px;
	padding: 0.4em;
}	

#novedades dl dt{  /*Primera línea de cada novedad*/
	margin: 0px;
	font-size: 80%;
}

#novedades dl dd{  /*Segunda línea de cada novedad*/
	margin: 0px;
	margin-bottom: 0.5em;
	font-size: 80%;
	font-style: normal;
}

#novedades a{  /*Enlace de cada novedad, "[mas]"*/
	text-decoration: none;
}

#novedades a:hover{  /*Este enlace, cuando pasamos el ratón por encima*/
	color: #FFF;
	background: #FF004B;
}
