/***** bloque ruta *****/
#bloque_ruta #nombreDeMenuPadre
{
    background-color: #78ECB6;
}

#bloque_ruta #imagenMenuPadre
{
}

/***** zona central *****/
#zona_central
{
    float: right;
    width: 810px;
	background-color: #FFFFFF;
	padding-left: 20px;
}

#zona_central h2
{
    
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	clear: both;
	padding-top: 0px; /
	padding-top: 10px;
}

/***** Sección de Impresión y Enviar a un amigo *****/
#opciones
{
    float: left;
    clear: both;
}

/***** Sección de Impresión y Enviar a un amigo *****/
#opciones
{
    float: left;
    clear: both;
}
/***** Enlaces *****/

#listado_enlaces
{
	float: left;
	width: 800px;
}

#listado_enlaces .enlace
{
	float: left;
	width: 380px;
	min-height: 100px;
	height: auto;
	/height: 100px;
	
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	margin: 2px 2px 2px 2px;
	background-color: #EEEBEB;
}

#listado_enlaces .enlace:hover
{
}

#listado_enlaces .enlace img
{
	float: right;
}

#listado_enlaces .enlace i
{
	font-family: Verdana;
	font-size: 9px;
	color: #999;
	font-style: normal;
}

#listado_enlaces .enlace p
{
    float: left;
	margin: 0px 0px 5px 0px;
	font-family: Verdana;
	font-size: 11px;
}

#listado_enlaces .enlace a
{
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	background-image: url("../imagenes/portada/arrowDerecha.gif");
	background-repeat: no-repeat;
	background-position: 15% 60%;
}

#listado_enlaces .enlace a:hover
{
	text-decoration: underline;
}

#listado_enlaces p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}
