
/***** bloque de bienvenida *****/
#bloque_bienvenida
{
	float: left;
	width: 656px;
	background-color: #FFF;

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	clear: both;
	/*border: 1px solid blue;*/
}

#bloque_bienvenida p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
	margin: 0px;
}

#bloque_bienvenida img
{
	border: 0px;
	margin: 0px 15px 0px 10px;
	padding:0px;
	float: right;
}
#bloque_bienvenida object
{
	border: 0px;
	margin: 0px 15px 0px 10px;
	padding:0px;
	float: right;
}
#bloque_bienvenida p.texto_bienvenida
{
	float:left;
	width:280px;
	text-align:justify;
	margin:0px;
	padding:15px 20px 20px 30px;
	color:#767676;
}
/***** bloque de novedades *****/
#bloque_novedades
{
	float: left;

	background: url(../../imagenes/portada/fondo_novedades_contenido.gif) top left repeat-y;
	
	background-repeat: repeat;

	width: 639px;
	margin: 0px 0px 40px 7px;

	padding:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	
	/*border: 1px solid blue;*/
}

#bloque_novedades .novedad
{
	float: right;
	background-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #E3E3E3;

	/*width: 430px;*/
	width: 463px;

	margin: 0px 0px 0px 0px;
	padding: 5px 20px 10px 10px;

	clear: both;

	/*border: 1px solid red;*/
}

#bloque_novedades .novedad h3
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	font-weight: bold;
}

#bloque_novedades .novedad p
{
	float: right;
	margin: 0px;
}



#bloque_novedades #separador
{
	width: 463px;
	height: 16px;
	background-color: #F6B727;
	float: right;
	/*border: 1px solid black;*/
}

#bloque_novedades #separador hr
{
	display: none;
}
#bloque_novedades #bajo_novedades
{
	float:left;
	width:639px;
	line-height:6px;
	background:url(../../imagenes/portada/fondo_bajo_novedades.gif) top left no-repeat;
}
#bloque_novedades ul
{
	float:left;
	width:627px;
	width:px;
	list-style-type:none;
	list-style-position:inside;
	margin:0px 0px 0px 6px;
	
	padding:0px;
}
#bloque_novedades ul li
{
	float: left;
	width: 313px;
	text-align:left;
	margin: 0;
	padding: 0px;
	border-style: solid;
	border-color:#C2C8C9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#767676;
	height:93px;
}
#bloque_novedades ul li a:link, #bloque_novedades ul li a:visited, #bloque_novedades ul li a:hover, #bloque_novedades ul li a:active
{
	float:right;
	color:#0092B1;
	font-weight:bold;
	margin:7px 5px 0px 0px;
	text-decoration:none;
}
#bloque_novedades ul li a:hover
{
	text-decoration:underline;
}
#bloque_novedades ul li p
{
	
	margin:12px 0px 0px 8px;
}
#bloque_novedades ul li p.descripcion
{
	margin:0px 0px 0px 8px;
}
#bloque_novedades ul li img
{
	float:right;
	border:1px solid #A4A4A4;
	margin:9px;
}
#bloque_novedades ul li.noticia_uno
{
	border-width:1px 1px 0px 0px;
	clear:left;
}
#bloque_novedades ul li.noticia_dos
{
	border-width:1px 0px 0px 0px;

}
