/* CSS Do mais previsos */

.maisprev
{
	margin: 0 auto; 
    width: 250px;
	height:auto;
	border-style:solid;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;

} 


#esquerda
{
	margin-left:0px;
    width: 30%;
	float: left;
	text-align:center;
} 

#central
{
    width: 36%; 
	float:left;
	text-align:center;
} 	

#direita
{
	margin: 0; 
    width: 30%; 
	float: right;
	margin-left: 3px;
	text-align:center;
} 	   


