.contacto {
  width:100%;
  margin:0px auto;
  background:#fff;
  clear:both;
  vertical-align: top;
	display: block;
  }
.enobras {
  width:100%;
  margin:0px auto;
  background:#fff;
  clear:both;
  vertical-align: top;
	text-align: center;
	display: block;
  }
.contactofondo {
  width:100%;
  margin:0px auto;
  background:#bce7e8;
  clear:both;
  vertical-align: top;
	display: block;
  }
rojo {
  color: #d00;
  font-weight: 800;
	}
correo {
	text-decoration: underline;
  color: #00d;
  }
bloquedetexto {
  width:80%;
  margin:0px auto;
	display: block;
  }
mensajeerror {
  width:80%;
  margin:0px auto;
	color: #c00; 
	display: none;
	font-size: 9pt; 
  }
titulodecampo {
  width:80%;
  margin:0px auto;
	font-size: 10pt; 
	color: #fff; 
  background:#5b9af9;
  font-style: italic; 
	display: block;
	text-align: center;
  }
input[type='text'], input[type='email'], textarea {
  width:80%;
  margin: 0px auto;
	display: block;
	}
input[type='image'] {
	text-align: center;
  margin: 0px auto;
	display: block;
	}
	
