//
.contacto form fieldset {
	border: 1px solid #FFF;
}
.contacto form fieldset legend {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}
.contacto form fieldset label {
	width: 120px;
	display: block;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
.contacto form fieldset input {
	display: block;
	width: 240px;
	border: 1px solid #FF0;
	font: 14px Tahoma, Geneva, sans-serif;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
.contacto form fieldset .submitboton {
	background: url(../images/fondoboton.gif);
	color: #FFF;
}
.texto{
  color: #EEEEEE;
}
.texto h1, .texto h2,.texto h3, .texto h4,.texto h5, .texto h6 { color: #EEEEEE }

