/** MAIN MENU **/
#navbar ul li a:link, #navbar ul li a:visited {
	background: url(/static/img/css/pestana_der_home.jpg) top right no-repeat; 
}

#navbar ul li a span {
	background: url(/static/img/css/pestana_izq_home.jpg) top left no-repeat;
}

.second_level ul li a:hover span {
	color: #0096D1;
}

#main_banner {
    background: url(/static/img/banners/baner_home.jpg) top right no-repeat;
    height: 122px;
}

a{color:#0096D1;}
span.separator {color:#0096D1;font-size:10px;}
div#main_items_content p {font-color:white;}



