/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	background:#edecee;
	line-height: 19px;
}
#content{
	width:1200px;	
	margin:auto;
	background:#fff;
}
#banner{
	background:#143270;
	width:100%;
	height:670px;
	overflow:hidden;
	text-align:center;
	clear:both;
	padding:1px;
}
#logo{
/*	float:right;*/
	text-align:left;
}
#texto{
	padding:20px;
	background:#fff;
}
#texto .left{
	width:70%;
	float:left;
	text-align:justify;
}
#texto .right{
	width:29%;
	float:right;
}
#footer{
	width:100%;
}
#footerimg {
	width:100%;
}
.div{
	clear:both
}
.grupo_input{
	padding-bottom:10px;
}
.block_right{
	border:#ccc solid 1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	margin-bottom:10px;
	}
h2, h3{
	color: #003;}
a{
	color: #003;}