/***** bloque de bienvenida *****/
#bloque_bienvenida
{
	float: left;
	width: 555px;
	background-color: #FFFFFF;

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;

	clear: both;
	/*border: 1px solid blue;*/
}

#bloque_bienvenida h2 
{
	background-color: #FFFFFF;
	background-image: url(../../imagenes/portada/rotulos/bienvenida_portada.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	min-height: 14px;

	margin: 25px 25px 5px 25px;
}

#bloque_bienvenida h2 span
{
	display: none;
}

#bloque_bienvenida p
{
	margin: 2px 25px 15px 25px;
	text-align: justify;
	color: #565656;
}

#bloque_bienvenida img
{
	border: 1px solid #f28e00;
	margin: 0px 10px 0px 10px;
	float: right;
}

/***** Separador *****/
.separador
{
	display: block;
	margin: 0px 0px 5px 0px;
	height: 30px;
	background-image: url(../../imagenes/portada/separador_portada.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	border: 0px;


	position: relative;
	float: left;
	width: 555px;
}


.separador hr
{
	display: none;
}

/***** bloque de novedades *****/
#bloque_novedades
{

	position: relative;
	float: left;


	margin: 5px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	width: 251px;


	background-image: url(../../imagenes/portada/pie_novedades.png );
	background-position: 2px bottom;
	background-repeat: no-repeat;
}

#bloque_novedades	h2
{
	background-image: url(../../imagenes/portada/rotulos/novedades_portada.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #e6e5df;

	height: 23px;

	margin: 0px 0px 0px 2px;
	padding: 0px;
}

#bloque_novedades	h2 span
{
	display: none;
}

#bloque_novedades UL 
{
	margin: 0px;
	padding: 5px 3px 3px 15px;
	width: 233px;

	background-image: url(../../imagenes/portada/bordes_novedades.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: transparent;

	min-height: 210px;


	color: #565656;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;

	list-style-image: none;
   	list-style-type: none;

}

#bloque_novedades LI
{
	list-style-image: none;
   	list-style-type: none;

	margin: 20px 0px 0px 10px;
	padding: 0px 0px 15px 0px;

	width: 200px;

	min-height: 31px;


	border-bottom: 1px solid #f28e00;
}

#bloques_novedades LI:last-child
{
	border-bottom: 0px;
}

#bloque_novedades LI a:link, #bloque_novedades LI a:visited, #bloque_novedades LI a:active
{
	color: #565656;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: none;
}

#bloque_novedades LI a:hover
{
	text-decoration: underline;
}

/***** Bloque de obras *****/
#bloque_obras
{
	position: relative;
	float: left;

	background-color: transparent;

	min-height: 120px;

	width: 280px;

	margin: 0px 0px 0px 5px;
	padding: 0px 0px 11px 0px;




	background-image: url(../../imagenes/portada/pie_obras.png );
	background-position: 2px bottom;
	background-repeat: no-repeat;
}

#bloque_obras H2
{
	position: relative;
	float: right;

	background-image: url(../../imagenes/portada/rotulos/obras_portada.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;

	height: 23px;
	width: 277px;

	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#bloque_obras H2 span
{
	display: none;
}


#bloque_obras UL 
{

	margin: 10px 0px 0px 2px;

	padding: 20px 3px 3px 15px;
/* 	width: 278px; */

	background-image: url(../../imagenes/portada/bordes_obras.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	background-color: transparent;

	width: 260px;

	min-height: 215px;


	color: #565656;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;

	list-style-image: none;
   	list-style-type: none;
}

#bloque_obras LI
{

	list-style-image: none;
   	list-style-type: none;

	margin: 20px 0px 0px 10px;
	padding: 0px 0px 5px 0px;

	width: 230px;

	min-height: 75px;



}
#bloque_obras LI:last-child
{
	border-bottom: 0px;
}

#bloque_obras LI .imagen_obra
{
	position: relative;
	float: left;

	background-image: url(../../imagenes/portada/marco_obras.gif);
	background-position: 0px 0px;
	background-color: white;
	background-repeat: no-repeat;

	height: 73px;
	width: 73px;

	margin: 0px 10px 10px 0px;

	padding: 4px;
	
}

#bloque_obras LI a:link, #bloque_obras LI a:visited,#bloque_obras LI a:hover,  #bloque_obras LI a:active
{
	color: #565656;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;
	text-decoration: none;
	font-weight: bold;

	padding-bottom: 2px;
	border-bottom: 1px solid #f28e00;

	line-height: 19px;
}

#bloque_obras LI p 
{
	margin: 7px 0px 0px 0px;
	padding: 0px;

	color: #565656;
}