/* 
    Document   : estilos
    Created on : 06-15-2011, 08:21:58 PM
    Author     : Erick Turcios
    Description:
        Purpose of the stylesheet follows.
*/

.visible { 
    display:block;
}

.oculto { 
    display:none;
}

.contenedor {    
        border:none;
        width: 100%;
        display: block;
}

.marco {    
	width: 100%;
	height:2px;
	border:none;
        display:inline-block;
}

.imgLink{
    border: none;
}

.tmain{
    border: none;
}

.tHints{    
    width: 730px;
    height: 100px;
    border: none;
    background-color:  transparent;
    background-repeat: repeat ;
    background-image: url('http://www.sefin.gob.hn/wp-content/uploads/TGR1/fondo01.jpg');
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    position: absolute;
    top: 198px;
    left: 249px;
    
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}


.tabla{
    min-height: 220px;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.2em;
    background-color: transparent;
    position: absolute;
    top: 310px;
    left: 249px;

    /*position:static;*/
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;    
}

.tablaGral{
    background-color: transparent;    
    background-attachment: scroll;
    background-image: url('http://www.sefin.gob.hn/wp-content/uploads/TGR1/fondo01.jpg');
    background-size: 1000%;
    width: 730px;

    border: none; 
    color: white;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.tBoton{
    border: black;
    font-weight: bold;

    border-radius: 10px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.ttitulo{
    font-weight: bold;
    font-size: larger;
}


.tetiqueta {   
   font-weight: bold;
   text-align: right;
   text-transform: none;
}

.thetiqueta {
   font-weight: bold;
   text-align: center;
   text-transform: none;
}

.tcampo{
    text-align: left;
}

.timporte{
     text-align: right;
}

.tSelRubros{
    width: 100%;
}


.tRubros{
    border: none;
}

.tRubro{
    text-align:center;
    border: none;
    background: transparent;
}

.tDescRubro{
    text-align:left;
    border: none;
    background: transparent;
    width: 300px;
    font-weight: bold;
    text-transform: none;
    color:white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.tMonto{
     text-align: right;
     border: none;
     background: transparent;
     font-weight: bold;
     text-transform: none;
     color:white;
     text-shadow: black 0.1em 0.1em 0.2em;
}

.tMonto2{
     text-align: right;
     border: none;
     background: transparent;
     font-weight: bold;
}


#mate{
    position: absolute;
    top: 230px;
    left: 100px;
    height:400px;
}
#cellExpl{
    vertical-align: top;

}
#explicacion{
    vertical-align: top;

}

