﻿body,html
{
    height: 100%;
    margin:0;
    padding: 0;
	    background-color:white;
}
img
{  border-style: none;
}

#wrap {min-height: 100%;width: 100%;}

#main {overflow:hidden;
padding-top:10px;
	padding-bottom: 80px;
	width:1000px;
	margin:0 auto;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.header{
	/*height:100px;*/	
	padding:0px 15px;
}
.logo{
}
.title{
	vertical-align:middle;
	font-size:30px;
	font-family:Tahoma;
}
.content{
	margin:20px 0px 10px 0;
		padding:0px 15px;

}
.content1{
clear:both;
	height:90%;
}
.btnExecutar{

	text-align:center;
	font-size:30px;	
}
.bgTruncatura{
	background:transparent url('../Images/fundoImagem.png') no-repeat fixed center center;
}
.module-container{
	/*overflow:hidden;
	height:100%;*/
}
.module{
width:100%;
	/*height:150px;*/
	/*margin:0 5px 0 5px;*/
	
	/*width:500px;*/
}
.module-left{
float:left;
	margin:0 5px 0 0;
}
.module-right{
float:right;
	margin:0 0 0 5px;
}
