@charset "utf-8";

/* Estilos banner */
#bannerIndex{
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


/* Estilos areas del contendor principal */
#colCuerpoCentro{
	background-color:#E5E5E5; 
	margin:2px; 
	float:left; 
	width:519px;
}
#colCuerpoDer{
	width:294; 
	float:left;
}


/* Estilos pedidos */
.mensaje{
	color:#990000;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;	
}

/* Estilos Noticia Destacada */
.noticia_destacada{
	background-image:url(imagenes/noti-2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0px;
	padding-bottom:10px;
	width:220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin: 15px;
}
	.noticia_destacada h5{
		background: url(imagenes/dot2.gif) 5px 5px no-repeat;
		background-color:#990000;
		padding:5px 5px 5px 25px;
		margin:0;
		color:#FFF;
	}
	.resumen_noticia{
		border:#990000 solid 1px;
		border-bottom:0;
		margin:0;
		background:#E5E5E5;
	}
	.noticia_destacada p{
		color:#666666;
		padding:5px;
		margin:0;
	}
	.noticia_destacada p img{
		margin: 0px 5px 5px 0px; /*top, right, botom, left */
		border:#990000 solid 1px;
	}


