/**
 * Contacto CSS
 */

#contacto{
	background: url(/images/bg_contacto.jpg) no-repeat 350px 50px;
}
 
#contacto p{
	margin-top: 10px;
}
#contacto input, #contacto textarea{
	background-color: #e4e7ef;
	border: 1px solid #08266e;
	padding: 4px;
	font-style: Arial;
	width: 300px;
}
#contacto input#accept{
	width: 20px;
}
#contacto textarea{
	height: 100px;	
}
#contacto #enviar{
	background-color: #08266e;
	color: #FFF;
	border: none;
	padding: 5px 10px;
	width: auto;
	cursor: pointer;
}
#contacto em{
	font-size: 0.9em;
}
.toRight{
	margin-right: 350px;
	text-align: right;
}
#dirContacto{
	margin-right: 15px;
	top: -120px;
	position: relative;
}