@charset "utf-8";

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #686868;
	font-size:10px;
	background-image: url(images/fondo.gif);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #686868;
	font-size:10px;
	text-decoration:underline;
}
a:hover{
	color: #000;
}
.link_trail{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #686868;
	font-size:9px;
	text-decoration:none;
}
.link_trail:hover{
text-decoration:underline;

}
.txt_header{
	font-family:   Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size:9px;
	text-decoration:none;
}
.link_footer{
	font-family:   Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size:11px;
	text-decoration:none;
}
.link_footer:hover{
text-decoration:underline;

}
body h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #686868;
	font-weight:bold;
	background-image:url(images/h2.gif);
	background-repeat:no-repeat;
	background-position:7px 5px;
	padding-top:3px;
	padding-bottom:0px;
	padding-left:22px;
	padding-right:0px;
	height:21px;
	margin: 5px 0px 0px 0px;
	text-align:left;

}
body h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #686868;
	font-weight:bold;
	background-image:url(images/h3.gif);
	background-repeat:no-repeat;
	background-position:7px 5px;
	padding-top:3px;
	padding-bottom:0px;
	padding-left:22px;
	padding-right:0px;
	height:21px;
	margin: 5px 0px 0px 0px;
		text-align:left;
}

.resaltado{
color:#164a8f;

}
#content_txt #hr{
	background-image: url(images/line-white.gif);
		height:1px;
	padding: 0px;
	margin: 0px 0px 5px 0px ;
	background-repeat: no-repeat;
	background-position: left;
}
#banner_lateral #hr {
	background-image: url(images/hr2.gif);
	height:1px;
	padding: 0px;
	margin: 0px 0px 5px 0px ;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: right;
}
.thrColFixHdr #container {
	width: 993px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;

	background-image:url(images/fondo-center.gif);
	background-repeat:repeat-y;	
} 
.thrColFixHdr #container_header{
width:993px;
height:24px;
display:block;
margin: 0 auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
background-image:url(images/page-top.jpg);
background-position:center top;
background-repeat:no-repeat;
} 
.thrColFixHdr #container_footer {
width:651px;
height:40px;
display:block;
background-image:url(images/page-bottom.jpg);
background-repeat:no-repeat;
} 

.thrColFixHdr #container_body {
padding-left:8px;
padding-right:8px;
} 
.thrColFixHdr #header { 
	background: #fff; 
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	padding-left: 8px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-image: url(images/lat-izq.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.thrColFixHdr #sidebar2 {
	padding-right: 8px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	background-image: url(images/lat-der.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.thrColFixHdr #topbar1 {
	padding-left: 8px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/top-izq.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.thrColFixHdr #topbar2 {
	padding-right: 8px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/top-der.gif);
	background-repeat: repeat-y;
	display:block;
	background-position: right;
}

.thrColFixHdr #top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	display:block;
	background-position: top;
	height: 5px;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;


} 
.thrColFixHdr #footer { 
	background:#727272;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat_5 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:5px;;
    font-size: 5px;
    line-height: 5px;
}
.clearfloat_0 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;;
    font-size: 1px;
    line-height: 0px;
}
#line_gray { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:3px;;
    font-size: 3px;
    line-height: 3px;
	display:block;
	background-color:#dcdcdc;
}
#line_gray_vert { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
float:left;
	width:3px;
    height:182px;;
    font-size: 3px;
    line-height: 182px;
	display:block;
	background-color:#dcdcdc;
	margin-top:15px;
	margin-bottom:15px;
}
#line_gray_vert_footer { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
float:left;
	width:2px;
    height:52px;;
    font-size: 2px;
    line-height: 52px;
	display:block;
	background-color:#dcdcdc;
	margin-top:10px;
	margin-bottom:10px;
}

.thrColFixHdr #bottombar1 {
	padding-left: 8px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/bottom-izq.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.thrColFixHdr #bottombar2 {
	padding-right: 8px; /* padding keeps the content of the div away from the edges */

	background-image: url(images/bottom-der.gif);
	background-repeat: repeat-y;
	display:block;
	background-position: right;
}

.thrColFixHdr #bottom{
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 5px;
	display:block;
}
.thrColFixHdr #header_lat{
width:190px;
display:block;
float:left;
}
.thrColFixHdr #header_logo{
margin-left:9px;
margin-top:7px;
height:131px;
display:block;
}
.thrColFixHdr #header_main{
margin: 0 0 0 190px;
}
#header_menu{
display:block;
z-index:21;
}
#header_menu ul {list-style-type:none; padding:0; margin:14px  0 14px 19px; font-family:arial, sans-serif;}
#header_menu #parent_menu {display:block; background:url(images/leaves.gif) no-repeat; height:23px; padding-left:35px; padding-top:7px; padding-right:5px; color:#6c6c6c;}
#header_menu a{ text-decoration:none; display:block;}

h3{font-size:15px; color:#6a6a6a; font-weight:bold;}
h4{
	font-size:10px;
	color: #751a1a;
	font-weight:bold;
	margin-top: 0px;
		margin-bottom: 5px;
}
h5{font-size:11px; color:#6f9f44; font-weight:bold; margin-bottom:-10px; margin-top:-10px;}
p{ font-size:10px;}
#content_txt p{
font-size:10px;
margin-top:0px;
margin-bottom:10px;
}
#vermas{
	background-image: url(images/arrow-black.gif);
	background-position: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #449146;
	text-decoration: none;
	font-weight: bold;
	float: right;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
}
#enlace{
margin-top:8px;
margin-bottom:8px;
	background-image: url(images/arrow-black.gif);
	background-position: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display:block;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
}
#enlace:hover{
color:#000000;

}
#enlace_menu{
margin-top:8px;
margin-bottom:8px;
	background-image: url(images/arrow-black.gif);
	background-position: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display:block;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
}
#enlace_menu:hover{
color:#000000;

}
#enlace_menu_main{
	margin-top:8px;
	margin-bottom:8px;
	background-image: url(images/arrow-black.gif);
	background-position: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #589b3d;
	text-decoration: none;
	font-weight: bold;
	display:block;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
}
#enlace_menu_main:hover{
	color:#000000;

}
#enlace_menu_no{
	margin-top:8px;
	margin-bottom:8px;
	background-image: url(images/arrow.gif);
	background-position: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b52830;
	text-decoration: none;
	font-weight: bold;
	display:block;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
}
#enlace_menu_no:hover{
	color:#000000;
	background-image: url(images/arrow-black.gif);
}

.texto_blanco {
	color: #FFFFFF;
	font-weight: bold;
}
.texto_gris {
	color: #666666;
	font-weight: bold;
}
#otros_prod{
	background-image: url(images/arrow-black.gif);
	background-position: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #449146;
	text-decoration: none;
	font-weight: bold;
	float: right;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	display:block;
	width:81px;
}

#vermas:hover{	color: #494949	;}
#top_barra_gray { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    height:25px;;
    font-size: 25px;
    line-height: 25px;
	width:400px;
	display:block;
	background-color:#f1f4f6;
	float:left;
}
#home_top{
float:left;
display:block;
background-image:url(images/home-icon2.gif);
background-repeat:no-repeat;
width: 13px;
height:11px;
}
#contact_top{
float:left;
display:block;
background-image:url(images/contact-icon.gif);
background-repeat:no-repeat;
width: 13px;
height:11px;
}
#header_hand{
padding-left:30px;
padding-right:200px;
	float:right;
	display:block;
	width: 307px;
	height:117px;

}

#sitemap_top{
float:left;
display:block;
background-image:url(images/sitemap-icon.gif);
background-repeat:no-repeat;
width: 13px;
height:11px;
}
#no_mostrar{
display:none;

}
#content_enterese{
float:left;
width:184px;
display:block;
padding-left:20px;
padding-right:10px;

}
#content_humatos{
float:left;
width:237px;
display:block;
padding-left:10px;
padding-right:10px;

}
#content_estrella{
float:left;
width:235px;
display:block;
padding-left:10px;
padding-right:10px;

}
#footer_credits{
	margin-top:18px;
	font-size:9px;
	color:#FFFFFF;
	width:197px;
	display:block;
	float:left;
	padding-left:20px;
}
#footer_address{
	margin-top:18px;
	font-size:9px;
	color:#FFFFFF;
	width:205px;
	display:block;
	float:left;
	background-image: url(images/home_green.gif);
	background-repeat: no-repeat;
	background-position: 32px 2px;
	padding-left: 50px;
}
#footer_contact{
	margin-top:18px;
	font-size:9px;
	color:#FFFFFF;
	width:185px;
	display:block;
	float:left;
	background-image: url(images/contact-green.gif);
	background-repeat: no-repeat;
	background-position: 39px 2px;
	padding-left: 58px;
}



#primer_texto{
position:absolute; left:-9999px; top:-9999px; width:0; height:0;
}
.image_pq_left{
margin:5px 10px 10px 0px;
	padding:1px;
	border: 1px solid #b9bbba;
}
.image_pq_right{
margin:5px 0px 10px 10px;
	padding:1px;
	border: 1px solid #b9bbba;
}

.image_mini{
margin:5px 5px 5px 0px;
	padding:1px;
	border: 1px solid #b9bbba;
}
.pregunta{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#515151;
text-align:center;
margin:5px;

}
#votar_btn{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-weight:bold;
font-size:9px;
margin-top:10px;
margin-bottom:10px;
background-color:#164a8f;
border-style:solid;
border-width:1px;
border-bottom-color:#0a2754;
border-left-color:#a1b6cf;
border-right-color:#0a2754;
border-top-color:#a1b6cf;
	height:21px;
	width:50px;
}
#votar_btn:hover{
background-color:#8f2416;

border-bottom-color:#54120a;
border-left-color:#cea5a1;
border-right-color:#54120a;
border-top-color:#cea5a1;


}
.buscar_btn{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-weight:bold;
font-size:10px;
background-color:#164a8f;
border-style:solid;
border-width:1px;
border-bottom-color:#0a2754;
border-left-color:#a1b6cf;
border-right-color:#0a2754;
border-top-color:#a1b6cf;
padding:3px;

	width:50px;
}
.buscar_btn:hover{
background-color:#8f2416;
border-bottom-color:#54120a;
border-left-color:#cea5a1;
border-right-color:#54120a;
border-top-color:#cea5a1;
}

.porcentaje{
font-size:8px;

}
.suscrib_txt{
font-family:Arial, Helvetica, sans-serif;
color:#31383b;
font-weight:normal;
font-size:9px;
background-color:#f7f6eb;
border-style:solid;
border-width:1px;
border-bottom-color:#cdcdcd;
border-left-color:#a0a0a0;
border-right-color:#cdcdcd;
border-top-color:#a0a0a0;
	height:15px;
	width:175px;
}
#suscribir_btn{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-weight:bold;
font-size:9px;
margin-top:10px;
margin-bottom:10px;
background-color:#164a8f;
border-style:solid;
border-width:1px;
border-bottom-color:#0a2754;
border-left-color:#a1b6cf;
border-right-color:#0a2754;
border-top-color:#a1b6cf;
	height:21px;

}
#suscribir_btn:hover{
background-color:#8f2416;

border-bottom-color:#54120a;
border-left-color:#cea5a1;
border-right-color:#54120a;
border-top-color:#cea5a1;


}
#bottom_banner{
background-image:url(images/bottom-banner.jpg);
background-position:bottom right;
background-repeat:no-repeat;
width:207px;
height:18px;

}
.vermas{
	background-image:url(images/arrow-vermas.gif);
	background-repeat:no-repeat;
	background-position: 3px 2px;
	padding-left:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#515151;
	text-decoration:none;
	
	
	
}
.vermas:hover{

text-decoration:underline;
}
.link_menu_lateral{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #313131;
	text-decoration: none;
	background-image: url(images/arrow-vermas.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-top:2px;
	padding-bottom:3px;

	padding-left: 25px;
	display:block;
	text-align:left;
}
.link_menu_lateral:hover{
text-decoration:underline;

}
.english{
background-image:url(images/eng.gif);
color:#e3e3e3;
background-repeat:no-repeat;
background-position:3px;
padding-left:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-decoration:none;
}
.english:hover{
text-decoration:underline;
}
.espanol{
background-image:url(images/esp.gif);
color:#e3e3e3;
background-repeat:no-repeat;
background-position:3px;
padding-left:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-decoration:none;
}
.espanol:hover{
text-decoration:underline;
}
.fecha{
	background-image: url(images/i-2.gif);
	background-position: 0px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #164a8f;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
}
.fecha:hover{
text-decoration:underline;

}
#siguiente{
	background-image: url(images/arrow-blue.gif);
	background-position: right 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #164a8f;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align:right;
	padding-right: 15px;
	padding-top: 2px;
}
#anterior{
	background-image: url(images/arrow-blue-back.gif);
	background-position: 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #164a8f;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	text-align:left;
}
#link_center{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #164a8f;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	text-align:center;
}
#link_center:hover,#anterior:hover,#siguiente:hover{
text-decoration:underline;

}
#no_txt{
display:none;
}
.inicio_es_btn{
background-image:url(images/inicio_bt-es.gif);
background-repeat:no-repeat;
background-position:left top;
width:58px;
height:19px;
display:block;
}
.mapa_es_btn{
background-image:url(images/mapa_del_sitio-bt-es.gif);
background-repeat:no-repeat;
background-position:left top;
width:115px;
height:19px;
display:block;
}
.contact_es_btn{
background-image:url(images/contactenos-bt-es.gif);
background-repeat:no-repeat;
background-position:left top;
width:100px;
height:19px;
display:block;
}
.inicio_en_btn{
background-image:url(images/inicio_bt-en.gif);
background-repeat:no-repeat;
background-position:left top;
width:58px;
height:19px;
display:block;
}
.mapa_en_btn{
background-image:url(images/mapa_del_sitio-bt-en.gif);
background-repeat:no-repeat;
background-position:left top;
width:76px;
height:19px;
display:block;
}
.contact_en_btn{
background-image:url(images/contactenos-bt-en.gif);
background-repeat:no-repeat;
background-position:left top;
width:100px;
height:19px;
display:block;
}

.inicio_es_btn:hover,.mapa_es_btn:hover,.contact_es_btn:hover,.inicio_en_btn:hover,.mapa_en_btn:hover,.contact_en_btn:hover{
background-position: 0 -19px;
}
.txt, textarea {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #fff url(images/innershadow.gif) -1px -1px repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:17px;
	}	
	.select_header {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #fff url(images/innershadow.gif) -1px -1px repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;

	}	
	.links-pag-s {

	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #003333;
	text-decoration: underline;
}
.links-pag {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #003333;
	text-decoration: none;

}
.cajastxt-fotos {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #003333;
	border: 1px solid #cccccc;
	background-color: #ffecdb;
	font-weight: bold;
}
.link_galeria{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #003333;
	text-decoration: underline;
}
.agregar {
    margin-left: 0px;
	padding-top:5px;
	padding-bottom:5px;
    padding-left: 20px;
    background-image: url(images/add.gif);
    background-repeat: no-repeat;
    background-position: 0 1px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.titulos-calendario {

	font-family: Tahoma, arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.txt-foot {
	font-family: Tahoma, arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
.txt-foto {

	font-family: Tahoma, arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
.txt-pag {

	font-family: Tahoma, arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
}
.error_message{
width:600px;
height:50px;
margin-top:50px;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
padding-left:50px;
background:url(images/error.gif);
background-repeat:no-repeat;
background-position:left center;

}
.download{
background-image:url(images/download.gif);
background-repeat:no-repeat;
background-position: left center;
height: 20px;
padding-left:30px;
font-size:12px;
color:#164a8f;
}
.h4_link{
font-size:10px; color: #751a1a;  font-weight:bold;  margin-top: 0px; margin-bottom: 5px;
text-decoration:none;
}
.h4_link:hover{
text-decoration:underline;
color: #751a1a;
}
.caja_directorio div{
margin-left:10px; margin-right:10px; margin-top:5px; margin-bottom:5px; padding-top:5px; width:310px; height:100px; padding-left:10px; padding-right:10px; padding-bottom:5px; border:solid; border-width:1px; border-color:#999999; background-color:#eff3fa; float:left;
}
.caja_directorio div p{
margin-left:22px; margin-right:22px; text-align:left;
}
.mapa_sitio h2{
	background-image:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:18px;
	height:auto;
	margin: -14px 0px 0px 0px;
	text-decoration:underline;
}
.mapa_sitio ul{
list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #686868;
}
.mapa_sitio .mapa_hijo{
	background-image: url(images/arrow-black.gif);
		background-position: 5px 5px;
	background-repeat:no-repeat;
	padding-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #686868;
		display:block;
}
.mapa_sitio .mapa_padre{
	background-image: url(images/arrow-vermas.gif);
	background-position: 5px 5px;
	background-repeat:no-repeat;
	padding-left:22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #686868;
}
.mapa_sitio h2:hover, .mapa_hijo:hover{
background-color:#eff3fa;
}
.mapa_sitio h2:hover, .mapa_sitio a:hover {
color:#000;
text-decoration:underline;
}