/*extras*/
#container_general{
background-color:#FFFFFF;
margin:0 auto;
width:800px;
padding:0 8 0 8;
}

#container{	width: 784px; margin: 0 auto;	padding: 8 0 8 0;	background-color:000000#; position:relative;}

/* ----- NAVIGATION ----- */

#topnavibox {
/*100%*/
width: 784px;
/*1C4488*/
background: #1C4488;
/*29px*/
height: 29px;
margin: 1 0 0 0;
}
#topnavi {
margin: 0;
/*el problema del padding del boton HOME era 4px */
padding: 0 0 0 0px;
position: relative;
z-index: 1000;
}
html>body #topnavi {
padding: 0px;
}
#topnavi ul {
margin: 0;
padding: 0;
}
#topnavi li {
float: left;
position: relative;
display: inline;
}

* html body #topnavi a {
padding-right:16px;
padding-left:15px;
}
* html body #firstone a {
padding-right:16px;
}

*> #firstone {
width: 56px;
}

#topnavi  a {
float: left;
text-align: center;
color: #FFFFFF;
text-decoration: none;
padding-right: 14px;
padding-left: 13px;
height: 21px;
border-right: 1px solid #FFFFFF;
/*text-transform: capitalize;*/
/*font: bold 100%/27px Verdana, Arial, Helvetica, sans-serif;*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
padding-top: 8px;
}
#topnavi a:hover {
color: #ffffff;
background: #666666;
text-decoration: none;
}
.drop {
display: none;
position: absolute;
top: 29px;
left: 0px;
border: 1px solid #BCBCBC;
background: #fff;
/*Cambiamos el ancho del submenu*/
width: 220px;
}
#topnavi .drop li{
float: none;
display: block;
}
#topnavi .drop a {
color: #747474;
text-decoration: none;
display: block;
float: none;
padding: 0 8px 0 20px;
margin: 0;
text-align:left;
white-space: nowrap;
background:  url(images/layup/toparrow.gif) #fff 7px no-repeat center;
border: none;
line-height: 18px;
height: 18px;
}
#topnavi .drop a:hover {
background: url(icono_links.gif) 7px no-repeat center;
background-color:#FFFFFF;
color: #1C4488;
text-decoration: none;
}
#topnavi  li:hover ul, li.over ul {
display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

/* ----- IMAGES ----- */

img{  border:0; }
img a{}
img a:hover{}

/* ----- LINKS ----- */

a {	color: #00367B;	text-decoration: none;}
a:hover {background: #EBEFF5;	text-decoration: none;}
a.nohover:hover { background:none; text-decoration:underline; }
a:visited, a:active, a:focus{}
a:visited{}
a:active{}
a:focus{}
#spotlight a {color: #000000;	text-decoration: none; }
#spotlight a:hover {background: none;text-decoration: underline; }