body
{
    background-color: #FFF;
}

.main_login
{
	/*background-image:url('../themes/360/images/bg.jpg');*/
    /*background-color:#efefef;*/
    background-position: top center;
    text-align: center;
    height: 1000px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
}

h3
{
    color:#aaa;
    font-size: 13px !important;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    text-align: left;
    padding-top: 20px;
}

.input_toque
{
    color:#444;
    background-color: transparent;
    border-bottom: solid #aaa thin;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 38px;
    width: 100%;
    text-align:right;
    font-size: 13px !important;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    opacity:0.7;
   
}

    .input_toque:focus
    {
        border-bottom: solid #444 thin;
        border-top: none;
        border-left: none;
        border-right: none;
        outline: none;
            opacity:1;
    }

.boto_azul_login
{
    background-color: #85CDCA;/*#0075E4;*/
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 28px;
margin-top:30px;
}

    .boto_azul_login:hover
    {
        
color: #FFF;
opacity:0.7;
     
    }

button.boto_azul_login
{
    background-color: #0075E4;
    color: #fff;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 28px;
}

    button.boto_azul_login:hover
    {
        background-color: #0075E4;
opacity:0.8;
        border: solid #14205a thin;
    }


.footer
{
    bottom: 0px;
    color: #738297;
        background-color:#d8d8d8; /*#e6e7ea;*/
    /*font-size: .9em;*/
    /*height: 38px;*/
    left: 0px;
    line-height: normal;
    margin: 0;
    max-height: 100%;
    overflow: hidden;
    padding: 10px 0;
    position: fixed;
    -webkit-backface-visibility: hidden;
    right: 0px;
    text-align: right;
    width: 100%;
    z-index: 100;
    text-align: center;
}

@media (min-width: 768px)
{
    .PanelLogin
    {
        padding-top: 50px;
    }
}


@media (min-width: 992px)
{
    .PanelLogin
    {
        padding-top: 150px;
    }
}

@media (min-width: 1300px)
{
    .PanelLogin
    {
        padding-top: 250px;
    }
}

.lblaula {
    font-size: 15pt;
    font-weight: bold;
}
.lblgestion {
    font-size: 13pt;
   
}

/*.avatar{
    width: 100px;
    min-height:100px;
    margin: 50px;
    border: 7px solid #f6f7fa;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    z-index: 75;
}*/
.navbar-header
{

}



   .avatar {
    width: 120px;
    min-height: 120px;
   margin: auto;
    border: 7px solid #f6f7fa;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    z-index: 75;
}

.dtAlumno
{
    margin-left:auto;
    margin-right:auto ;
}

@media (min-width: 768px)
{
    .PanelSel
    {
        padding-top: 50px;
    }
}


@media (min-width: 992px)
{
    .PanelSel
    {
        padding-top: 75px;
    }
}

@media (min-width: 1300px)
{
    .PanelSel
    {
        padding-top: 150px;
    }
}

.TituloNavBar
{
    color: #444;
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-size: 8pt;
    padding: 5px 15px 0 15px;
}

.SubTituloNavBar
{
    color: #3da4f1;
    display: block;
    line-height: 30px;
    font-size: 8pt;
    /*margin-right:40px;
          padding-left: 25px;*/
}


.PanelLogin {
background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
border-top: 5px solid #85CDCA;/*#0075E4;*/
    margin-top: 100px;
    padding: 0 50px 50px !important;
}

.col-md-2
{
width: 0 !important;
}

.col-md-4
{
width: 100% !important;
}

.col-md-3
{
width: 100% !important;
}
.container
{
    min-width:300px !important;
max-width:500px !important ;
}
.imglogo
{
       /* padding-left: 20px !important;*/
}
.MostrarClave
{
    text-align:right;
    font-size:12px;
    margin-bottom:-10px;
    cursor:pointer;
    text-decoration:none;
    color:#85CDCA;
}
    .MostrarClave:hover
    {
         text-decoration:none;
         color:#85CDCA;
    }

