body{ 
   background: white;
   max-width: 30rem;
    }
*{box-sizing: border-box;margin: 0;padding: 0; font-family: 'Source Sans Pro', sans-serif;}
header{
    background-color: #437cb8;
    position: fixed;
    top: 0;
    max-width: 30rem;
    height: 1.8rem;
   }

.contenedor{max-width: 30rem;
   
}

h1{   font-weight: 700;
    font-size:1.1rem;
    color:white;
    display: inline;
    position: fixed;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    max-width: 30rem;
    }

.registro{
    margin: auto;
    font-size: 0.7rem;
    padding: 1rem;
    padding-top: 0;
    color: #82A346;
    text-decoration: none;
    }
td a:hover { 
    text-decoration: underline;
}

.formulario {
    border-style: solid;
    border-width: 5px;
    border-color: #72A8D5;
}

.image-upload > input
{
    display: none;
}

.inputloggeo{    
    width: 100%;
    margin: auto;
    padding: 1rem;
    padding-top: 0.5rem;
    border: 2px;
    border-color: #72A8D5;
    }
hr{    
      height: 0.5px;
      border-style: inset;
     border-color: gainsboro;
    margin:auto;
    }

form input {    
    width: 100%;
    margin: auto;
    border: 0;
    height: 1.8rem;
    color: #B2B4BA;
    }
.submit {    
    background-color: #82A346;
    font-weight: 700;
    font-size:1.1rem;
    color:white;
    margin-top: 0.5rem;
    text-align: center
}

.opciones{width: 30rem; 
        background-color:#437cb8; 
        position: absolute;
}
/*nav*/

nav .cruz { position: absolute; right: 50px;top: 1rem; max-height: 3rem; max-width: 30rem;
}
nav .barritas { position: absolute; right: 50px;top: 1rem; max-height: 3rem; max-width: 30rem;
}
nav {color: #437cb8;
     margin-left:0rem;
     padding top: 1rem;
    max-width: 30rem;
    }

nav ul{list-style: none;
        text-decoration: none;
        overflow:hidden;
        margin-left:0px;
        padding: 0rem;}

nav ul li{ float: none;
           color:#ffffff;
           margin-left:0rem;
        }
    

nav ul li a{margin: 0.3rem;
            padding: 1rem;
            display: block;
            text-decoration: none;
        
            margin-left:0px;
            color: #ffffff;
            background-color: #437cb8;}

nav ul li a:hover {background-color: #ffffff;
                   color: #437cb8;
                
}


.alertaact{
    width: 2,5rem;
        padding-top: 0.3rem;
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        position: absolute;
        background-color: white;
        margin-left: 35%;
        margin-top: -10rem;
        
    }

.alertaact img{
    max-width: 2rem; 
    }

/*fin de barra navegacion*/
section{
    margin: auto;
    position: relative;
    top: 2.5rem;
    text-align: center;
    float: none;
    max-width: 30rem
    
    }


.faduenvivo{

    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: -1;
    padding: 0.5rem; 
    padding-top: 0;
    padding-bottom: 1rem;
    }

a .faduenvivo{
 padding-bottom: 20rem;
    }

.iconos{

    margin: auto;
    position: relative;
    z-index: -1;
    }

.iconos img{
    padding: 10px;
width: 50%;
float: left;  
    }
    