/*principal.css*/


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

#novedades {
	/*position: absolute;*/
	background: url(imagenes/chincheta.gif) no-repeat top left;
	float:right;
	top: 35%;
	left: 60%;
	overflow: auto;
	height: 150px;
	width: 240px;
	background-color: #B8C1EE;
	padding: 1em;
	margin: 1em;
	z-index: 0;
	border: 1px solid rgb(100,0,100);
}

#novedades em {
	font-weight: bold;
}

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








