﻿html, body
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: tahoma;
    font-size: 11px;
}

.cssbody0 *
{
    font-size: 9px;
}
.cssbody1 *
{
    font-size: 11px;
}
.cssbody2 *
{
    font-size: 13px;
}
.cssbody3 *
{
    font-size: 15px;
}


ul
{
    list-style: none;
    padding: 0px;
    clear: both;
    height: auto;
}

li
{
    padding: 5px;
    float: left;
}

.cajatexto
{
    width: 200px;
}


.lietiqueta
{
    width: 100px;
}

.liboton
{
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}

.libotonunico
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}


input[type="submit"]
{
    font-family: tahoma;
}
input[type="button"]
{
    font-family: tahoma;
}

.lierror
{
    color: red;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.licorrecto
{
    font-weight: bold;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.lblenlace
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
}


.logo
{
    position: fixed; left: 50%; margin-left: -175px; top: 8%; width: 350px; z-index: 180; height:140px;
    box-shadow: 0px 1px 22px rgb(87,85,85);
    border-radius: 10px;
    background-color:white;
    text-align:center;
    padding-top:10px;
}


.logoaula1
{
    width: 248px;
    height: 79px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    margin-top: 20px; 
    right: 20px;
    background-repeat: no-repeat;
    z-index: 200;
    background-position: center;
}


.logossl
{
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: 260px; /* half main elements height*/
    margin-left: 50px; /* half main elements height*/
    background-repeat: no-repeat;
    z-index: 200;
}



#divcajavalidacion
{
    height: 290px;
    width: 650px;
    top: 50%;
    margin-top: -170px; /* half main elements height*/
    left: 50%;
    margin-left: -325px; /* half main elements height*/
    position: absolute;
    border: solid 2px green;
    box-shadow: 5px 5px 5px #999;
    padding: 5px;
    background-color :white;
    z-index:1000;
}

#divcajavalidacioninterna
{
    border: solid 1px grey;
    background-color: #C0C0C0;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
    height: 210px;
    width: 450px;
}

.liimagenvalidacion
{
    height: 100%;
    width: 150px;
}

.divtitulo
{
    text-align: center;
    padding-bottom:25px;

    
}

.divtitulo label
{
    font-size: 18px;
    font-weight: bold;
}


body
{
    background-image: url('/Imagenes/logoinicio.jpg');
    background-repeat: no-repeat;
background-attachment:fixed;
background-position:center; 
}