/* CSS Document */

body {
	font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	margin:0;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
}
#pagina{
	margin:50px auto;
	width:900px;
}
#pagina2{
	margin:30px auto;
	width:900px;
}
.logo{
	 margin-left: 75px;
	width:350px;
	height:140px;
	text-indent:-9999px;
	background:url(images/logo1.png);
	float:left;
}
.logo2{
	width:160px;
	height:70px;
	text-indent:-9999px;
	background:url(images/logo2.png);
	float:left;
}
.texto{
	  font-size: 18px;
	text-align:center;
	}
.info{
	width:350px;
	height:140px;
	text-indent:-9999px;
	background:url(images/info1.png);
	float:left;
}
.info2{
	width:300px;
	height:70px;
	text-indent:-9999px;
	background:url(images/info2.png);
	display:block;
	float:right;
}
.img-auto{
	display:block;
	width:350px;
	height:140px;
	text-indent:-9999px;
	background:url(images/auto.png);
	margin:0 auto;
}
.img-auto:hover{opacity:0.8;}
.tit-auto{
	
	display:block;
	width:900px;
	height:70px;
	text-indent:-9999px;
	background:url(images/tit-auto.png);
	margin:10px 0;
	
}

.col1{
	display:block;
	width:290px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	height:60px;
}

.col1-box{    text-transform: uppercase;
	width:268px;
	border:1px solid #CCC;
	padding:5px;
	margin-top:5px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.col1-box-select{ text-transform: uppercase;
	width:278px;
	border:1px solid #CCC;
	padding:5px;
	margin-top:5px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.colmini{
	display:block;
	width:140px;
	float:left;
	margin-bottom:10px;
	height:60px;
	margin-left:10px;
	
}
.colmini-box{     text-transform: uppercase;
	width:128px;
	border:1px solid #CCC;
	padding:5px;
	margin-top:5px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.colmini-box-select{    text-transform: uppercase;
	width:128px;
	border:1px solid #CCC;
	padding:5px;
	margin-top:5px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.col2{
	display:block;
	width:590px;
	margin-left:10px;
	float:left;
	margin-bottom:10px;
	height:60px;
	
	
}

.col2-box{    text-transform: uppercase;
	width:568px;
	border:1px solid #CCC;
	
	padding:5px;
	margin-top:5px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}

.col900-box{
	margin-left:10px;
	margin-top:5px;
	text-transform: uppercase;
	width:868px;
	height:300px;
	border:1px solid #CCC;
	resize:none;	
	padding:5px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.clear{clear:both;}
/*form{margin-left:10px;}*/
h2, h3{margin-left:10px;}
input[type=radio]{margin-top:10px;}

input[type=submit]{
	cursor:pointer;
	
	float:right; margin:10px; display:block;
	border:1px solid #CCC;    height: 40px; width:120px;
	
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	 }
	 
input[type=submit]:hover{
		 background:#B9B9B9;
		 color:#fff;
		 border:none;
}