
#qtitulo{
	width: 350px;
	top: 12px;
	left: 50%; margin-left: -175px;
	position: relative;
}
#qtitulo img{
	width: 100%;
}
#container_p{
	width: 100%;
	height: 460px;
	top: 40px;
	position: relative;

}

#info{
	width: 50%;
	position: relative;
	z-index: 3;
	height: 100%;
	left: 50%;
	top: -460px;
	border-left: 2px solid #e3e3e3;
}
#info div{
	width: 70%;
	font-family: 'Asul', sans-serif;
	text-align: center;
	position: relative;
	left: 15%;
	top: 70px;
	font-family: 1.2em;
}
#matatexto{
	margin-top: 80px!important;
}
#form{
	width:40%;
	height: 100%;
	top: 30px;
	left: 5%;
	position: relative;
	font-family: 'Asul', sans-serif;
}
#form table{
	width: 100%; height: 100%;
}
#form table td{
	padding-top: 10px;
}

.input, textarea{
	box-shadow: 3px 3px 3px #e5e5e5;
	width: 180px;
	color: #59725F;
	font-family: 'book', sans-serif;
}
#form table span{
	color: red;
}
