ul li{
display: inline;
}

body {
font: 100% Arial, Trebuchet MS, Helvetica, sans-serif;

background: url(img/bg/bgV.gif)/*#F8d11d*/;
text-align: center;
margin: 2px 2px 0 2px; 
padding: 0;
/*padding-top: 20px;*/

color: #000000;

}

#body{
margin: 0 auto; 
padding-top: 20px;
width: 805px;
}

/************Header******************/
#header{
background: url(img/bg/bgHeader.jpg) repeat-x #eae7e7;
height: 95px;
line-height: 14px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#header img#logo{
float: left;
padding-left: 20px;
margin-top: 12px;
}

#header h6{
padding-top: 19px;
padding-right: 14px;
font-size: 19px;
text-align:right;
color:#003471;
margin-bottom: 0;
}

#header ul{
position: relative;
padding-right: 14px;
font-size: 11px;
text-align: right;
}

#header li a{
/*border-right: 1px solid;*/
padding-right: 3px;
color: #353535;
text-decoration: none;
font-size: 12px;

}

#header li a span{
font-weight: bold;
}

#header li a:hover{
text-decoration:underline;
}


/************ImgPrincipal************/
#ImgPrincipal{
padding-top: 5px;
}


/************Contenido**************/

#contenido{
border-top: 4px solid #9a6333;
background: #FFFFFF;
margin-top:0;
margin-bottom: 0;
}

/*--NavBar*/

#navigation{
width:805px;

background: url(img/bg/bgNavBar.jpg) repeat-x #aaa8a8;
}

#navigation ul{
margin: 0;
padding: 0;
height: 40px;
line-height: 40px;
list-style-type: none;
text-align: center;
}

#navigation li {
padding-left: 2px;
padding-right: 3px;
border-right: 0.5px #a2a1a1 solid;
text-align: center;
}

#navigation li a{
font: 100% Trebuchet MS;
font-size: 15px;
font-weight: bold;

text-decoration: none;
color: #252525;
}
#navigation li a span{
text-decoration: underline;
}
#navigation li a:hover{
color: #c10a0a;
}

#navigation li a#current{
color: #003471;
/*background: url(img/bg/bgCurrentNavBar.jpg) repeat-x #aa4e09*/
}


/*--info*/

#info{
padding-top: 15px;
padding-left: 30px;
padding-right: 15px;
text-align: justify;
background: #FFFFFF;
}

#info img.infoImg{
padding-left: 15px;
float: right;
}

#info h5{
font-size: 18px;
}

#info span.ingreso{
font-weight: bold;
color: green;
}

#info span.salida{
font-weight: bold;
color: red;
}

/*--Interest*/

#Interest{
background-color: white;
font: 100% Trebuchet Ms;
padding-left: 20px;
padding-bottom: 10px;
height: 240px;
margin-top: 0px;
}

#Interest h4{
color: #252525;
font-size: 18px;
padding-left: 10px;
text-align: left;
}

#cuadro1, #cuadro2, #cuadro3, #cuadro4{
float: left;
width: 183px;
height: 177px;
margin-left: 10px;
background: url(img/bg/bgFeaturedAtt.jpg) repeat-x #151515;
}

#cuadro1 a{
text-decoration: none;
color:#F8D11D;
font-size: 14px;
float: left;
padding-left: 4px;
padding-top: 30px;
}


#cuadro2 a{
text-decoration: none;
color:#F8D11D;
font-size: 14px;
float: left;
padding-left: 4px;
padding-top: 10px;
}

#cuadro3 a{
text-decoration: none;
color:#F8D11D;
font-size: 14px;
float: left;
padding-left: 4px;
padding-top: 30px;
}

#cuadro4 a{
text-decoration: none;
color:#F8D11D;
font-size: 14px;
float: left;
padding-left: 4px;
padding-top: 7px;
}

#cuadro1 a:hover, #cuadro2 a:hover, #cuadro3 a:hover, #cuadro4 a:hover{
	text-decoration: underline;
}

#cuadro1 img, #cuadro3 img{
padding-top: 20px;
}

#cuadro2 img, #cuadro4 img{
padding-top: 7px;

}

/************Footer******************/
#footer{
margin-top: 8px;
height: 100px;
background: url(img/bg/bgFooter.jpg) repeat-x #033e7a;
padding-left: 8px;
padding-top: 5px;
padding-bottom: 15px;
margin-bottom: 5px;
}

#footer img{
float: right;
padding-right: 20px;
padding-top: 5px;
}

#footer h3{
padding-top: 0px;
text-align: left;
color: white;
font-size: 14.5px;
font-weight: bold;
}

#footer p{
margin-bottom: 5px;
text-align: left;
color: white;
font-size: 12px;
}




