h1{
	display: block;
	border-bottom: 5px solid #00497F;
	color: #42060A;
	font-size: 17px;
	background-image: url("/www/cajaespana/images/icono_contacto.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 65px;
	height: 17px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.contacto{
	width: 630px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #004980;
	margin-bottom: 25px;
}
.publicidad{	
	text-align: right;
	width: 190px;
	float: right;
	text-align: center;	
}
.contacto form{
	margin-top: 20px;
	display: block;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: 
}
.contacto form span{
	display: block;
	width: 70px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
.contacto form label{
	display: block;
	margin-bottom: 10px;
}
.contacto form input.inputContacto{
	width: 300px;
}
.contacto form textarea{
	width: 370px;
	height: 150px;
}
.contacto form input.botoContacto{
	float: right;
}
.error{
	font-size: 15px;
	font-weight: bold;
	color: #C90303;
	background-color: #DADADA;
	text-align: center;
	padding: 10px;
}
.enviado{
	font-size: 15px;
	font-weight: bold;	
	color: #048E22;
	background-color: #DADADA;
	text-align: center;	
	padding: 10px;
}
