@charset "utf-8";
/* CSS Document */
#html, body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:1000px;
	height: 100%;
	margin-left: auto;
	margin-right:auto;
}body {
	background-image: url(back.png);
	background-repeat: repeat;
	padding:0px;
	/*margin: 0px auto;*/
}

a img {border:none;
}

li{list-style:none}
.total {
	float: left;
	text-align:left;
	margin: 0px auto;
}
.errorhalf {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	float: left;
	height: 300px;
	width: 400px;
	text-align: center;
	vertical-align: middle;
}
.errorotherhalf {
	width: 506px;
	float: left;
}


.header {
	float: left;
	width: 1000px;
	margin-top:20px;
	margin-bottom: 20px;
}
.logo {
	width: 400px;
	float: left;
}
.botonoff {
	width: 150px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	height: 64px;
}

.botonon {
	width: 150px;
	/* [disabled]float: left; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: 600;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	height: auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #333;
	background-repeat: repeat;
	line-height: 32px;
	/* [disabled]margin-top: 16px; */
}
.lineclearer {
	width: 100%;
	float: left;
}


.wrapper {
	width: 800px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	padding: 30px;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 20px;
	text-decoration: none;
	-webkit-box-shadow:  3px 3px 4px 1px rgba(0, 0, 0, 0.6);
	box-shadow:  3px 3px 4px 1px rgba(0, 0, 0, 0.6);
}
.wrapper2 {
	/* [disabled]width: 800px; */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	/* [disabled]padding: 30px; */
	/* [disabled]margin-right: 100px; */
	/* [disabled]margin-left: 100px; */
	/* [disabled]margin-bottom: 20px; */
	text-decoration: none;
	-webkit-box-shadow:  3px 3px 4px 1px rgba(0, 0, 0, 0.6);
	box-shadow:  3px 3px 4px 1px rgba(0, 0, 0, 0.6);
}


.wrapper a:link{
	color: #00b6ce;
	text-decoration: none;
	font-weight: bold;
}

.wrapper a:visited {
	color:#008e9c;
text-decoration:none
}  /* visited link */

.wrapper a:hover {
	color: 008e9c;
	text-decoration:none
}  /* mouse over link */

.wrapper a:active {color:#008e9c;text-decoration:none
} /* selected link */

.textoprinc {
	width: 1000px;
}
.footerleft {
	float: left;
	height: 50px;
	width: 550px;
	text-align: right;
}



.footer {
	width: 450px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-top: 20px; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-style: italic;
	text-decoration: none;
	color: #CCC;
	height: 50px;
}
.footer a:link {color:#FFFFFF;
	text-decoration:none}      /* unvisited link */
.footer a:visited {color:#FFFFFF;
text-decoration:none}  /* visited link */
.footer a:hover {
	color:#666;
	text-decoration:none
}  /* mouse over link */
.footer a:active {color:#FFFFFF;text-decoration:none} /* selected link */
.twothirds {
	float: left;
	width: 400px;
}
.thirdthird {
	width: 400px;
	float: left;
	margin-top: auto;
}







.formulario {
  max-width: 400px;
  margin: 0 auto;
}
.fila {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.fila label {
  width: 120px; /* Ajusta el ancho según lo que necesites */
  font-weight: bold;
}
.fila input,
.fila textarea {
  flex: 1;
  padding: 5px;
}
.fila textarea {
  resize: vertical;
}
.boton {
  display: flex;
  justify-content: flex-end;
}