@charset "utf-8";
/*
div{
border:#f00 solid 1px;
}
*/
body {
background:#A0E123 url(imgs/site01_01.gif) repeat-x scroll 0 0;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11pt;
color:#777;

}
.titulo{
color:#0C95D4;
font-size:18px;
}
#container{
width:800px;
margin: 0 auto;

}

#header{
background:transparent url(imgs/cortar_01.gif) bottom no-repeat; 
height:230px;
width:800px;
margin:0;
padding-top:1px;
position:relative;
/*border:#f00 solid 1px;*/
}

#logo{
margin:0;
padding: 24px 0 0 0;
width:160px;
float:left;
}
#logo h1{
/*background: transparent url(imgs/logo.png) no-repeat;*/
background: transparent url(imgs/logog.gif) no-repeat;
height:68px;
text-indent:-9000px;
}
#persona{
background: transparent url(imgs/caricatura.png) no-repeat;
width:140px;
height:167px;
margin:0; /*75px 0 0 650px;*/
bottom:-35px;
right:10px;
position:absolute;
z-index:13;
}
#content{
margin:0;
background:#fff url(imgs/top.gif) no-repeat;
width:800px;
}

#menu{
margin:0;
padding:0;
float:left;
width:760px;
clear:both;
}
#menu ul{
margin:0;
padding:0 0 0 30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#menu li{
float:left;
margin:20px 0 0 10px;
}
#menu ul li a {
color:#0C95D4;
display:block;
font-size:16px;
font-weight:bold;
height:28px;
padding:5px 0 0;
text-align:center;
width:86px;
text-decoration:none;
}

#menu ul li a:hover {
background:transparent url(imgs/item.gif) no-repeat;
color:#FFFFFF;
}
#menu ul li.current a{
background:transparent url(imgs/item.gif) no-repeat;
color:#FFFFFF;
}

#box{
background:url(imgs/bottom.gif) no-repeat bottom;
/*width:430px;*/
/*height:250px;*/
}

#box-content{
padding:20px 50px;
overflow:hidden;
}
#left-content{
float:left;
width:480px;
}
#left-content p{
line-height:20px;
}
#right-content{
float:right;
width:220px;
}
#right-content img{
margin:50px 0 0 50px;
padding:0;
}


#footer{
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#777;
}
