/*Hoja de estilos CSS*/


@font-face {
    font-family: 'inconsolatabold';
    src: url('inconsolata-bold-webfont.eot');
    src: url('inconsolata-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('inconsolata-bold-webfont.woff2') format('woff2'),
         url('inconsolata-bold-webfont.woff') format('woff'),
         url('inconsolata-bold-webfont.ttf') format('truetype'),
         url('inconsolata-bold-webfont.svg#inconsolatabold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'inconsolataregular';
    src: url(font/inconsolata-regular-webfont.eot);
    src: url(font/inconsolata-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/inconsolata-regular-webfont.woff2) format('woff2'),
         url(font/inconsolata-regular-webfont.woff) format('woff'),
         url(font/inconsolata-regular-webfont.ttf) format('truetype'),
         url(font/inconsolata-regular-webfont.svg#inconsolataregular) format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'mondabold';
    src: url(font/monda-bold-webfont.eot);
    src: url(font/monda-bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/monda-bold-webfont.woff2) format('woff2'),
         url(font/monda-bold-webfont.woff) format('woff'),
         url(font/monda-bold-webfont.ttf) format('truetype'),
         url(font/monda-bold-webfont.svg#mondabold) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mondaregular';
    src: url(font/monda-regular-webfont.eot);
    src: url(font/monda-regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/monda-regular-webfont.woff2) format('woff2'),
         url(font/monda-regular-webfont.woff) format('woff'),
         url(font/monda-regular-webfont.ttf) format('truetype'),
         url(font/monda-regular-webfont.svg#mondaregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webthin';
    src: url(font/titilliumweb-extralight-webfont.eot);
    src: url(font/titilliumweb-extralight-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/titilliumweb-extralight-webfont.woff2) format('woff2'),
         url(font/titilliumweb-extralight-webfont.woff) format('woff'),
         url(font/titilliumweb-extralight-webfont.ttf) format('truetype'),
         url(font/titilliumweb-extralight-webfont.svg#titillium_webthin) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_webthin_italic';
    src: url(font/titilliumweb-extralightitalic-webfont.eot);
    src: url(font/titilliumweb-extralightitalic-webfont.eot?#iefix) format('embedded-opentype'),
         url(font/titilliumweb-extralightitalic-webfont.woff2) format('woff2'),
         url(font/titilliumweb-extralightitalic-webfont.woff) format('woff'),
         url(font/titilliumweb-extralightitalic-webfont.ttf) format('truetype'),
         url(font/titilliumweb-extralightitalic-webfont.svg#titillium_webthin_italic) format('svg');
    font-weight: normal;
    font-style: normal;

}



/* CSS FORMULARIO DE INGRESO */


*{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;   
}

body {
background-color: #fff;
    font-family: 'mondaregular', "Helvetica", sans-serif;
height: 100%;
    width: 100%;
    margin-right: auto;
margin-left: auto;
}



nav {
        font-family: 'mondaregular';

    text-align: center;
    background-color:#fff;
    border-bottom: 1px solid #ccc;
}

nav li {
    
    padding: 10px 10px;
    margin: 10px;
    
}
nav ul li { 
    list-style: none;
    display: inline-block;
    position: relative;
}

/* LO AGREGADO */

/* clear'n floats */
ul:after {
  clear: both;
}

ul:before,
ul:after {
    content: " ";
    display: table;
}

/* SUB MENU */
ul.sub {
  position: absolute;
  z-index: 200;
  display:none;
  min-width: 230px;
}

ul.sub li {
  float: none;
  margin: 0;
  padding-top: 10px;
  border-bottom: 1px solid #c1c1c1;
  width: 100%;

}

ul.sub li:first-child {
  padding-top: 30px;
}

ul.sub li:last-child {
  border-bottom: none;
}

/* sub display*/
ul.primario li:hover ul {
  display: block;
  background: #fff;
  width: 155px;
  text-align: left;
  margin-left: -10px;
}

/* keeps the tab background white */
ul.primario li:hover a {
  text-shadow: none;
}

/* FIN DEL NAV */

/* a NAV bar */

a {   

text-decoration: none;
color: #1d1f21;
outline: none;    
}

a:hover{
    color: #3897f0;
    
}

/* FIN a NAV bar*/


.logoxpress{
    
    display: none;
}

.crear{
    display: none;
    
}

#logo{
    display: none;
}
/********** INGRESAR ********/


.contenedoringresar{
    width: 100%;
    float: left;
    position: relative;
    display: inline;
    margin-right: 40px;


}

.contenedor_a, .contenedor_b{
max-width: 600px;
display: inline-block;
text-align: center;
margin-right: auto;
margin-left: auto;
padding-bottom: 100px;
padding-top: 50px;
}

.contenedor_a{
    padding-right: 50px;
    
}



/* ----------- FORMULARIO REGISTRO ------------*/

form {
    max-width: 100%;
    min-width: 350px;
    margin: auto;
    margin-top: 1em;
    width: 350px;
    
    background-color: #fff;
    border: 1px solid  #efefef;
    border-radius: 1px;
    
    
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top:1em;
    
    
}
h2 {
    margin-top: 5em;
    text-align: center;
    color: #424242;
    margin: 0;
    margin-bottom: 20px;
    
}

#bajada{
    font-style: bold;
    color: #424242;
    font-size: 14px;
    max-width: 350px;
    
}


input{
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: none;
    max-width: 100%;
    min-width: 100%;
}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%
        
              
}


#boton {
    text-align: center;
    padding: 8px 14px;
    height: 25px; 
    display: inline-block; 
    border: none; 
    cursor: pointer; 
    
   
}

#boton:hover {
    cursor: pointer;
    background-color: #BABABA;
    
}

p.crear {
    font-size: 12px;
    margin top: 3em;
    text-align: center;
    color: #082963;
    max-width: 100%;
    
margin-left: auto;
margin-right: auto;
width: 350px;
text-align: center;
    
}

p a {
    font-size: 12px;
    text-decoration: underline;
    
}

p a:hover {
    color: #adc6bd;
}


#pagina {
    max-width: 606px; 
    min-width: 320px;
    margin: 0 auto;
    text-decoration: none;
}

header {
    position:relative;
    max-width: 100%; 
    min-width: 100%;
    margin:0 auto;
     }


header a img {

    margin-bottom: 15px;

}




/*ACCEDER A MI CUENTA*/

label { 
    font-weight: bold; 
    color: #444; 
    font-size: 14px; 
}


input { 
    font-size: 16px; 
    max-width: 100%;
    min-width: 300px;
    margin left: 2em;
    margin-right: 2em;
    max-width: 100%;
    min-width: 100%;
font-family: "titillium_webthin", sans-serif;
    
    
    
}


input[type="text"] { 
    margin: 10px 0; 
    background: #fff; 
    
    border: 0;
border-bottom: 1px solid #d3d6db;
color: black;
    
    display: block; 
    max-width: 100%; 
    outline: none; 
    padding: 7px 8px; 
    font-family: "titillium_webthin", sans-serif;

}

input:focus{
    
    	outline:0px;
    border: 0;
    border-bottom: 1px solid #3897f0;
}

input[type="password"]:focus{
    
        
    	outline:0px;
    border: 0;
    border-bottom: 1px solid #3897f0;
}

input[type="mail"]{
    
        
    	outline:0px;
    border: 0;
    border-bottom: 1px solid #3897f0;
    
}

input[type="password"] { 
    margin: 10px 0; 
    background: #fff; 
    
    border: 0;
border-bottom: 1px solid #d3d6db;
color: black;
    
    display: block; 
    max-width: 100%; 
    outline: none; 
    padding: 7px 8px; 
    
    
}

input[type="mail"] { 
    margin: 10px 0; 
    background: #fff; 
    
    border: 0;
border-bottom: 1px solid #d3d6db;
color: black;
    
    display: block; 
    max-width: 100%; 
    outline: none; 
    padding: 7px 8px;     
}


input[type="submit"] { 
    margin: 10px 0; 
    
    background-color: #3897f0;
color: white;
border-radius: 3px;
cursor: pointer;
    
    
    padding: 14px;
    display: inline-block; 
    cursor: pointer; 

}

input[type="submit"]:hover { 

    opacity: 0.5;
}



 
    
p.checktexto{
    float: left;
    color:#ccc;
    margin: 10px;
    
    
}




input[type="checkbox"] { 
    margin: 0 0; 
    color: #ccc; 

    text-align: center;
    
    display: inline-block; 
    max-width: 100%; 
    outline: none; 
    padding: 0px 0px;
    text-align: center;
    

    
}


#olvidecontrasenia {
    font-size: 12px;
    margin top: 3em;
    text-align: center;
    justify-content: center;
    color: #082963;
}


    
    
/* FOOTER y Todo su Contenido */


footer {
    width: 100%;
    height: auto;
    background-color: #1d1f21;
    position: relative;
    padding: 50px;
    display: inline-flex;
}


#contenedorfooter{
    
    width: 950px;
    margin: auto;
    height: auto;
    display: inline-flex;
}

#logofooter img{
width: 158px;
}

#logofooter2 img{
max-width: 330px;
    text-align: center;
    float: inherit;

}

.abajo {
    font-family: 'titillium_webthin';
    color: whitesmoke;
    font-size: 14px;
}

::-moz-selection {
  background: #1d1f21;
  color: #3897f0;
}

::selection{
    
  background-color:#1d1f21;
  color: #3897f0;
}





/* -------------- @ MEDIA ---------------- */

@media only screen and (max-width: 460px) {

   
    * {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;   
}

body {
background-color: #fafafa;
    font-family: 'mondaregular', Helvetica, sans-serif;
height: 100%;
    width: 100%;
}

    nav{
        display: none;
    } 
    
    footer{
        
        display: none;
    }
    
    .contenedor_b{
        display: none;
    }
    
    img.logoxpress{
        display: none;
    }
    
    
.contenedor_a {
    padding-right: 0px;
}
    
    

legend {

align-content: center;
    text-align: center;
    margin: 0 0 1em 0;

}

.logoxpress {
	height: auto;
	display:block;
    text-align: center;
}

form {
    width: 300px;
text-align: center;
color: #424242;
    margin-top: 20px;
    text-align: inherit;
}

h2.bienvenida{

    font-size: 14px;
line-height: 16px;
margin: 10px;
text-align: center;
        color: #999;

    padding: 0;
border: 0;
vertical-align: baseline;
}

