#titulo {
	background: url('../images/tituloContacto.png') no-repeat;
	width:610px;
	position:absolute;
	top: 15px;
	left: 10px;
}

#titulo h1 {
	display:none;
}

a span {
	display:none;
}

#contenedorFormulario {
	position:			absolute;
	width:				380px;
	top:				110px;
	left:				150px;
	color:				white;
	font-family: 		Helvetica, Arial;
	text-align: 		justify;
	border:				0px solid white;
	font-weight: 		normal;
	font-size: 			12px;
	height: 			400px;
	overflow:			hidden;
}

#contenedorFormulario input {
	border:1px solid white;
}

#contenedorFormulario textarea {
	border:1px solid white;
}

#contenedorFormulario label {
	display:block;
	width:150px;
	margin-top:10px;
	font-size:12px;
	line-height:12px;
}

#contenedorFormulario fieldset {
	border:0;
}

#contenedorFormulario textarea {
	height: 120px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	width:380px;
}

#contenedorFormulario legend {
	font-size:16px;
}

#contenedorFormulario p {
	margin-top:10px;
}

#contenedorFormulario input {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	height:		16px;
	line-height: 14px;
}

#contenedorFormulario .boton {
	margin-top:10px;
}


ul li {
	text-indent: 0;
	list-style: none;
	line-height: 18px;
	margin-top:20px;
}

#feedback {
	width:			300px;
	display:		block;
	position:		absolute;
	top:			200px;
	text-align:center;
}
