/* CSS Document */

*/
* {margin:0; padding:0}

html, body, #wrap {height: 100%;}

body > #wrap {
height: auto; min-height: 100%;
}

#main { /* mesma altura do footer */
padding-bottom: 172px;
} 

#footer {
	position: relative;
	margin-top: -172px; /* valor negativo da altura do footer */
	height: 40px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	background-image: url(images/back_dia.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #9d9b8a;
}

/* ******************************* footer ************************************ */
#footer {
	background:#86836b; 
	text-align:center;
	height:172px;
}
#footer p{
	padding-top:30px;
}
/* ******************************* flash ************************************ */

.flash_topo {
	height:810px;
}
/* ******************************* video ************************************ */
.video {
 top: 273px;
 right:auto;
 left:auto;
 text-align:center;
 z-index:10;
 position:absolute;
 width:100%;
 height:470px;
 
}


