@media screen {


#menu a:link , #menu a:visited {
background-image:url('menu.gif');
	background-repeat: norepeat;
	width:213px;
	height:32px;
	display:block;
	margin-bottom:3px;
	text-indent:25px;
	line-height:30px;
text-decoration:none;
color:white;
}

#menu a:hover, #menu a:active{
background-image:url('menu3.gif');
	background-repeat: norepeat;
	width:213px;
	height:32px;
	display:block;
	margin-bottom:3px;
	text-indent:35px;
	line-height:30px;
text-decoration:none;

}



h1, h2, h3, h4 {
font-weight:normal;	
}




.bot{
position:absolute; 
color:#4a4a4a;
width:100px;
height:18px;
text-align:center;
background-color:none;
font-weight:bold;
top:10px;
left:10px;
z-index:100;
}



.bot1 a:link, .bot1 a:visited {
position:absolute; 
left:0px;
top:0px;
text-align:center;
width:18px;
height:18px;
text-decoration:none;
color:#4a4a4a;
font-weight:bold;
font-size:12px;

background-image:url('aumenta2.gif');
background-repeat: norepeat;

}

.bot1 a:hover, bot1 a:active  {
background-image:url('aumenta.gif');
background-repeat: norepeat;

text-decoration:none;
}


.bot2 a:link, .bot2 a:visited {
position:absolute; 
left:30px;
top:0px;
text-align:center;
width:18px;
height:18px;
text-decoration:none;
color:#4a4a4a;
font-weight:bold;
font-size:12px;

background-image:url('diminui2.gif');
background-repeat: norepeat;
}


.bot2 a:hover, bot2 a:active  {
background-image:url('diminui.gif');
background-repeat: norepeat;
text-decoration:none;
}



.printe a:link, .printe a:visited {
position:absolute; 
left:60px;
top:0px;
text-align:center;
width:18px;
height:18px;
text-decoration:none;
color:#4a4a4a;
font-weight:bold;
font-size:12px;

background-image:url('print2.gif');
background-repeat: norepeat;
}


.printe a:hover, printe a:active  {
background-image:url('print.gif');
background-repeat: norepeat;
text-decoration:none;
}





/*table {
font-size:10pt;
border-collapse:collapse;
border:1px DarkGray solid;
}

td {
border:1px DarkGray solid;
padding:3px;
}*/



.titulo , h1 {
font-size:19pt;
color:#0d75a3;
text-align:right;
font-weight:bold;


padding-bottom:2px;
}

.subtitulo , h2 {
font-size:14pt;
font-weight:bold;
text-align:left;
color:#0d75a3;
}

.destacado , h3 {
font-size:12pt;
font-weight:bold;
color:#656565;
}

.coment , h4 {
font-size:08pt;
}

a:link , a:visited {
color:#188dc2;

}

a:hover {
color:#4a4a4a;
}


#submenu {
font-weight:bold;
font-size:08pt;
text-align:center;
}

#submenu a:link, #submenu a:visited {
color:#004c87;
}

#submenu a:hover , #submenu a:active {
color:DodgerBlue;
text-decoration:none;
}






}


@media print {
	



	




}