@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
    margin-top:5px;
    font-family:sans-serif;
}
a:link{
text-decoration:none;
color:#003581;
}
a:visited{
text-decoration:none;
color:#003581;
}
a:hover{
text-decoration:underline;
color:blue;
}
.page{
	position:relative;
    margin:auto;
	width:825px;
	}	
.top{
background-image: url(images/top.jpg);
background-repeat: repeat-x;
width:817px;
height:5px;
}
.shadowleft{
width:5px;
height:auto;
float:left;
}	
.shadowleftup{
background-image:url(images/shadowleft.jpg);
width:5px;
height:750px;
}
.shadowleftstretch{ 
background-repeat:repeat-y;
background-image:url(images/shadowstrechleft.jpg);
width:5px;
min-height:10px;
height:auto;
}
.container{
background-color:#FFFFFF;
display:block;
float:left;
width:800px;
padding-top:10px;
}
.home{
display:block;
background-image:url(images/home.jpg);
width:470px;
height:410px;
float:left;
}
.homeside{
width:310px;
height:490px;
float:left;
display:block;
padding-left:10px;
}
.logo{
background-image:url(images/logo.jpg);
width:302px;
height:230px;
display:block;
float:left;
}
.menu{
display:block;
padding-top:10px;
float:left;
width:177px;
height:255px;
}
.desdecontainer{
width:121px;
height:170px;
padding-top:10px;
padding-left:6px;
float:left;
display:block;
}
 .desde{
background-image:url(images/desde.jpg);
width:121px;
height:170px;
float:left;
display:block;
}
.modulonoticias{
float:left;
background-image:url(images/modulonoticias.jpg);
width:177px;
height:213px;
overflow:hidden;
display:block;
font-size:11px;
}
.titulonoticias{
    font-size:11px;
    font-weight:bold;
    color:#003581;
}
.textonoticias{
    font-size:10px;
    overflow:hidden;
    height:125px;
}
.textonoticias p{
    margin:0px;
}
.contentcontainer{
width:598px;
height:294px;
margin-top:-76px;
margin-left:193px;
float:left;
display:block;
}
.content{
background-position:-1px;
background-image:url(images/content.jpg);
width:597px;
height:294px;
float:left;
display:block;
font-size:12px;
}
.titulodestaque{
    font-size:11px;
    font-weight:bold;
    color:#003581;
}
.textodestaque{
    font-size:10px;
    overflow:hidden;
    height:125px;
}
.textodestaque p{
    margin:0px;
}
.footercontainer{
width:780px;
height:16px;
text-align:center;
padding-top:10px;
padding-left:10px;
float:left;
display:block;
}
.footer{
background-image:url(images/footer.jpg);
height:16px;
width:780px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
text-align:center;
padding-top:3px;
}
.footer a:link{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.footer a:visited{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}

.shadowright{
float:left;
width:18px;
}
.shadowrightup{
background-image:url(images/shadowright.jpg);
width:18px;
height:750px;
}
.shadowrightstretch{ 
background-repeat:repeat-y;
background-image:url(images/shadowstrechright.jpg);
width:18px;
min-height:10px;
height:auto;
}
.bottom{
background-image:url(images/bottom.jpg);
height:13px;
width:817px;
float:left;
margin-left:6px;
}