/* CSS Document */
 a {
	font-size: 18px;
	color: #00F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;

}
a:hover {
	font-size: 20px;
	text-decoration: none;
	color: #6FF;
}
a:active {
	text-decoration: none;
}
body
{ background-color:#FC0; 
	
	font-family:Arial, Helvetica, sans-serif;
}
table
{
	width:100%;
}
.td1
{ 
	border-right: solid;
	text-align:center;
	width:14%;
}
.td2
{ 
	border-style:solid;
	text-align:center;
}
.topo
{
	background: #FFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=70);
	
	position:fixed;
	left:0%;
	width:100%;
	top:0%;
}
.menu
{
	background: #FFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	
	position:fixed;
	right:1%;
	top:12%;
	width:75%;
		
}
.titulo
{
	float:right;
	width:65%; 
	font-weight:bold;
	font-size:18px;
	color:blue;	
	padding:10px;
}
#gal
{
	position:fixed;
	right:10%;
	top:20%;
	width:25%;	
	
}
.inicio11
{
	background: #FFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	
	-moz-border-radius: 10px; /* Para Firefox */
	-webkit-border-radius: 10px; /*Para Safari e Chrome */
	border-radius: 10px; /* Para Opera 10.5+*/
		
	position:fixed;
	left:35%;
	top:20%;
	width:25%; 
	font-size:18px;
	color: #009;
	padding:20px;


}
.corpo
{
position:fixed;
top:13%;
left:0%;
width:100%;
height:87%;
background-image:url(../logo/fundoc.jpg);	
z-index:-10;
}
.inicio
{
	background: #FFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	
	-moz-border-radius: 10px; /* Para Firefox */
	-webkit-border-radius: 10px; /*Para Safari e Chrome */
	border-radius: 10px; /* Para Opera 10.5+*/
	
	position:fixed;
	left:10%;
	top:20%;
	width:50%;
	height:61%;

	padding:20px; 
	font-size:16px;
	overflow: auto;


}
.inicio22
{
	background: #FFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	
	-moz-border-radius: 10px; /* Para Firefox */
	-webkit-border-radius: 10px; /*Para Safari e Chrome */
	border-radius: 10px; /* Para Opera 10.5+*/
	
	position:fixed;
	left:10%;
	top:20%;
	width:77%;
	height:77%;
	padding:20px;
	overflow: auto;
	font-size:14px;
}
.inicio2
{
	background: #FFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	
	-moz-border-radius: 10px; /* Para Firefox */
	-webkit-border-radius: 10px; /*Para Safari e Chrome */
	border-radius: 10px; /* Para Opera 10.5+*/
	
	position:fixed;
	left:10%;
	top:20%;
	width:79%;
	height:78%;
	padding:20px;
	overflow: auto;
	font-size:14px;
}
.inicio3
{
	background: #FFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	
	-moz-border-radius: 10px; /* Para Firefox */
	-webkit-border-radius: 10px; /*Para Safari e Chrome */
	border-radius: 10px; /* Para Opera 10.5+*/
	
	position:fixed;
	left:10%;
	top:19%;
	width:49%;
	height:74%;
	padding:10px;
	overflow: auto;
}
.inicio4
{
	
	position:fixed;
	left:60%;
	top:19%;
	width:30%;
	height:74%;
	padding:10px;
	text-align:center;
	
}
.noticias
{
	background: #FFF;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	
	-moz-border-radius: 10px; /* Para Firefox */
	-webkit-border-radius: 10px; /*Para Safari e Chrome */
	border-radius: 10px; /* Para Opera 10.5+*/
	
	position:fixed;
	left:0%;
	top:83%;
	width:100%;
	height:17%;

}
.anos
{

	position:fixed;
	top:7%;
	right:2%; 
	width:85%; 
	font-size:16px;
	font-weight:bold;
	padding:15px;
	color: #FC3;
	text-align:center;
}