/*principalp.css*/





/*novedades---------------------------------------------*/

#novedades {
	/*position: absolute;*/
	float:right;
	top: 35%;
	left: 60%;
	overflow: auto;
	height: 150px;
	width: 240px;
	background-color: white;
	border: 1px solid black;
	padding: 1em;
	margin: 1em;
	z-index: 0;
}

#novedades em {
	font-weight: bold;
}

#novedades p.titulo {font-size: 1.5em;}

