a:link, a:visited {
	text-decoration: none
	}
a:hover {
	 
	color: #CD2626;
	}
a:active {
	text-decoration: none
	color: #CD2626;
}
#corpo {
position: absolute;
margin: 0px auto;
width: 1280px;
height: 800px;


}

#topo {
position: absolute;
width: 1280px;
height: 50px;


}




ul.menulateral {
	padding:0px;
	margin:0px;
	width: 230px;
	background-color:#E5E5E7;
	list-style:none;
}
ul.menulateral li {
display: inline; 

}
ul.menulateral li a {

	padding: 2px 10px;
	display: inline-block;
	background-color:#E5E5E7;
	font-family: verdana;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom:3px solid #E5E5E7;
}
ul.menulateral li a:hover {
  background-color:#E5E5E7;
  font-family: verdana;
  font-size: 14px;
	color: #EA0000;
	border-bottom:3px solid #EA0000;



}

#logo {
position: absolute;
margin: 120px 240px 150px 500px;
width: 100px;
height: 100px;
background-color: grey;

}

#box1{
position: absolute;
margin: 300px 0px 0px 40px;
width: 980px;
height: 630px;
border: 1px solid;
background-color: #E5E5E7;
-moz-border-radius: 5px; /* Para Firefox */
-webkit-border-radius: 5px; /*Para Safari e Chrome */
border-radius: 5px; /* Para Opera 10.5+*/

}

#box1 .textbox1 {
font-family: sans serif;
font-size: 18px;
color: #000;

}

#borda1 {
position: absolute;
margin: 0px 0px 0px 0px;
width: 980px;
height: 50px;
background-color: #CD2626;

}

#borda1 .text {
margin-top: 10px;
margin-left: 80px;
font-family: arial;
font-size: 25px;
color: #fff;

}





#box2{
position: absolute;
margin: 300px 0px 0px 1050px;
width: 280px;
height: 140px;
border: 1px solid;
background-color: #E5E5E7;
-moz-border-radius: 5px; /* Para Firefox */
-webkit-border-radius: 5px; /*Para Safari e Chrome */
border-radius: 5px; /* Para Opera 10.5+*/

}

#borda2 {
position: absolute;
margin: 0px 0px 0px 0px;
width: 280px;
height: 50px;
background-color: #CD2626;

}


#borda2 .text2 {
margin-top: 10px;
margin-left: 50px;
font-family: arial;
font-size: 25px;
color: #fff;

}

#box3{
position: absolute;
margin: 450px 0px 0px 1050px;
width: 280px;
height: 480px;
border: 1px solid;
background-color: #E5E5E7;
-moz-border-radius: 5px; /* Para Firefox */
-webkit-border-radius: 5px; /*Para Safari e Chrome */
border-radius: 5px; /* Para Opera 10.5+*/

}


#borda3 {
position: absolute;
margin: 0px 0px 0px 0px;
width: 280px;
height: 50px;
background-color: #CD2626;

}

#borda3 .text3{
margin-top: 10px;
margin-left: 50px;
font-family: arial;
font-size: 25px;
color: #fff;

}

#footer {
position: absolute;
margin: 940px 0px 0px 1240px;
width: 100px;
}


