#zona_central h2
{
	float:left;
	width:260px;
	
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	
	padding: 0px;
	margin: 0px;

}
#zona_central h2 span
{
	float:left;
	clear:both
		
	font-family: Verdana;
	font-size: 14px;
	color: #001F88;
	font-weight: bold;
	
	text-transform:uppercase;
	padding: 0px;
	margin: 0px;

}

/***** bloque de bienvenida *****/
#bloque_bienvenida
{
	float: left;
	width: 660px;
	
	font-family: Verdana;
	font-size: 10px;
	color: #3E3E3E;
	text-align: justify;

}

#bloque_bienvenida img
{
	border: 0px;
	margin: 0px 0px 0px 30px;
	border:1px solid #BCC1C7; 
	float: right;
}

/***** bloque de novedades *****/

#bloque_novedades
{
	float: left;
	
	margin:20px 0px 0px 0px;
	
	background-image: url(../imagenes/portada/fondo.gif);
	background-position: top left;
	background-repeat: repeat;

	width: 660px;

}

#bloque_novedades h2.novedades
{
	float:left;
	clear:both;
	
	width:170px;
	height:18px;
	
	font-family: Verdana;
	font-size: 10px;
	color: #3E3E3E;
	font-weight: normal;
	
	background-image: url(../../imagenes/portada/rotulo_novedades.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	padding: 0px;
	margin: 0px;

}
#bloque_novedades ul
{
	float:left;
	clear:both;
	
	width: 660px;
	min-height:100px;
	height:auto;
	
	padding: 0px;
	margin: 0px;
	
	list-style-type:none;
	border:1px solid #A0A0A0;
}

#bloque_novedades ul li
{
	float:left;
	
	width: 290px;
	height:60px;
	
	padding: 6px 0px 0px 40px;
	margin: 0px;	
	
	list-style-type:none;
	list-style-image:none;
	
	background-image: url(../../imagenes/portada/fd_novedad.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	
	font-family: Verdana;
	font-size: 10px;
	color: #001F88;
	font-weight: normal;

}
#bloque_novedades ul li a
{
	font-family: Verdana;
	font-size: 10px;
	color: #001F88;
	font-weight: bold;
	text-decoration:none;
}
#bloque_novedades ul li a:hover
{
	text-decoration:underline;
}
#bloque_novedades ul li img
{
	float:right;
	
	margin:0px 8px 0px 5px;
	height: 50px;
	
	border:1px solid #C6C6C6;
	
}