body,html{ font-size: 17px !important; font-family: Arial; }
@media (min-width:768px){ .container{ width:750px; } }
@media (min-width:992px){ .container{ width:970px; } }
@media (min-width:1200px){ .container{ width:90%; } }
@media (min-width:1600px){ .container{ width:1400px; } }


.min-he{
	display: block !important;
	min-height: 67vh;
	background: #f1f1f2 !important;
	padding-bottom: 2em;
}

.verde{
	background: #8cc63f;
	color: #fff;
}
.txt-verde{
	color: #8cc63f;
}

.mar-neg{
	margin-top: -3em;
	background: #fff;
	padding-top: 30px !important;
}

.header{
	height: 100px;
}

.center{
	width: 80%;
	margin: 2em auto;
}
.header_logos img{
	height: 120px;
	width: auto !important;
	padding: .5em;
}

.txt-bienvenida p{
	color: #8cc63f;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 3em;
	text-transform: uppercase;
}
#nue_usu,#acc_usu{
	padding: 1em 3em;
}
#nue_usu input,#acc_usu input{
	border-color: #8cc63f;
}
#acc_usu a{
	color: #000;
}



.pad-1em{
	padding: 1.5em 0 1em 0;
	font-size:.8em;
}
footer a{ color: #fff; }
footer a:hover{ color: #fff; }
footer img{
	width: 110px;
}
footer img:nth-child(2){
	width: 90%;
}
.me-in-blo{ }
.me-none{ display: none; }
body > footer > section > div:nth-child(3) > img:nth-child(2){
	margin-top: 2em;
}
body > footer > section > div:nth-child(1) > img{
	margin-top: 1.3em;
}

#nue_usu *{
	
}
#nue_usu p{
	margin-top: 1em;
}
#nue_usu img{
	width: 110%;
}
#nue_usu .registrate:hover{
	text-decoration: none;
}
#nue_usu .registrate{
	width: 200px;
	height: 2em;
	color: #fff;
	font-weight: bolder;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	background: url('boton.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
#aviso-p .registrate{
	height: 1.4em;
	color: #fff;
	font-weight: bolder;
	font-size: 1em;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	background: url('boton.png');
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0 1em;
}

#nuevoUsuario input[type="radio"]{
	margin-left: 2em;
}

#registro img{
	width: 80%;
}
#registro p{
	margin-top: 1em;
}
#registro .registrate{
	width: 200px;
	height: 2em;
	border: 1px solid transparent;
	color: #fff;
	font-weight: bolder;
	font-size: 1.4em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	background: url('boton.png');
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: left;
}
#acc_usu .registrate{
	width: 200px;
	height: 2em;
	border: 1px solid transparent;
	color: #fff;
	font-weight: bolder;
	font-size: 1.4em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	background: url('boton.png');
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: left;
}


.cboSeg{
	display: block;
	width: auto;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#aviso-p{
	
}
#aviso-p .modal-dialog{
	width: 85%;
	height: 90vh !important
}