body {
    margin:0;
    padding:0;
    text-align:center;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
 }

a{
	text-decoration:none;
}
.container{
	margin:auto;
	text-align:center;
	/* width:900px; */
	/* min-height:800px; */
	height:auto !important;
}

.vieira{
	height:auto;
	width:900px;
	margin:auto;
	text-align:center;
}

@media (max-width: 600px)
{
	.vieira{
		width:100% !important;
   }
}

.top{
	width: 100%;
	background-image:url("../img/layout/viera.jpg");
	background-repeat: repeat-x;
}

.section{
	min-height:800px;
	height:auto !important;
	height:800px;
	width:900px;
	color:#000;
}
.footer{
	background-color:#009134;
	background-position:center top;
	background-repeat:repeat-x;
	color: #FFFFFF;
	min-height:84px;
	height:auto !important;
	padding-top:375px;
	font-size:14px;
	font-weight:bolder;
	
}
.clear{
	clear:both;
}

.cubo a
{
    display:block;
    float:right;
    width:40px;
    height:38px;
    margin-right:4px;
    margin-top:4px;
    background-image:url(../images/cubo.png);
    background-position: 0px 0px;
}

.cubo a:hover
{
    background-position: 0px -38px;
}
