@charset "utf-8";
body, html{
margin:0;
height: 100%;
font-family:Verdana;
font-size:100%;
}

body{ background: #004b88;}

a:{

}

img{border-style:none;}

#top{
background: url(images/body_bg.jpg) center top repeat-y #ffcb05;
height: 130px;
}

#top-l{
height: 100%;
float:left;
width:50%;
z-index:1;
}

#top-r{
background: url(images/top-r-bg.jpg) left top no-repeat #00609e;
height: 69px;
float:right;
width: 50%;
z-index:2;
*position: relative;
*top: -130px;
}

#top-c{
position: relative; 
background: url(images/top-c-bg.jpg) center top;
height: 130px;
width: 775px;
z-index:3;
margin:auto;
*top: -199px;
}

#main-bg{
background: url(images/body_bg.jpg) center top repeat-y #ffcb05;
clear:both;
}



#content-bg{
background:url(images/content-bg.jpg) center top repeat-y;
margin:auto;
width: 775px;
padding-bottom: 30px;
}


#footer-bg{
background:url(images/footer-bg.jpg) center top  no-repeat #004b88;
width: 775px;
height: 115px;
margin: auto;
padding: 50px 0 0 0;
text-align:center;
font-size: 80%;
color:#FFFFFF;
}

#content{
/*background: #CCFF00;*/
position: relative;
width: 690px;
left: 50px;
font-size:75%;
}

#menu{
margin:0;
background: #FF0000;
position: relative;
left: 300px;
top: 25px;
padding:0;
vertical-align:top;
font-family: "Trebuchet MS";
}

#menu ul{
margin:0;
position:absolute;
}

#menu ul li{
margin:0 10px 0 0;
display:inline;
}

#menu ul li a{
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
font-size: 75%;
}

h1{
background:url(images/titulo_bullet.jpg)  no-repeat left top;
padding: 0 0 0 25px;
margin: 0 0 0 0;
font-family: "Trebuchet MS";
font-size: 170%;
color: #004c87;
}

h2{
margin: 0 0 0 0;
font-family: "Trebuchet MS";
font-size: 130%;
color: #004c87;
}

#content table li{
margin: 0 0 10px 0;
font-weight:normal;
}

h2 a{
color: #004c87;
font-size: 90%;
font-family: verdana;
}

#content li{
margin: 0 0 10px 0;
}













