﻿/*----------------------------------
- Autor: Michel Ruiz Tejeida
		 michel.ruiz.tejeida@gmail.com

Estilos para la página principal del sitio
-----------------------------------*/

* {
    margin: 0;
    /*padding: 0;*/
}

/*------------------------------
=Elementos HTML5
------------------------------*/

header, footer, section, nav, article {
    display: block;
}

body {
    margin: 0 auto;
    font-size: 12px;
}

h1 {
    font-size: 34px;
    font-weight: normal;
    color: White;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: Black;
    padding: 10px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    color: Black;
    padding: 15px;
}

img {
    border: none;
}

/*------------------------------
=Encabezado principal
------------------------------*/

header {
    background-image: url('/Content/imagenes/root/rootEncabezado.png');
    margin: 0 auto;
    height: 144px;
    width: 900px;
    -webkit-background-size: 100%;
}

.logo {
    margin: 180px 20px 0px 780px;
}

    .logo img {
        border: none;
        padding-top: 85px;
    }

.tabla {
    display: table;
}

.celda {
    display: table-cell;
}

.celdaEspacio {
    display: table-cell;
    width: 198px;
}

.celdaIzquierda1 {
    display: table-cell;
    margin-left: 100px;
    width: 310px;
}

    .celdaIzquierda1 ul {
        margin-left: 20px;
    }

    .celdaIzquierda1 li {
        margin-top: 5px;
    }

.celdaDerecha1 {
    display: table-cell;
    width: 356px;
    vertical-align: middle;
}

.celdaTitulo {
    display: table-cell;
    padding-top: 110px;
    padding-left: 500px;
}

    .celdaTitulo img {
        border: none;
        position: absolute;
        margin-top: -150px;
        margin-left: -450px;
    }

.celdaNav {
    display: table-cell;
    padding-top: 130px;
    padding-left: 50px;
}

    .celdaNav a {
        color: White;
        font-size: 14px;
        text-decoration: none;
        padding-right: 20px;
    }

        .celdaNav a:hover {
            text-decoration: underline;
            font-style: italic;
        }

.banner {
    margin-left: 60px;
    font-size: 24px;
    text-align: center;
}

/*------------------------------
=Contenido Index
------------------------------*/

section {
    background-color: White;
    display: table;
    margin: 0 auto;
    width: 900px;
}

    section article {
        background-color: #FFFFFF;
        display: table-row;
        font-size: 10px;
    }

        section article a {
            font-weight: bold;
        }

.bordeIzquierdo {
    background: #FFF url(/Content/imagenes/root/bordeIzquierdo.jpg) repeat-y top center;
    width: 18px;
    display: table-cell;
}

#accordion {
    background-color: White;
    height: 130px;
    width: 190px;
}

    #accordion h2 {
        background: #FFF url(/Content/imagenes/root/btnNavInactivo.png) no-repeat top center;
        color: #FFF;
        cursor: pointer;
        font-family: Univers 57 Condensed;
        font-size: 14px;
        height: 25px;
        display: block;
        text-align: left;
        text-decoration: none;
        margin-bottom: 2%;
        padding-bottom: -5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        font-weight: normal;
        width: 180px;
    }

        #accordion h2:hover {
            background: #FFF url(/Content/imagenes/root/btnNavActivo.png) no-repeat top center;
            color: #FFF;
        }

        #accordion h2.current {
            background: #FFF url(/Content/imagenes/root/btnNavActivo.png) no-repeat top center;
            color: #FFF;
        }

    #accordion .pane {
        border: 1px solid #fff;
        border-width: 0 2px;
        display: none;
        padding-bottom: 5px;
        font-size: 12px;
    }

        #accordion .pane h3 {
            background-color: #F2F2F2;
            font-weight: normal;
            font-size: 12px;
            margin: 0 0 3px 0;
            padding-left: 10px;
            color: #003399;
        }

    #accordion ul {
        background-color: #F2F2F2;
        list-style: none;
    }

        #accordion ul li {
            border: 1px solid #FFFFFF;
            color: #003399;
            margin-left: 15px;
            padding-bottom: 2px;
        }

#menu {
    background-color: White;
    padding: 10px 0px 30px 0px;
    height: 300px;
    width: 180px;
    display: table-cell;
}

#menuNav {
    list-style: none;
}

    #menuNav a:link {
        background-color: #E1E1E1;
        color: #003399;
        font-family: Univers 57 Condensed;
        font-size: 14px;
        height: 23px;
        display: block;
        text-align: left;
        text-decoration: none;
        margin-bottom: 2%;
        padding-bottom: -5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        font-weight: normal;
    }

    #menuNav a:visited {
        background-color: #E1E1E1;
        color: #003399;
        font-family: Univers 57 Condensed;
        font-size: 14px;
        height: 23px;
        display: block;
        text-align: left;
        text-decoration: none;
        margin-bottom: 2%;
        padding-bottom: -5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        font-weight: normal;
    }

    #menuNav a:hover {
        background-color: #3399FF;
        color: #FFF;
    }

    #menuNav a:active {
        background-color: #3399FF;
        color: #FFF;
    }

#menu h3 {
    color: #003399;
    font-size: 16px;
    font-weight: normal;
}

#menu .otros {
    list-style-type: square;
    margin: 10px 0 0 20px;
}

    #menu .otros li {
        margin-top: 3px;
    }

        #menu .otros li a {
            color: #003399;
        }

            #menu .otros li a:hover {
                color: Aqua;
            }



#btnCompipems {
    background-image: url(/Content/imagenes/root/btnComipems.png);
    border: none;
    cursor: pointer;
    font-size: 1px;
    height: 48px;
    outline: 0;
    width: 188px;
    -webkit-border-radius: 10px;
}
/*#btnCompipems:hover {
			background-image: url(/Content/imagenes/root/btnComipemsHover.png);
			cursor: pointer;
			height: 44px;	
		}*/

#btnAcreditaSec {
    background-image: url(/Content/imagenes/root/btnAcreditaSec.png);
    border: none;
    cursor: pointer;
    font-size: 1px;
    height: 48px;
    outline: 0;
    width: 188px;
    -webkit-border-radius: 10px;
}

/*#btnAcreditaSec:hover {
			background-image: url(/Content/imagenes/root/btnAcreditaSecHover.png);
			cursor: pointer;
			height: 44px;	
		}*/

#contenido {
    padding: 5px 18px 5px 18px;
    width: 500px;
    display: table-cell;
}

    #contenido h2 {
        color: #3399FF;
        font-size: 18px;
        font-weight: normal;
        margin: 15px 0px 5px 0px;
    }

.negritas {
    color: #3399FF;
    font-weight: normal;
    font-size: 14px;
}

#contenido h3 {
    color: #003399;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 15px 0;
    text-align: center;
}

#contenido p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 10px;
}

#contenido a {
    color: Navy;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

#contenido img {
    display: block;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

#contenido .titulo {
    font-size: 16px;
    margin-bottom: 20px;
}

#contenido .formulario label {
    color: #FFFFFF;
    display: block;
    text-align: left;
    margin-left: 5px;
}

#contenido .formulario {
    background: #FFFFFF url(/Content/imagenes/root/imgCuadro.png) repeat-x top center;
    display: block;
    margin-left: 80px;
    padding: 5px;
    text-align: center;
    height: 61px;
    width: 272px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#contenido .formularioEntrada {
    background-color: #FFFFFF;
    border: none;
    color: #000000;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 3px;
    padding: 3px;
    text-align: center;
    width: 260px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#contenido .formularioEnviar {
    margin-top: 50px;
}

    #contenido .formularioEnviar input {
        color: #fff;
        font-size: 13px;
        background-color: #ff6666;
        border: none;
        padding: 6px;
    }

        #contenido .formularioEnviar input:hover {
            cursor: pointer;
        }

#contenido .field-validation-error {
    color: Red;
}

#contenido #tablaHome tr {
    vertical-align: top;
}

#contenido #tablaHome img {
    padding-right: 15px;
}

#formUser {
    margin-top: 30px;
}

    #formUser label {
        font-size: 18px;
        margin-bottom: 5px;
        display: block;
    }

    #formUser a {
        font-size: 12px;
        color: #ff9f66;
    }

    #formUser input {
        display: block;
        color: #75849b;
        font-size: 17px;
        height: 25px;
        width: 240px;
    }

.ligaRegistro {
    color: #003399;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 15px 0;
    text-align: center;
    text-decoration: none;
}

#ligas {
    margin: 0 auto;
    width: 180px;
}

    #ligas img {
        display: block;
        border: none;
        margin-left: auto;
        margin-right: auto;
    }

    #ligas ul {
        list-style-type: square;
        margin: 0px 0px 5px 20px;
    }

        #ligas ul li {
            margin-top: 10px;
        }

            #ligas ul li a {
                color: #003399;
            }

                #ligas ul li a:hover {
                    color: Aqua;
                }

    #ligas .nombreBienvenida {
        background-color: #094A9E;
        color: #FFFFFF;
        text-indent: 10px;
        width: 179px;
    }

        #ligas .nombreBienvenida a {
            color: #FFFFFF;
        }

    #ligas #Autenticado {
        background: #FFF url(/Content/imagenes/root/sesionMiddle.png) no-repeat top center;
        height: 97px;
        width: 179px;
    }

        #ligas #Autenticado img {
            display: block;
            border: none;
            margin-left: auto;
            margin-right: auto;
        }

    #ligas #logIn #links {
        display: block;
        margin-top: 15px;
        margin-left: 10px;
    }

        #ligas #logIn #links a {
            color: #FFF;
            display: block;
            text-decoration: none;
        }

.bordeDerecho {
    background: #FFF url(/Content/imagenes/root/bordeDerecho.jpg) repeat-y top center;
    width: 18px;
    display: table-cell;
}

.noDisplay {
    display: none;
}

/*------------------------------
=Contenido Guias de Estudio
------------------------------*/


#examenImagenes {
    display: table-cell;
    width: 200px;
}

    #examenImagenes a {
        color: #003399;
        margin: 0px 0px 0px 20px;
        text-decoration: none;
    }

    #examenImagenes img {
        border: 2px solid #003399;
    }


#examenDescripcion {
    display: table-cell;
}

    #examenDescripcion h2 {
        color: #003399;
        margin-left: 40px;
        font-weight: normal;
    }

    #examenDescripcion p {
        margin: 5px 50px 10px 50px;
    }

/*------------------------------
=Inicio de sesión
------------------------------*/

#registro {
    display: table-cell;
    text-align: center;
    width: 450px;
}

    #registro .imagen {
        border: none;
        position: absolute;
        margin-top: 70px;
        margin-left: 120px;
    }

    #registro p {
        font-size: 14px;
        font-weight: normal;
        margin: 0 auto;
        padding-top: 20px;
        text-align: center;
        width: 80%;
    }

    #registro span {
        background-color: #4F81BD;
        border: 2px solid #385D8A;
        display: block;
        margin: 30px auto;
        height: 25px;
        vertical-align: middle;
        width: 150px;
        -webkit-background-size: 100%;
        -webkit-border-radius: 7px;
        -moz-background-size: 100%;
        -moz-border-radius: 7px;
        background-size: 100%;
        border-radius: 7px;
    }

    #registro a {
        font-size: 16px;
        text-decoration: none;
    }

#sesion {
    display: table-cell;
    width: 450px;
}

    #sesion p {
        font-size: 14px;
        font-weight: normal;
        margin: 0 auto;
        padding: 30px 0px 20px 0px;
        text-align: center;
        width: 80%;
    }

    #sesion img {
        border: none;
        margin-left: 180px;
        margin-bottom: 20px;
    }

    #sesion div {
        display: block;
    }

    #sesion .formulario label {
        color: #FFFFFF;
        display: block;
        text-align: left;
        margin-left: 15px;
    }

    #sesion .formulario {
        background: #0097E5 url(/Content/imagenes/root/fondoFormulario.png) repeat-x top center;
        margin-left: 105px;
        padding: 10px;
        text-align: center;
        width: 220px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    #sesion .formularioEntrada {
        background-color: #75CCF4;
        border: none;
        color: #000000;
        font-size: 14px;
        margin-top: 2px;
        margin-bottom: 3px;
        padding: 3px;
        text-align: center;
        width: 200px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

    #sesion .formularioEnviar {
        margin-top: 20px;
        margin-left: 105px;
        width: 400px;
    }

        #sesion .formularioEnviar a {
            display: inline-block;
            margin-left: 80px;
            height: 22px;
            vertical-align: bottom;
        }

        #sesion .formularioEnviar input {
            border: none;
            color: Blue;
            display: inline-block;
            margin-left: 85px;
            height: 22px;
            width: 93px;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
        }

            #sesion .formularioEnviar input:hover {
                cursor: pointer;
            }

    #sesion .field-validation-error {
        color: Red;
    }

    #sesion .formularioRecibir {
        margin-left: 110px;
        margin-top: 20px;
    }

        #sesion .formularioRecibir img {
            margin: 0px;
            display: inline;
            padding-top: 10px;
        }

        #sesion .formularioRecibir a {
            margin: 0px;
            height: 27px;
            display: inline;
        }

        #sesion .formularioRecibir input {
            background-image: url(/Content/imagenes/root/btnRecibir.png);
            border: none;
            color: #FFFFFF;
            display: inline;
            height: 27px;
            width: 120px;
        }

    #sesion .tablaFormulario {
        display: table;
        margin-left: 100px;
        margin-top: 20px;
    }

    #sesion .celdaFormulario {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }

        #sesion .celdaFormulario input {
            background-image: url(/Content/imagenes/root/btnRecibir.png);
            border: none;
            color: #FFFFFF;
            margin-left: 10px;
            display: inline;
            height: 22px;
            width: 120px;
        }

        #sesion .celdaFormulario a {
            margin: 0px;
        }

        #sesion .celdaFormulario img {
            margin: 0px;
        }

    #sesion a {
        color: #1A1A75;
        margin-left: 130px;
    }

    #sesion em {
        margin-left: 70px;
        font-style: normal;
        font-size: 14px;
        padding-bottom: 10px;
    }

    #sesion .sub {
        font-size: 18px;
        text-align: left;
        margin-left: 60px;
    }

/*------------------------------
=Inicio de sesión
------------------------------*/

#emailValid {
    display: table-cell;
    width: 450px;
}

    #emailValid h3 {
        margin: 50px 0 0 50px;
        font-size: 18px;
        font-weight: normal;
    }

    #emailValid p {
        margin: 50px 0 50px 100px;
        font-size: 14px;
    }

    #emailValid a {
        text-decoration: none;
    }

        #emailValid a img {
            margin: 0 0 50px 150px;
            border: none;
        }

#Inicio #botones {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

#Inicio .cerrarSesion img {
    margin-top: -30px;
    height: 43px;
    width: 200px;
}

#Inicio .usuario img {
    height: 43px;
    width: 200px;
}

#Inicio img {
    border: none;
    margin-right: 30px;
    height: auto;
    width: 300px;
}

#Inicio #control {
    display: block;
    text-align: right;
    padding: 5px;
}

#Inicio .nombreUsuario {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/*------------------------------
=Usuario
------------------------------*/

#Persona {
    width: 400px;
}

    #Persona div {
        display: block;
        margin-top: 30px;
        margin-left: 100px;
    }

#Usuario {
    margin: 0 auto;
    width: 500px;
}

    #Usuario form {
        margin-left: 50px;
    }

    #Usuario div {
        display: block;
    }

    #Usuario .registroEntrada label {
        display: block;
        color: #333333;
    }

    #Usuario .registroEntrada input {
        border: 1px solid #CCCCCC;
        display: inline;
        margin: 3px 0px 5px 10px;
        width: 250px;
    }


/*------------------------------
=Código de barras
------------------------------*/

#barcode {
    margin: 0 auto;
    text-align: center;
}

    #barcode img {
        margin: 0 auto;
        height: 1cm;
        width: 6cm;
    }

    #barcode p {
        font-size: 10px;
        padding: 0;
        text-align: center;
    }

    #barcode .botonImprimir {
        border: none;
        background: none;
        font-style: italic;
        padding-top: 30px;
        text-align: right;
    }

/*------------------------------
=Registro
------------------------------*/

#registroIzquierdo {
    display: table-cell;
    text-align: center;
    width: 250px;
}

    #registroIzquierdo .imagen {
        border: none;
        position: absolute;
        margin-top: 70px;
        margin-left: 60px;
    }

#registroCentro {
    display: table-cell;
    text-align: left;
    width: 300px;
}

    #registroCentro .sub {
        font-size: 18px;
        text-align: center;
    }

    #registroCentro div {
        display: block;
    }

    #registroCentro .formularioEntrada {
        background-color: #75CCF4;
        border: none;
        color: #000000;
        font-size: 14px;
        margin-top: 2px;
        margin-bottom: 3px;
        padding: 3px;
        text-align: center;
        width: 200px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

    #registroCentro .botonCancelar {
        background-image: url(/Content/imagenes/root/btnLimpiar.png);
        border: none;
        color: #FFFFFF;
        margin-left: 230px;
        height: 22px;
        width: 23px;
    }

.registroEntrada em {
    color: #ff0000;
    display: inline-block;
}

.registroEntrada label {
    display: inline-block;
    color: #333333;
}

.registroEntrada input {
    border: 1px solid #CCCCCC;
    display: inline;
    margin: 3px 0px 5px 10px;
    width: 250px;
}

.registroEntrada select {
    border: 1px solid #CCCCCC;
    display: inline;
    margin: 3px 0px 5px 10px;
    width: 250px;
}

.registroCaptcha {
    margin-left: -180px;
}

.registroSecundaria label {
    display: inline;
    color: #333333;
}

.registroSecundaria input {
    border: 1px solid #CCCCCC;
    display: inline;
    margin: 3px 0px 5px 0px;
    width: 50px;
}

.registroSecundaria .numero {
    width: 30px;
}

.registroSecundaria .texto {
    width: 97px;
}

.registroEnvio {
    margin-top: 20px;
    vertical-align: middle;
}

    .registroEnvio a {
        height: 22px;
        display: inline;
    }

    .registroEnvio img {
        height: 22px;
        display: inline;
        vertical-align: bottom;
    }

    .registroEnvio .botonSubmit {
        background-image: url(/Content/imagenes/root/btnEnviar.png);
        border: none;
        color: #FFFFFF;
        height: 22px;
        width: 93px;
    }

    .registroEnvio .botonCancelar {
        background-image: url(/Content/imagenes/root/btnLimpiar.png);
        border: none;
        color: #FFFFFF;
        height: 22px;
        width: 93px;
    }

    .registroEnvio input:hover {
        cursor: pointer;
    }


#registroDerecho {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 350px;
}

    #registroDerecho p {
        color: #333333;
        margin: 10px;
        text-align: justify;
        font-size: 12px;
    }

    #registroDerecho table {
        margin: 10px;
    }

        #registroDerecho table th {
            background-color: #01A7ED;
            color: #FFF;
            padding: 3px;
        }

        #registroDerecho table td {
            border: 1px solid #000;
            padding: 2px;
        }

#success {
    display: none;
}

/*------------------------------
=Formulario de contacto
------------------------------*/

#contact {
    display: table-cell;
}

    #contact h2 {
        color: #003399;
        margin: 50px 0px 20px 40px;
        font-weight: normal;
    }

    #contact p {
        margin: 0px 0px 10px 50px;
    }

    #contact form {
        margin: 20px 150px 20px 150px;
    }

        #contact form .focused {
            background: #fffcdf;
        }

    #contact .texto {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        padding: 7px;
    }

        #contact .texto.focused {
            background: #fffcdf;
        }

            #contact .texto.focused input {
                border-color: #003399;
            }

        #contact .texto label {
            padding-left: 20px;
        }

        #contact .texto input {
            float: right;
            font-family: Tahoma;
            font-size: 12px;
            border: 2px solid #dfdfdf;
            background: #fff;
            width: 53%;
        }

    #contact div input:focus {
        outline: none;
        border-color: #003399;
    }

    #contact .area {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        padding: 7px 7px 70px 7px;
    }

        #contact .area label {
            padding-left: 20px;
        }

        #contact .area textarea {
            font-family: Tahoma;
            font-size: 12px;
            float: right;
            border: 2px solid #dfdfdf;
            background: #fff;
            height: 60px;
            width: 53%;
        }

            #contact .area textarea:focus {
                outline: none;
                border-color: #003399;
            }

    #contact .btnEnviar {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        padding: 10px 10px 10px 0;
        font-size: 120%;
        margin: 1em 0;
        border: 1px solid #ccc;
        border-width: 1px 0;
        background: #f9f9f9;
    }

        #contact .btnEnviar #aceptar {
            border: none;
            background-image: url("/Content/imagenes/root/btnEnviar.png");
            cursor: pointer;
            float: right;
            height: 22px;
            width: 93px;
        }

    #contact #cancelar {
        border: none;
        background-image: url("/Content/imagenes/root/btnLimpiar.png");
        cursor: pointer;
        margin-left: 530px;
        height: 22px;
        width: 23px;
    }

/*------------------------------
=Privacidad
------------------------------*/

#Privacidad p {
    text-align: justify;
    font-size: 12px;
    padding: 5px 30px 5px 30px;
}


/*------------------------------
=Pie de página
------------------------------*/

footer {
    background: #FFF url(/Content/imagenes/root/rootPie.png) no-repeat top center;
    margin: 0 auto;
    height: 85px;
    width: 900px;
}

    footer img {
        border: none;
        padding-top: 10px;
    }

    footer div {
        display: block;
    }

    footer p {
        display: inline-block;
        text-align: left;
        padding-top: 40px;
        margin-left: 80px;
    }

    footer a {
        display: inline-block;
        text-align: left;
        color: Black;
        font-weight: bold;
    }

/*------------------------------
=Validación
------------------------------*/
.field-validation-error {
    display: block;
    /*font-family: Tahoma;*/
    font-size: 10px;
    color: #ff0000;
    text-indent: 15px;
}

.field-validation-valid {
    font-size: 10px;
    display: none;
    position: relative;
}

.input-validation-error {
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #61D301;
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: -10px;
}

.validation-summary-valid {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}

.error {
    padding-left: 40px;
}

.btnRegRec {
    padding-right: 30px;
}

.MensajeValidacion {
    display: none;
}

.MensajeValidacionActivo {
    display: block;
    font-size: 10px;
    color: #ff0000;
}


/*------------------------------
=Scroll
------------------------------*/

#scroll {
    position: relative;
    height:;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 0px;
    height: 390px;
    width: 473px;
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#tools {
    width: 9999em;
    position: absolute;
    height: 280px;
}

.tool {
    float: left;
    width: 473px;
    height: 240px;
    text-align: center;
}

#thumbs {
    background: url(/Content/imagenes/master/scrollNav.png) no-repeat;
    height: 90px;
    position: absolute;
    top: 300px;
    width: 473px;
}

.t {
    padding: 0 !important;
    border: 0 !important;
}

    .t a {
        /*background:transparent url(/Content/imagenes/master/scrollNav.png) no-repeat scroll -21px -90px;*/
        margin-left: 11px;
        display: block;
        width: 52px;
        float: left;
        height: 90px;
        cursor: pointer;
    }

        .t a.active {
            cursor: default !important;
        }

.navi {
    margin-left: 136px;
    _margin-left: 304px;
}

#t0 {
    margin-left: 21px;
    _margin-left: 10px;
}

    #t0.active {
        background-position: -21px 0 !important;
    }

    #t0:hover {
        background-position: -21px -180px;
    }

    #t0:active {
        background-position: -21px -270px;
    }

#t1 {
    background-position: -325px -90px;
}

    #t1:hover {
        background-position: -325px -180px;
    }

    #t1:active {
        background-position: -325px -270px;
    }

    #t1.active {
        background-position: -325px 0 !important;
    }

#t2 {
    background-position: -435px -90px;
}

    #t2:hover {
        background-position: -435px -180px;
    }

    #t2:active {
        background-position: -435px -270px;
    }

    #t2.active {
        background-position: -435px 0 !important;
    }

#t3 {
    background-position: -545px -90px;
}

    #t3:hover {
        background-position: -545px -180px;
    }

    #t3:active {
        background-position: -545px -270px;
    }

    #t3.active {
        background-position: -545px 0 !important;
    }

#t4 {
    background-position: -655px -90px;
}

    #t4:hover {
        background-position: -655px -180px;
    }

    #t4:active {
        background-position: -655px -270px;
    }

    #t4.active {
        background-position: -655px 0 !important;
    }

#t5 {
    background-position: -765px -90px;
}

    #t5:hover {
        background-position: -765px -180px;
    }

    #t5:active {
        background-position: -765px -270px;
    }

    #t5.active {
        background-position: -765px 0 !important;
    }

#t6 {
    background-position: -875px -90px;
}

    #t6:hover {
        background-position: -875px -180px;
    }

    #t6:active {
        background-position: -875px -270px;
    }

    #t6.active {
        background-position: -875px 0 !important;
    }
