@charset "utf-8";


#god {
  min-height: 100%;
}

/* Hack para IE 6 */
* html #god{
  height:100%;
}

body, html {
	font-family:Helvetica, Arial,  sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
 	height:100%;
}

#bar{
	width:100%;
	background-image: url(bg-bar.gif);
	background-repeat: repeat-x;
	height:304px;
	}

#wrap{
	width:980px;
	height:99%;
	margin:0px auto;
	}
	
.box{
	width:300px;
	height:320px;
	float:left;
	margin: 0px 5px;
	padding:5px;
	display:block;
	}

	.box-contact{
	clear:both;
	width:960px;
	padding:8px;
/*border-top:solid 2px #ececec;*/
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
				}
	
	
.box ul {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.clear{
	clear:both;
	height:10px;
	margin:10px 0px 10px 0px;
	}

#footer{
	text-align:right;
	padding:5px 10px 15px 10px;
	border-top:solid 1px #ececec;
	margin:0 20px;
 	 position:relative;
	  height:30px;
 	 margin-top:-55px;


	}
	
h1{
	margin:0px;
	letter-spacing:-1px;
}
h2{
	letter-spacing:-1px;
	font-size:14px;
	margin:0px;
	margin-top: 3px;
	}

p{
	font-size:11px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Verdana,sans-serif;
	margin: 0px;
	}
	
.meta{
	font-size:10px;
	color:#999999;
	text-transform:uppercase;
}
.mail{
	font-size:10px;
	color:#FF3300;
}
		
input, textarea{
	border:solid 1px #cecece;
	padding:5px;
	width:290px;
	margin:0px 0px 6px 0px;
	font-weight:bold;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,Verdana,sans-serif;
	color:#bcbcbc;

	}
	.iin{
				background-image: url(bg_input.gif);
				background-repeat: repeat-x;
				background-position: left top;
				font-size:13px;
				font-weight:normal;
				width:288px;
}
form {
	margin: 4px 0px 4px 0px;
	padding: 0px;
}
	
.button{
	color:#666666;
	margin:0px 5px 5px 0px;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-top:none;
	border-left:none;
	}
hr {
	background-color: #666666;
}

.button-submit{
	color:#fff;
	background-color:#2f2f2f;
	margin:0px 6px 5px 0px;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-top:none;
	border-left:none;
	width:300px;
	}


a{
	text-decoration:none;
	color:#CC3300;

	}
a:hover{
	text-decoration:none;
	color:#000;
	}


.h1-main{
font:Helvetica, Arial,  sans-serif;
	font-size:26px;
	font-weight: normal;
	letter-spacing:-1px;
	color:#fff;
	margin-top:10px;
	}
	
