@media print
{
    .Footer
    {
        display: none;
    }

    .Header
    {
        display: none;
    }
}
.contenedorBotonesAreas
{
    width: 500px;
    background: #075EAB;
    float: right;
    padding: 10px 38px 6px 15px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    left: -5px;
}
.areaBusqueda
{
    float: left;
}
.btn1
{
    width: 28px;
    height: 28px;
    background-color: rgb(204, 204, 204);
    float: right;
    margin: 0 0 0 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.dibujar
{
    background-image: url('../Images/Areas/dibujar.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.noDibujar
{
    background-image: url('../Images/Areas/mover.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.limpiar
{
    background-image: url('../Images/Areas/limpiar.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.buscarDir
{
    background-position: center center;
    background-image: url('../Images/Areas/buscar.png');
    background-repeat: no-repeat;
}

.mostrarAyuda
{
    width: 29px;
    height: 28px;
    float: left;
    padding: 10px 10px 6px;
    font-size: 16px;
    color: #808080;
    text-align: left;
    background-color: #305572;
    border-radius: 0 10px 0 0;
    cursor: pointer;
}

.ayudaAreas
{
    width: 28px;
    height: 28px;
    background-color: rgb(204, 204, 204);
    float: right;
    margin: 0 0 0 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-position: center center;
    background-image: url('../Images/Areas/pregunta.png');
    background-repeat: no-repeat;
}
.ayudaAreas:hover
{
    background-color: rgb(124, 176, 230);
}
.Footer
{
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.Header
{
    width: 100%;
    top: auto;
}

BODY
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px; /*text-align:center;*/
    color: #000000;
    background-color: #B0C2D0; /*  background-image: url('../Imagenes/header/bg.jpg');     background-repeat: repeat-x;*/
}

table
{
    font-family: Calibri, Gill Sans MT, Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 12px; /*text-align:left;*/
    color: #000000;
}

.button
{
    background-position: center center;
    font-family: Verdana,Arial, Helvetica, Sans-Serif;
    font-size: 9px;
    height: 22px;
    color: White;
    vertical-align: middle;
    text-align: center;
    border: 0px;
    background-color: #0b2b49;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button:hover
{
    background-color: #1B6BB4;
}


.buttonLogin
{
    border-style: none;
    cursor: pointer;
    width: 100px;
    height: 30px;
    background-color: #3083D3;
    color: #FFFFFF;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-top: 15px;
}

.buttonLogin:hover
{
    background-color: #8DBAE7;
}

.buttonRefrescar
{
    border-style: none;
    background-image: url('../Imagenes/boton.refrescar.png');
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 47px;
    height: 32px;
}

.buttonbuscar
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('../Imagenes/boton.buscar.old.png');
    background-repeat: no-repeat;
    width: 80px;
    background-color: #0E3558;
    text-indent: -9999px;
    color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.75);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#ctl00_contenidoMaster_tblDocs input[type="text"]
{
    height: 18px;
}

.buttonGuardarFechas
{
    background-image: url('../Imagenes/botonGuardarFecha.png');
    background-repeat: no-repeat;
    width: 140px;
    height: 28px;
    background-color: #2980D0;
    border: none;
    text-indent: -9999px;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: hand;
    cursor: pointer;
}

.buttonGuardarFechas:hover
{
    background-color: #1B6BB4;
}

.buttonbuscar:hover
{
    background-color: #1E71BB;
}

.buttonexcel
{
    background-image: url('../Imagenes/boton.excel.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 10px;
    cursor: pointer;
}


.buttonexcel:hover
{
    background-image: url('../Imagenes/boton.excelhover.png');
    background-repeat: no-repeat;
    width: 75px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 10px;
}

.buttonexcel2
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('../Imagenes/boton.excel.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    background-color: transparent;
    position: relative;
    top: -41px;
    text-align: right;
    margin-right: 20px;
    font-size: 10px;
    left: 25px;
    cursor: pointer;
}

.btnExportarExcelSimple
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('../Imagenes/boton.excel.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    display: inline;
    background-color: transparent;
    position: relative;
    text-align: right;
    font-size: 10px;
    top: 0px;
    cursor: pointer;
}

.btnExportarPDFSimple
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('../Imagenes/boton.PDF.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 30px;
    display: inline;
    background-color: transparent;
    position: relative;
    text-align: right;
    font-size: 10px;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.buttonPDF
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('../Imagenes/boton.PDF.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    background-color: transparent;
    position: relative;
    top: -41px;
    text-align: right;
    margin-right: 20px;
    font-size: 10px;
    left: 5px;
    cursor: pointer;
    padding-right: 20px;
}



.buttonPDF2
{
    background-image: url('../Imagenes/boton.pdf.png');
    background-repeat: no-repeat;
    width: 75px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 10px;
    cursor: pointer;
    position: relative;
    left: -10px;
}

.buttoGuardar
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('../Imagenes/botonGuardar.png');
    background-repeat: no-repeat;
    width: 90px;
    height: 28px;
    background-color: #2980D0;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.buttoGuardar:hover
{
    background-color: #1865AB;
}

.buttoGuardarySalir
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('../Imagenes/botonSalvarGuardar.png');
    background-repeat: no-repeat;
    width: 142px;
    height: 28px;
    background-color: #2980D0;
    border: none;
    text-indent: -9999px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.buttoGuardarySalir:hover
{
    background-color: #1865AB;
}

.buttonAceptar
{
    background-image: url('../Imagenes/botonAceptar.png');
    background-repeat: no-repeat;
    width: 47px;
    height: 30px;
    background-color: transparent;
    border: none;
    text-indent: -9999px;
}

.buttonVolver
{
    background-image: url('../Imagenes/botonVolvr.png');
    background-repeat: no-repeat;
    width: 47px;
    height: 30px;
    background-color: transparent;
    border: none;
    text-indent: -9999px;
}

.buttonAgregar
{
    background-image: url('../Imagenes/botonAdicionar.png');
    background-repeat: no-repeat;
    width: 47px;
    height: 30px;
    background-color: transparent;
    border: none;
    text-indent: -9999px;
}

.button2
{
    background-position: center top;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    background-image: url('../Imagenes/boton2.png');
    width: 225px;
    height: 35px;
    color: White;
    vertical-align: top;
    text-align: center;
    border: 0px solid white;
    background-repeat: no-repeat;
    background-color: transparent;
}
/*combos*/

.cajaTexto
{
    font-family: Calibri, Gill Sans MT, Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin-left: 0px;
}

.comboTexto
{
    font-family: Calibri, Gill Sans MT, Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 12px; /* margin-left: 10px;*/
}

/*textos*/
.texto-left
{
    font-family: Calibri, Gill Sans MT, Helvetica, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    text-align: left;
    color: #000000;
}

.titulos
{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

.subtitulos
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.3ra-jerarquia
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

a:link
{
    text-align: left;
    color: #666666;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    text-decoration: none;
}
/*alertas*/
.error
{
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}

.error2
{
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}

.aprobacion
{
    font-size: 16px;
    font-weight: bold;
    color: #339900;
    text-align: center;
}

.campos-obligatorios
{
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}


a.boton:link
{
    font-size: 12px;
    font-family: Calibri, Gill Sans MT, Helvetica, Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: #CCCCCC;
    background-color: #999999;
    border-color: #CCCCCC;
    height: 28px;
    text-align: center;
}

a.boton:hover
{
    color: #557452;
}

a.boton:visited
{
    color: #999999;
}


/*
Estos estilos son para el datepicker, NO MODIFICAR
*/
/* the div that holds the date picker calendar */




/* Agregado por programador. */
.imgDelete
{
    cursor: pointer;
}

/*Agregados por santiago H1,H2,H3,H4 4/17/2011*/


.tdtitulopagina
{
    background-color: #669ec6;
    font-size: 18px;
    text-align: center;
    color: White;
    font-weight: bold;
    vertical-align: top;
    background-color: #1B65A9;
    width: 905px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.tdlabel
{
    background-color: #E6EBF0;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.tdlabel2
{
    background-color: #E6EBF0;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.tdtitulopagina
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #2a5c8c;
    background-color: #0E3558;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: top;
    padding-left: 15px;
    width: 905px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
    padding-top: 15px;
}

.tdsubtitulopagina
{
    border-style: none;
    border-width: 0px 0px 1px 0px;
    border-color: #2a5c8c;
    font-size: 14px;
    text-align: left;
    color: #0E3558;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 5px;
    padding-top: 15px;
}


.tdseccion
{
    background-color: #E6EBF0;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.tdseccionbtnBuscar
{
    background-color: #E6EBF0;
    text-align: left;
    font-size: 12px;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.tdseccionbtnBuscar2
{
    background-color: #DFE6EC;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}



.tdseccion2
{
    background-color: #DFE6EC;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.tdseccion3
{
    background-color: #D8DFE7;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
}

.tdseccion4
{
    background-color: #E6EBF0;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.tdseccion5
{
    background-color: #DFE6EC;
    text-align: right;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.tdseccion6
{
    background-color: #E6EBF0;
    text-align: right;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.tddirectriz
{
    background-color: #E6EBF0;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    color: #0E3558;
    padding-left: 15px;
    margin-left: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.botoneraseguimiento
{
    border: 1px solid #0E3558;
    background-position: center top;
    width: 110px;
    margin: 0px;
    display: block;
    background-repeat: no-repeat;
    background-color: #808080;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 5px;
    padding-top: 5px;
}

.tablatop
{
    vertical-align: top;
}

.grilla100
{
    width: 100%;
}

.modalBackground
{
    border: silver 1px inset;
    background-color: White;
    filter: alpha(opacity=50);
    opacity: 0.7;
    padding: 2px;
    text-align: center;
    height: 2em;
    width: 200px;
}

/* Estilos de solapas    */


.tablasolapasA
{
    position: relative;
    left: 3px;
}



#solapaA
{
    position: relative;
    top: 4px;
    z-index: 2;
    left: -440px;
}



#solapaB
{
    position: relative;
    top: 33px;
    left: -380px;
    z-index: 1;
}

#solapaC
{
    position: relative;
    top: 3px;
    z-index: 1;
    left: -440px;
    height: 25px;
}

#solapaD
{
    position: relative;
    top: 34px;
    left: -380px;
    z-index: 2;
    height: 25px;
}


/* Fin Estilos de solapas    */



.linkhome
{
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #1E71BB;
    background-color: #0E3558;
    color: White;
    padding-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.linkhome:hover
{
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #1E71BB;
    background-color: #1C66AA;
    color: White;
    padding-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.textolinkhome
{
    color: #1B65A9;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 5px;
    vertical-align: top;
}

.referenciapagina
{
    color: #669ec6;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.referenciapaginaborde
{
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #669ec6;
}


.tablaContenedoraSolapas
{
    border: 2px solid #0E3558;
    background-color: #E6EBF0;
    font-size: 14px;
    color: #0E3558;
    border-radius: 0px 4px 4px 4px;
}

.arregloTextoBoton
{
    position: relative;
    top: 8px;
}

.tableTabSolapas
{
    width: 72px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
    float: left;
}

.tableTabSolapas td
{
    width: 15px;
    text-align: center;
    padding-top: 3px;
}

.opcionesMapa
{
    padding: 5px;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #666666;
    color: #FFFFFF;
    position: relative;
    top: 3px;
    left: -18px;
}

.opcionesMapa a:visited
{
    color: #FFFFFF;
}

.solapa
{
    padding: 2px 10px 2px 10px;
    background-color: #0B2B49;
    color: #FFFFFF;
    margin-right: 47px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 11px;
    position: relative;
    top: 5px;
}

.solapa:hover
{
    background-color: #1865AB;
}

.contenedorLogin
{
    width: 100%;
    height: 500px;
    background-color: #0E3558;
    background-image: url('../Imagenes/LOGINbg.jpg');
    background-repeat: no-repeat;
}

.contenedorLoginIveco{
    width: 100%;
    height: 100%;
    background-color: #0E3558;
    background-image: url(../Imagenes/login-iveco.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.login
{
    border: 1px solid #48D8F2;
    width: 350px;
    height: 300px;
    background-color: #0E3558;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: -4px 3px 5px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -4px 3px 5px rgba(0, 0, 0, 0.28);
    box-shadow: -4px 3px 5px rgba(0, 0, 0, 0.28);
    text-align: center;
    vertical-align: middle;
    margin-top: 30px;
}

.tituloLogin
{
    color: #4ADAF2;
    font-size: 34px;
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
    font-weight: bold;
}

.texto
{
    width: 80px;
    float: left;
    text-align: left;
    margin-left: 30px;
    height: 20px;
    padding-top: 5px;
}

.campo
{
    width: 200px;
    float: left;
}

.contenedorCampos
{
    padding-top: 40px;
}

.txtMail
{
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.28);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.recordarDatos
{
    color: #4ADAF2;
    font-size: 7px;
    margin-top: 20px;
    margin-left: 6px;
}

.extras
{
    margin-top: 5px;
    margin-left: 26px;
}

/* INICIO estilos panel de control Seguimiento ================================ */

.titulosPanel
{
    color: #80CDFB;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #80CDFB;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contenedorSeg
{
    margin: 5px;
    background-color: #447795;
    padding: 10px;
    color: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left;
    width: 140px;
    height:124px;
-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.27);
-moz-box-shadow:    3px 3px 7px rgba(0, 0, 0, 0.27);
box-shadow:         3px 3px 7px rgba(0, 0, 0, 0.27);
}
.checkSeg
{
    display: inline;
    float: left;
    width: 70px;
    font-size: 10px;
    color: #FFF;
    
}
.botonRev
{
    background-position: center center;
    background-image: url('../Imagenes/iconosPanelControlSeg/revl.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    float:left;
    cursor:pointer;

    
}
.botonRev:hover
{
    background-image: url('../Imagenes/iconosPanelControlSeg/revlHover.png');
     background-position: center center;
     background-repeat: no-repeat;
}
.botonFow
{
    background-position: center center;
    background-image: url('../Imagenes/iconosPanelControlSeg/revl.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
  -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;                                                                                                                                                                                                                                    |                                                                                                                                                                                               
    transform: rotate(180deg) ;
-webkit-transform: rotate(180deg) ;
-moz-transform: rotate(180deg) ;
-o-transform: rotate(180deg) ;
-ms-transform: rotate(180deg) ;
float:left;
cursor:pointer;

}

.botonFow:hover
{
    background-image: url('../Imagenes/iconosPanelControlSeg/revlHover.png');
     background-position: center center;
     background-repeat: no-repeat;
}
.botonPause
{
    background-position: center center;
    background-image: url('../Imagenes/iconosPanelControlSeg/pause.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 43px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    float: left;
    cursor:pointer;

 
}
.botonPause:hover
{
    background-image: url('../Imagenes/iconosPanelControlSeg/pauseHover.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#barra
{
    float:left; 
    clear:both;
    width:100%;
    margin: 10px 0px 0px
}
.flotaD
{ float:left; 
   margin: 10px 0px 0px
}
.botonRecargar
{
    background-position: center center;
    border-style: none;
    background-image: url('../Imagenes/iconosPanelControlSeg/recargar.png');
    background-repeat: no-repeat;
    width: 49px;
    height: 47px;
    background-color: Transparent;
    text-indent: -9999px;
     -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    cursor:pointer;
}
.botonRecargar:hover
{
    background-image: url('../Imagenes/iconosPanelControlSeg/recargarHover.png');
}

.botonGeocercas
{
    background-position: center center;
    border-style: none;
    background-image: url('../Imagenes/iconosPanelControlSeg/GeoCercas.png');
    background-repeat: no-repeat;
    width: 49px;
    height: 47px;
    background-color: Transparent;
    text-indent: -9999px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    float:left;
    width:140px;
    cursor:pointer;
}
.botonGeocercas:hover
{
    background-image: url('../Imagenes/iconosPanelControlSeg/GeoCercasHover.png');
    background-repeat: no-repeat;

}
#idOcultador
{
    background-color: #B0C2D0;
    width: 20px;
    height: 50px;
    /*background-image: url('../Imagenes/iconosPanelControlSeg/esconder.png');*/
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-topright: 6px;
-moz-border-radius-bottomright: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
cursor:pointer;
}

#idOcultador:hover
{
    width: 40px;
}

.loading
{
    float: left;

    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom:15px;
    height:10px;
}
.mapalinea
{
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
/* FIN estilos panel de control Seguimiento ================================ */

.botonaso
{
    background-color: #80CDFB;
 
    float: left;
    margin: 10px 0px 0px 0px;
    color: #0B79BB;
    text-align: center;

    padding: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;

}

.botonaso:hover
{
    background-color: #46B4F4;
    color: #00FFFF;
}


.contenedorNotificacion
{
    width: 160px;
    height: 40px;
    background-color: rgb(27, 63, 95);
    border-style: none none solid solid;
    border-radius: 12px;
    padding-left: 9px;
    padding-top: 5px;
    border-width: 0px 0px 3px 3px;
    color: #FFFFFF;
    font-size: 9px;
    border-left-color: #00FFFF;
    margin: 5px 0;
    border-bottom-color: #00FFFF;
}

.inferior
{
    width:705px;
    height:14px;
    background-color:#447795;
    padding:9px;
    color:#FFF;
    font-size:12px;
    border-radius: 0px 0px 15px 0px;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.27);
-moz-box-shadow:    3px 3px 7px rgba(0, 0, 0, 0.27);
box-shadow:         3px 3px 7px rgba(0, 0, 0, 0.27);
    float:left;
}

.slider-time
{
    font-size: 11px;
    color: #eee;

}

.slider-time2
{
    font-size:11px;
     color: #eee;
     margin-right: 14px;
}



.kmrecorridos
{
    font-size:11px;
     color: #eee;
     margin-right: 14px;
}

.tinicio
{
    font-size:11px;
     color: #eee;
     margin-right: 14px;
}

.tfin
{
    font-size:11px;
     color: #eee;
     margin-right: 14px;
}
.tConsumo, .tConsumo2, .tConsumo3
{
    font-size:11px;
    color: #eee;
    margin-right: 14px;
}
.datos
{
    position:relative;
    color: #00FFFF;
    top:-18px;
    left:10px;
    top:-15px;
}

.excelExport
{
background-position: center center;
width: 45px;
height: 33px;
float: left;
background-color: #447795;
background-image: url('../Imagenes/Excel.png');
background-repeat: no-repeat;
margin: 0px 5px 0px 10px;
 border-radius: 0px 0px 10px 10px;
     -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.27);
-moz-box-shadow:    3px 3px 7px rgba(0, 0, 0, 0.27);
box-shadow:         3px 3px 7px rgba(0, 0, 0, 0.27);
  cursor: pointer;
}

.excelExport:hover
{
    background-color: #6F9FBD;
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.pdfExport
{
 background-image : url('../Imagenes/boton.PDF.png');
 background-position: center center;
width: 45px;
height: 33px;
float: left;
background-color: #447795;
background-repeat: no-repeat;
margin: 0px 5px 0px 10px;
 border-radius: 0px 0px 10px 10px;
     -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.27);
-moz-box-shadow:    3px 3px 7px rgba(0, 0, 0, 0.27);
box-shadow:         3px 3px 7px rgba(0, 0, 0, 0.27);
  cursor: pointer;
}

.pdfExport:hover
{
    background-color: #6F9FBD;
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.kmlExport
{
 background-image : url('../Images/icons/googleEarth.png');
 background-position: center center;
width: 45px;
height: 33px;
float: left;
background-color: #447795;
background-repeat: no-repeat;
margin: 0px 5px 0px 10px;
 border-radius: 0px 0px 10px 10px;
     -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.27);
-moz-box-shadow:    3px 3px 7px rgba(0, 0, 0, 0.27);
box-shadow:         3px 3px 7px rgba(0, 0, 0, 0.27);
  cursor: pointer;
}

.kmlExport:hover
{
    background-color: #6F9FBD;
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.controlesSecundarios
{
    width: 110px;
    height: 33px;
    float: left;
    background-color: #447795;
    margin: 0px 5px 0px 10px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.27);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.27);
    color: #00FFFF;
}



#containerNav
{
background-color: #c0d1ed;
width: 592px;
height: auto;
float: left;
position: absolute;
left: 50%;
top: 0px;
margin-left: -296px;

}

#containerBotonera a
{
    border: none;
}

#containerBotonera select
{
   padding: 3px;
position: relative;
top: -3px;
color: gray;
border-radius: 17px;
    
}

#containerBotonera
{ 
background-color: rgb(27, 63, 95);
width: 592px;
height: 35px;
padding: 3px 0;
border-radius: 0 0 10px 10px;
}


.btnBotones
{
    background: blue;
    width:30px;
    height:30px;
    float:left;
   text-indent:-9999px;
    margin: 3px 6px 0 0;
      -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
     -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.btnBotones:hover, .btnActivo 
{
        -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); 
}

.filtrosSeg
{
    background: url('../imagenes/seguimientoV3/filtros.png') no-repeat;
}

.GrillaSeg
{
    background: url('../Imagenes/seguimientov3/mostrarGrilla.png') no-repeat;
}

.notiSeg
{
    background: url('../Imagenes/seguimientov3/notificaciones.png') no-repeat;
      /* text-indent:0 !Important;*/
}

.panSeg
{
    background: url('../Imagenes/seguimientov3/pantallaCompleta.png') no-repeat;
}

.configuracionesSeg
{
    background: url('../Imagenes/seguimientov3/configuraciones.png') no-repeat;
}

.minutosSeg
{
    background: url('../Imagenes/seguimientov3/ultimos.png') no-repeat;
}

.geoSeg
{
    background: url('../Imagenes/seguimientov3/geocercas.png') no-repeat;
}

.popSeg
{
    background: url('../Imagenes/seguimientov3/popUp.png') no-repeat;
    z-index:30;
}

.ayudaSeg
{
    background: url('../Imagenes/seguimientov3/ayuda.png') no-repeat;
}


#imgFlecha
{
    width: 30px;
    height: 30px;
    /* background: red; */
    float: left;
    position: relative;
    top: -3px;
    left: 6px;
}

#imgVectio
{
    width: 39px;
    height: 36px;
    background: url('../Imagenes/seguimientov3/nuevoSeguimiento.png') no-repeat;
    float: left;
    border: none;
    margin: 0 15px 0 10px;
    cursor:pointer;
        -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#imgVectio:hover
{
    background: url('../Imagenes/seguimientov3/nuevoSeguimientoHover.png') no-repeat;
}
.containerSiguiendo
{
    float: right;
width: 200px;
/* background: orange; */
margin: 5px 0 0 0;
    
}

.containerSiguiendo textbox
{
    padding:20px;
    
}

.contador
{
position: absolute;
background-color: Aqua;
top: 18;
width: 15px;
height: 15px;
text-align: center;
margin-top: 14px;
color: rgb(37, 120, 175);
margin-left: -4px;
border-radius: 14px;
font-size: 10px;
text-indent:0 !Important;
}


.contenedorPanelSeguimiento
{
top: 33px;
left: 87px;

width: 100%;
text-align: left;
float: left;

display: block;
}

.tdInputSeg
{
    width:100px;

}

.tdSeg
{
width: 80px;

}

.contenedorPanelSeguimientoFondo
{
    width: 100%;
    display: block;
    position: fixed;
    top: 100%;
    left: 0;

}

.fondoNegro
{
    background-color:#000;
    width:100%;
    height:1000px;
    position:fixed;
    top:0;
    left:0;
    opacity: 0.9;
    z-index:50;
}

.imgAyuda
{
z-index: 60;
position: relative;
top: -667px;
left: -30px;
}

#id
{
}

.cerrarSeg
{
    position: relative;
left: 421px;
cursor:pointer;
}

#ayuda
{
    display:none;
}

#Filtros
{
    display:none;
}

#Filtros
{
    display:none;
}

#Grilla
{
    display:none;
}


#Geocercas
{
    display:none;
}

th
{
    background-color: rgb(201, 192, 192);
}


.contenedorNovedades
{
    background-color: #72c9f6;
width: 52%;
height: 120px;
float:left;
}

.contenedorNovedades4
{
    background-color: #72c9f6;
width: 47%;
height: 119px;
float:left;
margin: 0 0 0 1%;
}

.tituloNov
{
color: #066BA0;
font-weight: bold;
width: 219px;
float: left;
margin: 8px 0 0 0;
border-bottom: solid 2px #066BA0;
padding: 0 0 5px 0;
}

.textoNov
{
color: #066BA0;
float: left;
width: 147px;
text-align: left;
margin: 6px 0 0 0;
}

.textNov2
{
    color: #066BA0;
    font-weight: bold;
    width: 190px;
    float: left;
    margin: 8px 0 0 0;
    border-bottom: solid 2px #066BA0;
    padding: 0 0 5px 0;
}

.imgNov
{
   float: left;
width: 70px;
margin: 26px 0 0 0;
}

.contenedorDominio
{
    font-weight: bold;
    width: 52px;
    border-radius: 15px;
    background: rgb(231, 231, 231);
    text-align: center;
    color: rgb(94, 94, 94);
}
.contenedorMarcador
{
    font-weight: bold;
    width: 52px;
    text-align: center;
    color: white;
}

.containerBtnNov
{
float: right;
width: 98px;
margin: 7px 0px 4px !important;
position: relative;
left: 21px;

}

.btnNove
{
    background-color: #0E3558;
color: #fff;
font-size: 10px;
border: none;
padding: 3px;
border-radius: 4px;
cursor: pointer;
position: relative;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
/*top: -31px;
left: 55px;*/
}

.btnNove:hover
{
    background-color: #1F75C2;
}

/* inicio Tacografos Chat =========================================================== */

.columnaBuscar
{
    width:300px;
    background-color:#7B9EBD;
    height:500px;
    float:left;
    margin: 0 10px 0 0;
}

.columnaHistorial
{
    width: 238px;
    background-color: #7B9EBD;
    height: 500px;
    float: left;
    margin: 0 10px 0 0;
}

.columnaChat
{
    width: 387px;
    height: 440px;
    float: left;
    background-image: url('../Imagenes/bgChat.jpg');
    background-repeat: no-repeat;
    overflow: hidden;
    overflow-y: scroll;
}

.solapaTacoChat
{
    background: rgb(13, 66, 95);
    padding: 7px 0;
    color: #fff;
    text-transform: uppercase;
}


.filaChat , .filaHistorial
{
    float:left;
    width:100%;
    height:30px;

    border-bottom:1px solid #54687A;
}

.filaHistorialSelecta
{
    float:left;
    width:105%;
    height:30px;
     background-image: url('../Imagenes/bgChat.jpg');
    background-repeat: no-repeat;
    color:Blue !important;
}

.chatP
{
    color: #fff !important;
    float: left;
    margin: 8px 0 0 15px;
    width: 66px;
    text-align: left;
}

.textbox
{
    border-radius: 6px;
    border: none;
    padding: 2px;
    margin: 5px 0 0 0;
    width: 203px;
    float: left;
}

.dominio
{
float: left;
/* background: blue; */
width: 78px;
height: 27px;
text-align: center;
font-size: 15px;
padding: 6px 0 0 18px;
color: #fff;
text-align: left;
}

.imgSobreAbierto
{
    width: 22px;
    float: left;
    padding: 5px 34px 0 20px;
    
}

.cantMsj
{
 background: rgb(98, 197, 253);
color: white;
/* font-weight: bold; */
/* width: 20px; */
/* height: 15px; */
width: 14px;
float: left;
border-radius: 56px;
padding: 3px;
margin: 4px 0 0 8px;
border: 1px solid rgb(49, 123, 158);
text-align: center;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.msjCiatChat
{
width: 275px;
height: auto;
background: rgb(98, 197, 253);
color: #fff;
float: left;
margin: 5px 10px 5px 0px;
padding: 10px;
position: relative;
box-shadow: 1px 1px 2px rgba(black, 0.2);
left: -16px;
-webkit-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.43);
box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.43);
}

.msjCondChat
{
width: 200px;
height: auto;
background: rgb(49, 123, 158);
color: #fff;
float: right;
margin: 5px 0px 5px 10px;
padding: 10px;
box-shadow: 1px 1px 2px rgba(black, 0.2);
position: relative;
left: 16px;
-webkit-box-shadow: -2px 2px 5px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow:    -2px 2px 5px 0px rgba(50, 50, 50, 0.43);
box-shadow:         -2px 2px 5px 0px rgba(50, 50, 50, 0.43);
}

.triangle
{
float: left;
position: relative;
left: -16px;
top: 5px;
border: 8px solid rgb(98, 197, 253);;
border-left-color: transparent;
border-bottom-color: transparent;
}

.triangle2
{
float: right;
position: relative;
left: 16px;
top: 5px;
border: 8px solid rgb(49, 123, 158);
border-right-color: transparent;
border-bottom-color: transparent;
}
.avatarTaco
{
    float: right;
    width: 44px;
    margin: 5PX 5px 5PX 0PX;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow:    -2px 2px 5px 0px rgba(50, 50, 50, 0.43);
box-shadow:         -2px 2px 5px 0px rgba(50, 50, 50, 0.43);
}

.avatarCiat
{
    float: left;
    width: 44px;
    margin: 5PX 0 5PX 5PX;
    -webkit-box-shadow: 3px 1px 5px 0px rgba(50, 50, 50, 0.43);
-moz-box-shadow:    3px 1px 5px 0px rgba(50, 50, 50, 0.43);
box-shadow:         3px 1px 5px 0px rgba(50, 50, 50, 0.43);
    
}

 .avatarCiat::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 5px solid blue;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.filaTaco
{
 width: 100%;
float: left;
height: auto;
display: block;
}

.grillaInventada
{
    width: 280px;
    background: red;
    margin: 10px;
    height: auto;
}
.headerColum
{
    width:100%;
    float:left;
    background:#fff;
}

.bgDiferent
{
    background: rgb(207, 238, 255) !important;
}
.columConductor
{
   width: 107px;
padding: 8px 5px;
float: left;
text-align: left;
}
.columPatente
{
    width: 83px;
padding: 8px 5px;
float: left;
}
.btnAgregarChat
{
    width: 70px;
    padding: 22px 0 0 0;
    height: 22px;
    padding: 5px;
    padding: 8px 0 0 0;
    float: left;
}

.btnAgregarChat img
{
    width:30px;
} 

.bgTitleChat
{
 background: #0E3558 !Important;
color: #fff;
} 

/* fin Tacografos Chat =========================================================== */