/* block top links */
ul#header_links {
	margin: 0.0em 0em 0 0;
	list-style-type: none;
	float: left;
	/*width:960px;*/
}
#header_links li {
	float: left;
}

#header_links li:hover {
	background-color: #3aaedf; /* hover botón 3aaedf*/
}

#header_links a {
    background-color: #3aaedf;
    background-position: center top;
    background-repeat: no-repeat;
    color: #595A5E;
    display: block;
    height: 30px;
    margin-top: 2px;
    text-align: center;
    text-decoration: none;
	float: left;
	border-left:1px solid #FFFFFF;/*786749;*/
}

#header_links a:hover {
    background-color: #3aaeff;
    background-position: center top;
    background-repeat: no-repeat;
    color: #595A5E;
    display: block;
    height: 30px;
    margin-top: 2px;
    text-align: center;
    text-decoration: none;
	float: left;
	border-left:1px solid #FFFFFF;/*786749;*/
}

#header_links .first_item {
	border-left:0px solid transparent;
}

#header_links .first_item:hover {
	border-left:0px solid transparent;
}


#header_links img {
	margin-left:20px; /*PARA CALCULAR EL ANCHO DE LOS BOTONES*/
	margin-right:45px;
	margin-top:5px;
}

.seleccionado{background-color: #78AF48;} /*99112b;*/
.deseleccionado{background-color: #78AF48;} /*473423*/

#header_links #header_link_sitemap a {
	float: left;
	margin-left:20px;
	margin-right:10px;
}
#header_links #header_link_contact a {

}
#header_links #header_link_bookmark a { }


