/* Menu */

#tabs
{
position: relative;
float:left;
background: #184366 url('tabs/menubg.gif') repeat-x top left;
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
width:500px;
}

#buscar
{
position:relative;
float: left;
background: #184366 url('tabs/menubg.gif') repeat-x top left;
height: 3.5em;
/*padding: 0em 1.0em 0em 1.0em;*/
padding: 0px 0px 0px 0px;
/*margin-bottom: 2px;*/
width:376px;
}

#google_search {
	text-align:right;
	margin:9px 10px 0px 0px;
	color:#ffffff;
}

#tabs ul
{
position: absolute;
top: 1.1em;
}

#tabs ul li
{
position: relative;
display: inline;
}

#tabs ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

body.inst #tabs li.inst a,
body.cent #tabs li.cent a,
body.curs #tabs li.curs a,
body.admi #tabs li.admi a,
body.encu #tabs li.encu a
 {
    background: #184366 url('tabs/menuactive.gif') repeat-x top left;
    
}

#tabs ul li a:hover
{
text-decoration: none;
}

#tabsbottom
{
background: #fff url('tabs/border1.gif') repeat-x;
height: 14px;
margin-bottom: 0em;
clear:both;
}
