/***** bloque de bienvenida *****/
#bloque_bienvenida
{

	clear: both;

	margin: 0px 2px 10px 0px;
	/margin: 10px 0px 10px 0px;

	padding: 0px 0px 5px 0px;
	/padding: 0px 1px 5px 0px;

	position: relative;
	float: right;

	width: 513px;
	height: 275px;



	border: 0px;
}


#bloque_bienvenida img
{
	position: relative;
	float: right;
	border: 0px;

	margin: 1px 25px 0px 0px;
}

/***** bloque de novedades *****/
#bloque_novedades
{

	clear: both;
	position: relative;
	float: right;

	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

 	background-image: url(../imagenes/portada/fondo_novedades.gif);
	background-position: top left;
	background-repeat: repeat-y;

	width: 514px;

	min-height: 50px;
	height: auto;

}

#bloque_novedades h2
{


	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 13px;


	background-image: url(../imagenes/general/cabecera/fondo_titulo.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: transparent;

	height: 25px;
	width: 488px;
	/width: 490px;
}

#bloque_novedades ul
{

	position: relative;
	float: left;

	margin: 0px 0px 0px 15px;
	/margin: 0px 0px 0px 8px;

	padding: 0px 0px 0px 0px;

}

#bloque_novedades li
{

	display: block;

	clear: left;
	position: relative;
	float: left;

	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	min-height: 90px;
	/height: 90px;


	width: 493px;


	border-bottom: 1px solid #cccccc;

}

#bloque_novedades .imagen 
{
	position: relative;
	float: left;

	clear: left;
	width: 100px;
	height: 73px;

	border: 1px solid #7e7e7e;

	margin: 0px 5px 0px 10px;
	/margin: 0px 5px 0px 4px;
}

#bloque_novedades  li strong 
{
	color: #00404b;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}

#bloque_novedades em
{
	color: #656565;
	display: block;

	margin-top: 3px;
	/margin-left: 3px;

	font-weight: normal;
	font-style: normal;
	font-family: Verdana;
	font-size: 10px;

	min-height: 42px;
	/height: 42px;
}

#bloque_novedades a:link, #bloque_novedades a:visited, #bloque_novedades a:hover, #bloque_novedades a:active
{
	display: block;
	float: right;

	text-decoration: none;
	color: #d87300;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana;
	font-size: 11px;

	margin-bottom: 10px;
}
