
/*** OBJETOS FORMULARIO ***/
/*input.text, input[type=password], input.password, select, textarea {
    border-color: #999999;
    border-width:1px;
    background-color:#FFFFFF;
    margin: 0;
}*/



textarea{
    resize: none;
}

option{
    background-color:#F9F9F9;
}

/*input[type=button][disabled=false], input.button[disabled=false]{
    cursor: pointer;
}*/

input[type=button][disabled], input.button[disabled]{
    opacity: 0.2;
    cursor: no-drop;
/*    cursor: not-allowed;*/

}
/*** FIN OBJETOS FORMULARIO ***/




/***************************************************************************************************************************************************/
/* VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO VIEJO */
/***************************************************************************************************************************************************/

#fade { /*--Transparent background layer--*/
        display: none; /*--hidden by default--*/
        background: #000;
        position: fixed; left: 0; top: 0;
        width: 100%; height: 100%;
        opacity: .80;
        z-index: 1500;
        /*z-index: 500;*/
        cursor: no-drop;
}

#fade2 { /*--Transparent background layer--*/
        display: none; /*--hidden by default--*/
        background: #000;
        position: fixed; left: 0; top: 0;
        width: 100%; height: 100%;
        opacity: .80;
        z-index: 1500;
        cursor: no-drop;
}

#fade3, #fade4 { /*--Transparent background layer--*/
        display: none; /*--hidden by default--*/
        background: transparent;
        position: fixed; left: 0; top: 0;
        width: 100%; height: 100%;
        opacity: .80;
        z-index: 4000;
        cursor: no-drop;

}

#fadeBlack { /*--Transparent background layer--*/
        display: none; /*--hidden by default--*/
        background-color: black;
        position: fixed; left: 0; top: 0;
        width: 100%; height: 100%;
        z-index: 4000;
        cursor: no-drop;
}



.Cerrar {
    
    background-position: top;
    background-repeat: no-repeat;
}

.Cerrar:hover {
    color: #555;
    cursor: pointer;
}

.pointer:hover{
    color: #555;
    cursor: #pointer;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
    position: absolute;
}
*html .popup_block1 {
    position: absolute;
}

*html .Espera {
    position: absolute;
}

.Espera{
    display: none; /*--hidden by default--*/
    float: left;
    position: fixed;
    top: 45%; left: 45%;
    z-index: 99999;
}

.Cargando{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0; left: 0;
}

.BarraTitulo{
    background:#009;
    color:#FFF;
    font-size:18px;
    font-style:italic;
    height: 25px;
}

.Boton{
    border: 1px solid transparent;
    text-align: center;
    background-color: transparent;
    padding: 1px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;


}

.Boton [disabled]{
    border: 1px solid transparent;
    text-align: center;
    background-color: transparent;
    padding: 1px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    cursor: default;
}

.BotonDown{
    border: 1px solid transparent;
    text-align: center;
    background-color: transparent;
    padding: 1px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: .80;
}

.Boton:hover{
    border: 1px solid #999;
    background-color: lightblue;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.Boton [disabled]:hover{
    border: 1px solid transparent;
    text-align: center;
    background-color: transparent;
    padding: 1px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    cursor: default;
}

.Caja{
    background: #EEEEEE;
    padding: 3px;
    border: 1px solid #999;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    
}

table tr td.CajaT{
    background: #FFFFFF;
    padding: 3px;
    border: 1px solid #999;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.CajaTitulo{
    background: #DDDDDD;
    font-size:12px;
    color: #000;
    font-style: oblique;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #999;
    position: absolute;
    top: -11px;
    left: 20px;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    overflow: hidden;
}

.CajaTxt{
    background-color: #FFFFFF;
    background-image: url(../Imagenes/Index/Caja.png);
    background-position: left bottom;
    background-repeat: repeat-x;

    padding: 0;
    padding-top: 10px;
    border: none;

    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    
    font-size:10px;
}

.CajaTxt:hover{
    background-image: url(../Imagenes/Index/CajaUp.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.CajaTxtTitulo{
    background-image: url(../Imagenes/Index/Pestania.png);
    background-position: left top;
    background-repeat: repeat-x;
    
    font-size:12px;
    color: #000;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    position: absolute;
    height: 18px;
    top: -11px;
    left: 20px;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    overflow: hidden;
}

img.Vertical{
    background-color: #FFFFFF;
    background-image: url(../Imagenes/Index/Caja.png);
    background-position: left bottom;
    background-repeat: repeat-x;

    border: none;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

img.BotonFloat{ 
    border: none;
    position: absolute;
    height: 18px;
    top: -11px;
    right: 20px;
}

img.BotonFloat:hover{
    cursor: pointer;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}

#bImpriHTML { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: transparent;
    border-bottom: 1px #DDDDDD solid;
    position: absolute;
    z-index: 999999;
    top: 10px;
    left: 650px;
}

*html #bImpriHTML{
    position: absolute;
}


img.BotonImprimir:hover{
    cursor: pointer;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}

table tr td.tdMenu{
    background: #DDDDDD;
    color: #000000;
    font-size: 12px;
    border: 1px inset #004070;
    text-align: center;
    cursor: pointer;
    width: 87px;
    vertical-align: middle;
}

table tr td.tdMenu:hover{
    border: 1px outset #004070;
    background: #DEDEDE;
}

table tr td.tdMenuUp{
    background: #004070;
    color: #FFFFFF;
    font-size: 12px;
    border: 1px solid #004070;
    text-align: center;
    cursor: default;
    width: 90px;
    vertical-align: middle;
}

#ImpresionHTML{
    position: relative;
}

#ImpresionHTML table tr td{
    padding: 2px;
}

div.divParametro{
    width: 95%;
    padding: 0;
    border: 1px solid #999;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    
    display: none;
}

div.divParametro2{
    width: 100%;
    border-bottom: 1px solid #999;
    margin-bottom: 2px;
    text-align: center;
    background-color: #CCC;
}

.ToolTip {
    position: relative;
}

.trigger{
    cursor: pointer;
}

.popup {
    position: absolute;
    padding: 5px;
    display: none; /* keeps the popup hidden if no JS available */
}

#ModalEmergente Cont{
    background-color: #FFFFFF;
    opacity: .5;
    padding: 10px;
}

#ModalEmergente Cont:hover{
    opacity: 0.2;
}

div.Emergente{
    border: none;
    background-color: transparent;
    z-index: 5000;
    display: none;
    padding: 0; margin: 0; padding-top: 1%; padding-bottom: 1px;
    overflow: hidden;
    position: absolute; top: 0; left: 0;
    width: 100%; 
}

img.CerrarFixed{
    border: none;
    background-color: transparent;
    z-index: 10000;
    padding: 0; margin: 10px;
    position: fixed; top: 0; right: 0;
}

div.popupLogro{
    position: absolute;
    padding: 5px;
    display: none;

    z-index: 999999;
    overflow: auto;
}

div.botonesAzul{
    height: 65px;
    overflow: hidden;

    background-color: #1055a2;
    background-position: bottom left;
    background-repeat: repeat-x;

    border: 1px solid #1A202C;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;

    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;

    margin: 7px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 34px;
}
div.botonesAzul .botonesazulGuardar{

    background-image: url(../Img/Vent/Guardar.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
    padding-top: 30px;
    width: 70px;
    background-color: transparent;
    border: 1px solid transparent;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
}

/*---------------------------*/
div.BotonesFormularios .MY, div.BotonesSeleccionar .MY{
    margin: 0;
    padding-top: 30px;
    width: 70px;
    background-color: transparent;
    border: 1px solid transparent;
    position:absolute;
/*    top:0;*/
    right:0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius:5px;
}

div.BotonesFormularios .MY:hover, div.BotonesSeleccionar .MY:hover{
    border: 1px solid #DEBE3D;
    background-color: #FFF9EC;
    cursor: pointer;
    position:absolute;
    top:0;
    right:0;

    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 1px 1px 1px #DEBE3D;
    -moz-box-shadow: 1px 1px 1px #DEBE3D;
    box-shadow: 1px 1px 1px #DEBE3D;
}

div.BotonesFormularios .MY[disabled], div.BotonesSeleccionar .MY[disabled]{
    opacity: 0.2;
}

div.BotonesFormularios .MY[disabled]:hover, div.BotonesSeleccionar .MY[disabled]:hover{
    background-color: transparent;
    cursor: default;

}

.btnprueba:hover{
    cursor: pointer;
    opacity : 0.5;
}

img.Cartelera {
    border-radius: 4px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
}

.fnt_newBn{
    font-size: 18px;
    font-weight: bold;
}

.fnt_newMn{
    font-size: 16px;
    font-weight: bold;
}

.fnt_newM{
    font-size: 16px;
    font-weight: bold;
}

.fnt_newS{
    font-size: 12px;
}

.inp_newFml{
    border: none;
    background-color: #fff;
    border-radius: 3px;
    height: 25px;
    font-size: 15px;
}

.btn_newFml{
    border-radius: 3px;
    background-color: #FF2B66;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    border: none;
}

.btn_newFml:hover{
    border-radius: 3px;
    background-color: #fff;
    color: #FF2B66;
    border: none;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
    border: 1px solid #FF2B66;
}