@charset "utf-8";
/* CSS Document */
#cuerpo {
	height: 662px;
}
h2 {
	background: url(../css-img/h2_contacto.png) no-repeat 95px bottom;
	height: 50px;
	width: 100%;
	text-indent: -9999px;
	margin-bottom: 35px;
}
h4 {
	color: #f3eb7b;
	font-style: normal;
	font-size: 18px;
	text-align: center;
}
strong {
	color: #ed1c24;
	font-weight: normal;
}

#contacto {
	position: absolute;
	top: 80px;
	left: 98px;
	width: 575px;
}
ul {
	list-style: none;
	width: 325px;
	background: #236493;
	margin: 0 auto 40px;
	padding: 15px 0 15px;
}
li {
	color: #fff;
}
input {
	width: 300px;
	height: 17px;
	line-height: 17px;
	margin: 0 auto 5px;
	display: block;
	color: #333;
}
textarea {
	width: 300px;
	height: 90px;
	color: #333;
	margin: 0 auto;
	display: block;
}
label {
	width: 300px;
	margin: 0 auto 2px;
	display: block;
}
button {
	background: url(../css-img/boton.png) center center no-repeat;
	border: 0px;
	width: 63px;
	height: 24px;
	margin: 15px auto 0;
	display: block;
	text-indent: -9999px;
}