@charset "utf-8";
/* CSS Document */
#contenedor #contenido #divInfo #h2Titulo
{
	height:auto;
	
	font-family:"Trade Gothic", "Lucida Grande", "Lucida Sans", Verdana;
	font-size:18px;
	color:#7D2626;
}

/***************** ESTILOS PARA LA GALERÏA DE IMAGENES *****************/

#capaGaleria
{
	overflow:auto;
	margin:0;
}


/************ FIN GALERIA ****************/

#mas
{
	display:block;
	
	margin:0 0 12px 18px;
	padding:0 0 0 17px;
	
	width:auto;
	
	text-decoration:none;
	font-family:"Myriad Pro", Arial;
	font-size:12px;
	font-weight:bold;
	color:#9F9691;
	
	background-repeat:no-repeat;
	background-position:0 3px;
}
#mas a
{
	text-decoration:none;
	font-family:"Myriad Pro", Arial;
	font-size:12px;
	font-weight:bold;
	color:#9F9691;
}
#mas a:hover
{
	text-decoration:underline;
}

/********************** CAPA DERECHA ****************************/

#extraLeft ul
{
	margin:12px 0 0 8px;
	padding:0 0 0 0;
	
	width:185px;
	
	list-style:none;
}
#extraLeft ul li
{
	margin:0 0 5px 0;	
	width:165px;
}
#extraLeft ul li a:link, #extraLeft ul li a:active, #extraLeft ul li a:visited
{
	padding:0 0 0 18px;
	
	font-family:"Lucida Grande", "Lucidad Sans", Verdana;
	font-size:12px;
	color:#78716C;
	
	text-decoration:none;
	
	background-image:url(../img/ico_flechasGrises.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}
#extraLeft ul li a:hover
{
	color:#D8131E;
	
	background-image:url(../img/ico_flechasRojas.gif);
}
