﻿/* ====================================== */
/* Botones Home                           */
/* ====================================== */   

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin
{
    padding-top: 32px;
    padding-right: 5px;
    padding-left: 10px;
    margin: 0px 0px 0px 137px;
    height: 111px;
    width: 194px;
    background-repeat: no-repeat;
    background-image: url(/elementos/imagenes/login/fondo_login.gif);
    text-align: left;
    z-index:-10;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .lineaLogin
{
    height: 25px;
    width: 194px;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .lineaLogin .textoLogin
{
    padding-top: 6px;
    font-family: arial;
    font-size: 8pt;
    color: #3a3c3b;
    font-weight: bold;
    height: 19px;
    width: 70px;
    vertical-align: bottom;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .lineaLogin .cajaLogin
{
    font-family: arial;
    font-size: 8pt;
    color: #3a3c3b;
    font-weight: bold;
    height: 25px;
    width: 124px;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .textoOlvidasteRegistrar
{
    font-family: arial;
    font-size: 7pt;
    color: #FF0000;
    font-weight: bold;
    height: 15px;
    width: 194px;
    vertical-align: bottom;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .textoOlvidasteRegistrar a.enlace:link
{
    font-family: arial;
    font-size: 7pt;
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .textoOlvidasteRegistrar a.enlace:visited
{
    font-family: arial;
    font-size: 7pt;
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .textoOlvidasteRegistrar a.enlace:hover
{
    font-family: arial;
    font-size: 7pt;
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .textoOlvidasteRegistrar a.enlace:active
{
    font-family: arial;
    font-size: 7pt;
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}

.bloqueBannerLogin .bloqueBannerLogin_Login .bloqueLogin .botonIngresar
{
    height: 43px;
    width: 79px;
    position: relative;
    top: -15px;
    left: 110px;
}

/* ====================================== */
/* Bloque Olvidó Contraseña */
/* ====================================== */
.bloqueOlvidoContrasena
{
    height: 150px;
    width: 550px;
    background-repeat: no-repeat;
    background-image: url(/elementos/imagenes/login/olvido_contrasena.gif);
}

.modalBackground
{
    background-color: #C0C0C0;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.bloqueOlvidoContrasena .lineaOlvido
{
    height: 20px;
    width: 520px;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.bloqueOlvidoContrasena .lineaOlvido .textoOlvido
{
    font-family: arial;
    font-size: 8pt;
    color: #3a3c3b;
    font-weight: bold;
    height: 20px;
    width: 180px;
    vertical-align: bottom;
    text-align:left;
    float:left;
}

.bloqueOlvidoContrasena .lineaOlvido .cajaOlvido
{
    font-family: arial;
    font-size: 8pt;
    color: #3a3c3b;
    font-weight: bold;
    height: 20px;
    width: 340px;
    vertical-align: bottom;
    text-align:left;
    float:left;
}

.bloqueOlvidoContrasena .lineaOlvido .botonCancelarOlvido
{
    position:relative;
    top: 15px;
    left: 130px;
    width: 110px;
    height: 60px;
}

.bloqueOlvidoContrasena .lineaOlvido .botonEnviarOlvido
{
    position:relative;
    top: -25px;
    left: 250px;
    width: 110px;
    height: 60px;
}

/* ====================================== */
/* Bloque Registro Docentes */
/* ====================================== */
.bloqueRegistroDocente
{
    position:relative;
    width:564px;
    height:600px;
    text-align:left;
    top:-10;
}

.bloqueRegistroDocente .bloqueRegistroDocenteCabecera
{
    margin:auto;
    width:571px;
    height:98px;
    background-repeat: no-repeat;
    background-image: url(/elementos/imagenes/registro/cabeceraRegistroDocentes.png);   
}

.bloqueRegistroDocente .bloqueRegistroAlumnoCabecera
{
    margin:auto;
    width:571px;
    height:98px;
    background-repeat: no-repeat;
    background-image: url(/elementos/imagenes/registro/cabeceraRegistroAlumnos.png);   
}

.bloqueRegistroDocente .bloqueRegistroConcurso
{
    margin:auto;
    width:571px;
    height:98px;
    background-repeat: no-repeat;
    background-image: url(/elementos/imagenes/concurso/cabeceraRegistroConcurso.png);   
}
.bloqueRegistroDocente .bloqueRegistroDocenteCuerpo
{
    padding-left:20px;
    padding-right: 30px;
    margin: auto;
    width: 521px;
    background-image: url(/elementos/imagenes/registro/linea_registro.png);
    background-repeat: repeat-y;
}

.bloqueRegistroDocente .bloqueRegistroDocentePie
{
    margin: auto;
    width: 571px;
    height: 34px;
    background-image: url(/elementos/imagenes/registro/pie_registro.png);
    background-repeat: no-repeat;
}


.bloqueRegistroDocente .LetraRegistro
{
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    color:#949494;
 }

.bloqueRegistroDocente .LetraPaginacion
{
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    color:#949494;
 }
 
.bloqueRegistroDocente .LetraNegrita
{
    font-weight:bold;
}
 
.bloqueRegistroDocente .AlineacionDerecha
{
    text-align:right;
}
 
.bloqueRegistroDocente .AlineacionCentro
{
    text-align:center;
}
  
 
.bloqueRegistroDocente .bloqueRegistroDocenteCuerpo .bloqueIzquierda
{
    margin: auto;
    width: 150px;
    height: 20px;
}

.bloqueRegistroDocente .bloqueRegistroDocenteCuerpo .bloqueDerecha
{
    margin: auto;
    width: 364px;
    height: 20px;
}

.bloqueRegistroDocente .bloqueRegistroDocenteCuerpo .AlturaBotones
{
    height: 45px;
}

.bloqueRegistroDocente .bloqueRegistroDocenteCuerpo .bloqueIzquierdaDato
{
    margin-left:20px;
    width: 150px;
    height: 30px;
}

.bloqueRegistroDocente .bloqueRegistroDocenteCuerpo .bloqueDerechaDato
{
    margin: auto;
    width: 344px;
    height: 30px;
}

.AumentarAltura 
{
    height: 120px;
}

.AumentarAltura2
{
    height: 50px;
}

.bloqueRegistroDocente .bloqueRegistroDocenteCuerpo .bloqueCompletoDato
{
    margin-left:20px;
    width: 494px;
    height: 140px;
}


.bloqueRegistroActualizacion001
{
    position:relative;
    width:435px;
    height:240px;
    text-align:left;
    top:-10;
    background:url(/elementos/imagenes/actualizar/fondo_seleccion.png); 
    background-repeat:no-repeat;    
}

.bloqueRegistroActualizacionCuerpo
{
    padding:0;
    margin-left:50px;
    margin-top:60;
    margin: auto;
    width: 385px;
}