@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: Montserrat;
  font-size: 12px;
}
.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
hr {
    width:90%;
	border-top:1px solid #0B5335;
}
.header {
	position:absolute;
	width:100%;
	height:174px;
	top: 0px;
	margin: 0 auto;
	z-index:1;
}
.logo {
	position:absolute;
	width:174px;
	height:174px;
    left:50%;
	margin-left:-520px;
	padding: 10px 10px 10px 10px;
	z-index:1;
}
.logo2 {
	position:absolute;
	width:174px;
	height:174px;
	margin-left:0px;
	padding: 10px 10px 10px 10px;
	z-index:1;
}
.nav {
	position:relative;
	left:50%;
	width:800px;
	margin-left:-340px;
	height:35px;
	text-align:center;
	background: #0B5335;
	border-radius: 5px;
	top: 70px;
	
}
.nav2 {
	position:relative;
	width:95%;
	text-align:left;
	background: #0B5335;
	border-radius: 0px;
	top: 80px;
	float: right;
}
.encabezado2 {
	position:absolute;
	float: left;
	width:600px;
	left: 250px;
	height:35px;
	text-align:left;
	top: 45px;
	font-weight: 550;
    font-style: italic;
    font-size: 14px;
	color: #0B5335;
}
.encabezado3 {
	position:absolute;
	float: right;
	width:295px;
	right: 50px;
	height:25px;
	top: 10px;
	z-index:10;

}
.menu {
	padding: 10px;
}
.opciones {
	display:inline;
}
.menu .opciones a {
	color: #FFFFFF;
	font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    letter-spacing: .1em;
	float: center;
	padding: 1px 10px 1px 10px;
	text-decoration: none;
}
.menu .opciones a:hover {
 color: #F16122;
 }
 .contenido {
	position:relative;
	width:600px;
	height:auto;
	margin: 0 auto;
	margin-top: 160px;
	vertical-align: middle;
}
 .contenido2 {
	position:relative;
	width:1024px;
	height:auto;
	margin: 0 auto;
	margin-top: 130px;
	vertical-align: top;
	padding: 0px 0px 50px 0px;
}
.formulario {
	position:relative;
	width:400px;
	height:auto;
	margin: 0 auto;
	padding: 0px 0px 150px 0px;
	z-index:10;
}
.footer {
   position:fixed;
   left:0;
   bottom:0;
   height:50px;
   width:100%;
   background:#FFF;
   z-index:100;
}
.footer2 {
   position:relative;
   left:0;
   bottom:0;
   height:100px;
   padding: 15px 0px 0px 0px;
   width:100%;
   background:#FFF;
   z-index:100;
}
.copy {
	text-align:center;
	font-family: Montserrat;
	font-size: 13px;
	opacity: 0.5;
}
h1{
	position:relative;
	font-family: Montserrat;
	font-size: 17px;
    color: #666666;
	padding: 15px 15px 15px 15px;
	top:-5px;
	margin-left:25px;
}
.aviso {
	text-align:center;
	font-family: Montserrat;
	font-weight: 550;
	font-size: 15px;
	color: #666666;
	padding: 15px 15px 15px 15px;
}
form input {
    width: 80%;
    padding: 15px;
    margin: 2px 0 2px;
    border: 2px solid #666666;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 7px; 
	cursor: text;

}
.seleccionador {
    width: 80%;
    padding: 15px;
    margin: 2px 0 2px;
    border: 2px solid #666666;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 7px;  
}
label {
	text-align:left;
	font-family: Montserrat;
	font-size: 15px;
    color: #3C3D3D;
	padding: 30px 30px 30px 30px;
}
.boton {
	width:138px;
	height:46px;
	text-align:center;
	font-family: Montserrat;
	font-size: 14px;
    color: #FFFFFF;
	padding: 7px 12px;
	border-radius: 300px;
	border: 2px solid #666666;
	font-weight: bold;
	margin-left: auto;
    margin-right: auto;
    display: inline;
    background: #FF812D;

}
.boton2 {
	width:155px;
	height:46px;
	text-align:center;
	font-family: Montserrat;
	font-size: 14px;
    color: #0B5335;
	padding: 14px 25px;
	border-radius: 300px;
	border: 2px solid #0B5335;
	font-weight: bold;
}
.boton3 {
	width:200px;
	height:46px;
	text-align:center;
	font-family: Montserrat;
	font-size: 14px;
    color: #FFFFFF;
	padding: 7px 12px;
	border-radius: 300px;
	border: 2px solid #666666;
	font-weight: bold;
	margin-left: auto;
    margin-right: auto;
    display: block;
    background: #FF812D;
}
.boton4 {
	width:400px;
	height:46px;
	text-align:center;
	font-family: Montserrat;
	font-size: 14px;
    color: #0B5335;
	padding: 14px 25px;
	border-radius: 300px;
	border: 2px solid #0B5335;
	font-weight: bold;
}
input:hover[type=submit] {
	background: #FF812D;
	color: #FFF;
	font-weight: bold;

}
input::placeholder {
  font-style: italic;
  color: #9E9E9E;
}
.menuCuentas {
	padding:0px 10px 0px 150px;

  	display:flex;
  	float: left;
  	justify-content: left;
	background: #0B5335;
	border-radius: 5px;
	top: 70px;
}
.menuCuentas ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.menuCuentas ul ul {

	box-shadow:  -3px 3px 3px #3C3D3D;
}
.menuCuentas a {
    display: block;
	color: #FFFFFF;
	font-family: Montserrat;
    font-weight: 550;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .1em;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
}
.menuCuentas li ul li ul {
left:100%;
position:absolute;
min-width:80px;
max-width:350px;
top:0px;
}
.menuCuentas ul ul a {
	color: #3C3D3D;
	font-family: Montserrat;
    font-style: normal;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 550;
	text-align: left;
	padding: 7px 40px 7px 20px;
	text-decoration: none;
	background-color: #D4D4D4;
min-width:80px;
max-width:350px;

}

.menuCuentas li ul {
	display:none;
	position:absolute;
	min-width:140px;
	top: 35px;
}

.menuCuentas > ul > li:hover{
	background-color:#D4D4D4;
	color: #F16122;
	box-shadow:  -3px 3px 3px #3C3D3D;
}

.menuCuentas a:hover{
	color:#F16122;
}



.menuCuentas ul li ul {
	display: none;

}
.menuCuentas ul li a:hover + ul, .menuCuentas ul li ul:hover {
	display: block;
}


.menuR {
	visibility: hidden;
	width:0px;
	height:0px;
}
.cp_oculta{
visibility: hidden;
}
.etiqueta {
	position:absolute;
	height:2vh;
	width: 15vw;
	top: 2vw;
	left: 20vh;
	z-index:2;
}
#mostrarMenu {
	width:0px;
	height:0px;
}
.logor {
	visibility: hidden;
	width:0px;
	height:0px;
}
.encabezado {
	visibility: hidden;
	width:0px;
	height:0px;
}


@media (max-width: 800px) {
body {
  margin: 0;
  font-family: Montserrat;
  font-size: 12px;
}
.encabezado {
	position: fixed;
	width:100%;
	max-width:100%;
	height:15vh;
	background: #0B5335;
	top: 0;
	left: 0;
	z-index:12;
	visibility: visible;
}
.encabezado2 {
	position:absolute;
	float: left;
	width:auto;
	left: 1%;
	height:35px;
	text-align:left;
	top: 17vh;
	font-weight: 400;
    font-style: italic;
    font-size: 13px;
	color: #0B5335;
}
.encabezado3 {
	visibility: hidden;
	width:0px;
	height:0px;
}
.logor {
	position:absolute;
	height:15vh;
	top: 0;
	left: 0;
	z-index:13;
	visibility: visible;
}
.lineaamarilla {
	position: fixed;
	width:100%;
	height: 0.6vh;
	background: #FFCC00;
	top: 15vh;
	left: 0;
	z-index:12;
	visibility: visible;
}
.logo {
	visibility: hidden;
	width:0px;
	height:0px;
}
.header {
	visibility: hidden;
	width:0px;
	height:0px;
	z-index:0;
}
.nav {
	visibility: hidden;
	width:0px;
	height:0px;
}
.footer {
position:fixed;
   left:0;
   bottom:0;
   margin-bottom: 0;
   height:50px;
   width:100%;
   background:#FFF;
   z-index:100;
}
.contenido {
	position:relative;
	width:96%;
	height:auto;
	margin: 0 auto;
    top: 15vh;
	vertical-align: middle;
	max-width:100%;
}
.contenido2 {
	position:relative;
	width:auto;
	height:100%;
	margin: 0 0 0 0;
    top: 25vh;
	vertical-align: top;
	padding: 0px 10px 50px 10px;	
}
.formulario {
	position:relative;
	width:90%;
	height:auto;
	margin: 0 auto;
	padding: 0px 0px 150px 0px;
	z-index:10;
}
.opciones {
	visibility: hidden;
	width:0px;
	height:0px;
}
.menu {
	visibility: hidden;
	width:0px;
	height:0px;
}
h1{
	position:relative;
	font-family: Montserrat;
	font-size: 15px;
    color: #666666;
	top:-5px;
	text-align: left;
	padding: 1px 1px 1px 1px;
}

#mostrarMenu {
	position:fixed;
	width:30vh;
	z-index:12;
	left: 60vh;
	top: 3.5vh;
}
#menuR {
	position:absolute;
	width:100%;
    height: auto;
	z-index:11;
	top: 16vh;
}
.cp_oculta{
visibility: visible;
}
.skin-glossy{
   	margin-left: 1vw;
   	margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    max-width: 76vw;
    z-index:10;
}

}


@media (max-width: 480px) {
body {
  margin: 0;
  font-family: Montserrat;
  font-size: 12px;
}
.contenido2 {
	position:relative;
	width:100%;
	height:auto;
	margin: 0 0 0 0;
    top: 20vh;
	vertical-align: top;
	padding: 0px 10px 50px 10px;	
}
.lineaamarilla {
	position: fixed;
	width:100%;
	height: 0.6vh;
	background: #FFCC00;
	top: 10vh;
	left: 0;
	z-index:12;
}
.encabezado {
	position: fixed;
	width:100%;
	max-width:100%;
	height:10vh;
	background: #0B5335;
	top: 0;
	left: 0;
	z-index:12;
}
.encabezado2 {
	position:absolute;
	float: left;
	width:auto;
	left: 1%;
	height:35px;
	text-align:left;
	top: 12vh;
	font-weight: 400;
    font-style: italic;
    font-size: 13px;
	color: #0B5335;
}
.logor {
	position:absolute;
	height:10vh;
	top: 0;
	left: 0;
	z-index:13;
	visibility: visible;
}
#menuR {
	position:absolute;
	width:100%;
    height: auto;
	z-index:11;
	top: 11vh;
}
#mostrarMenu {
	position:fixed;
	width:20vh;
	z-index:12;
	left: 34vh;
	top: 3vh;
}
.cp_oculta{
visibility: visible;
}
.skin-glossy{
   	margin-left: 1vw;
   	margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    max-width: 98vw;
    z-index:10;
}
.footer {
position:fixed;
   left:0;
   bottom:0;
   margin-bottom: 0;
   height:50px;
   width:100%;
   background:#FFF;
   z-index:100;
}
h1{
	position:relative;
	font-family: Montserrat;
	font-size: 15px;
    color: #666666;
	top:-5px;
	text-align: left;
	padding: 1px 1px 1px 1px;
}
}