legend{
	padding:3px 5px 3px 5px;
	background-color:#FFFFFF;
	color: var(--colorG4);
	border: var(--colorG2) 4px double;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.formLogo1{
	width:300px;
	margin-bottom: var(--spaceMarg);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.formLogo1 img{
	width:100%;
	margin-bottom: var(--spaceMarg);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.boxForm1{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width:100%;
	height:auto;
	padding: var(--padding);
	background-color: white;
	color: var(--colorG4);
	border:2px solid var(--colorG2);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
    box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
}
.fieldset1{
    display: flex;
	flex-direction: column;
	width:100%;
	border:2px solid var(--colorG2);
	padding: var(--padding);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.fieldset2{
    display: flex;
	flex-direction: column;
	width:100%;
	margin:0;
	border:2px solid var(--colorG2);
	padding: var(--padding);
	border: var(--colorG2) 4px double;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

ul.boxR01{
	display: flex; 
	flex-direction:column;
	justify-content:flex-start;
    width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.boxR01 li{
	display: flex; 
	flex-direction:row;
	justify-content: space-between;
    width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: var(--spaceDespuesP);
}
ul.boxR01 li:last-child{
	margin-bottom: 0;
}
.labelR01{
	width: calc(100% - 30px);
	padding: 0;
	margin:0;
	text-align: left;
}
.inputR01{
	width:16px;
	height: 16px;
	padding:0;
	margin:0;
	margin-top: 7px;
}


.form1{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width:100%;
    margin:0;
}
.label1{
	width:100%;
	padding: 0;
	margin:0;
	margin-bottom: var(--spaceMin);
	font-weight: bold;
}

.input1Msg{
	width:100%;
	height:auto;
	margin:0;
	margin-bottom: var(--spacePad);
	font-size:var(--fSizeMini);
}
.input1, .input2{
	width:100%;
	height:40px;
	padding:5px;
	margin: 0;
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.input1, .input2{
	border:1px solid var(--colorG2);
}
.input1{
	margin-bottom: var(--spacePad);
}
.input2{
	margin-bottom: var(--spaceMin);
}
.inputError{
	border:2px solid var(--colorR);
	margin-bottom: var(--spaceMin);
}
.select1{
	width: 100%;
	height: 40px;
	padding:6px 10px 4px 10px;
    margin:0;
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.select2{
	width: 100%;
	height: 40px;
	padding:6px 10px 4px 10px;
    margin:0;
	text-align:left;
	margin-bottom:var(--spacePad);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.boxSelect3{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
    margin:0;
	text-align:left;
	margin-bottom: var(--spacePad);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.select3{
	width: 30%;
	height: 40px;
	padding:6px 10px 4px 10px;
    margin:0;
	text-align:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.textArea1{
	width:100%;
	height:70px;
	margin:0 auto;
	padding:0;
	margin-bottom: var(--spaceDespuesSubt);
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid var(--colorG2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.submit1{
	width: 100%;
	height:40px;
	height:auto;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	text-align: center;
	background-color:var(--color2);
	color: #fff;
	font-weight:bold;
	border: 2px solid var(--color2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.submit1:hover{
	background-color:var(--color3);
	border: 2px solid var(--color3);
}













.autLogoPortada img{
	display: table;
	float: none;
	width: auto;
	height: auto;
	padding:0;
    margin:0 auto;
	text-align:center;
}
.autHeader{
	position: relative;
	z-index: 91;
	display: table;
	float: left;
	width: 100%;
	height: auto;
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
	background-color:#001d26;
	-webkit-box-shadow: 0px 7px 12px -5px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 7px 12px -5px rgba(0,0,0,0.9);
	box-shadow: 0px 7px 12px -5px rgba(0,0,0,0.9);
}
.autHeader img{
    float: left;
    width:120px;
    height:30px;
}

.autForm1 li{
	display:table;
	float:left;
	width:100%;
	padding:0px 5px 2px 30px;
    margin:0 auto;
	background-image:url(/img/triangulo4.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.autForm1 li a{
	display: inline-table;
    margin:0 auto;
	color:#007a9c;
	text-decoration:underline;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}

.autForm1 li:hover{
	background-image:url(/img/triangulo4b.png);
	background-repeat:no-repeat;
	background-position:0 5px;
}
.autForm1 h1, .autForm1 h2{
	display:table;
	float:left;
    width:100%;
    height: auto;
    margin:0 auto;
    margin-bottom: 15px;
    font-size:2em;
    text-align: center;
}
.autForm1 p{
	display:table;
	float:left;
    width:100%;
    height: auto;
    margin:0 auto;
    margin-bottom: 15px;
    font-size:1em;
}

.autInput1ErrorBox{
	float:left;
	width:100%;
	height:40px;
	padding:5px;
	margin:0 auto;
	margin-bottom:8px;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #FF0004;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.autInput1ErrorMsg{
	float:left;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
	text-align:left;
	font-size:0.9em;
	color:#FF0004;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.autInput1ErrorPass{
	float:left;
	width:100%;
	height:40px;
	padding:5px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #FF0004;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


a.autButton2{
    display: table;
	float: left;
	width:100%;
    height:50px;
    padding: 0;
    padding-top:12px;
	margin:0 auto;
	text-align: center;
    border:1px solid #00b0e1;
    background-color: #00c8ff;
    color: #fff;
    font-size: 1.2em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
    box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
a.autButton2:hover{
    border:1px solid #007a9c;
    background-color: #007a9c;
    color: #fff;
}
.autSubtitulo{
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.autParrafo{
    font-size: 1em;
    text-align: center;
    margin-bottom: 15px;
}
.inicioFORM, .inicioFORMok{
	display:table;
		width:90%;
		height:auto;
		margin:0 auto;
		margin-top:20px;
		padding:20px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		border:1px solid #ddd;
		-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
		-webkit-box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
box-shadow: 0px -5px 22px -5px rgba(0,0,0,0.2);
}

.AUT-etiqueta{
	float:left;
	width:100%;
	margin:0 auto;
	margin-bottom:3px;
	text-align:left;
}

.AUT_botones{
	float:left;
	width:100%;
	text-align:center;
}
@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 480px) {

} 
@media only screen and (min-width: 590px) {
	.select1{
		width: 200px;
	}
}
/* Ancho horizontal del celular Xiomi 11 Ancho:395px - 790px*/
@media only screen and (min-width: 768px) {
	.boxForm1{
		width:500px;
	}
}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1140px) {

}
