html, body{width:100%; height:100%;}

body{
	margin:0px;
	overflow-y:scroll;
	font-family: Helvetica, Arial, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size:14px;
	color:#58585a;
	/*background-color:#232323;*/
	/*letter-spacing:1px;*/
}

form{margin:0px;}

p{margin:0px;}

table{/*border:0px;*/ border-collapse:collapse;}

img{border:0;}

.clear{clear:both;}

/**/

.logotipo{position:relative; height:65%; text-align:center;}
.logotipo img{position:absolute; bottom:0px; left:50%; margin-left:-89px;}

.descricao{position:relative; height:35%; text-align:center; font-size:16px; font-weight: normal; line-height:150%;}
.descricao a{color:#58585a; text-decoration:none;}
.descricao a:hover{color:#58585a; text-decoration:none;}

.zona_texto{width:100%; position:absolute; padding-top:0px; text-align: center; bottom:15px;}

@media screen and (max-width: 759px) {
 .descricao{height:35%; width:90%; margin-left:5%; text-align:center; font-size:12px; font-weight: normal; line-height:150%;}
}

@media screen and (min-width: 760px) {
 .descricao{height:35%; text-align:center; font-size:16px; font-weight: normal; line-height:150%;}
}

/*
@media screen and (max-height: 480px) {
 .zona_texto{position:absolute; padding-top:0px; top:40%;}
}

@media screen and (min-height: 481px) {
 .zona_texto{position:absolute;padding-top:0px;  top:40%;}
}

@media screen and (min-height: 600px) {
 .zona_texto{position:absolute;padding-top:0px;  top:40%;}
}*/


/*178px*/