﻿@charset "utf-8";



.Obligatorio_N2 {
    BORDER-LEFT: 3PX SOLID ORANGE;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
} 



.AlertaRoja {
    background: red;
    width: 6px;
    display: inline-block;
    height: 6px;
    margin: 0px -2px 0px 0px;
    border-radius: 30px;
} 
.AlertaVerde {
    background: #28ce28;
    width: 6px;
    display: inline-block;
    height: 6px;
    margin: 0px -1px 0px 0px;
    border-radius: 30px;
} 

textarea {
    text-transform: uppercase;
}

.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*width: 275px;*/
    display: block;
}

.MsjError {
	color: red;
    background: #d9d9d9;
    padding: 5px 10px;
    margin-top: 5px;
    display: block;
}
.MsjSuccess {
	color: green;
    background: #d9d9d9;
    padding: 5px 10px;
    margin-top: 5px;
    display: block;
}

.Obligatorio {
    BORDER-LEFT: 3PX SOLID RED;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
} 

.CssAnotacion {
    color: White;
    background-color: #ec5955;
    height: 21px;
    border: 0px;
    font-size: 15px;
}

.page-wrapper {
            display: table;
            width: 100%;
            table-layout: fixed;
        }
        .page-wrapper .page-wrapper-row {
            width: 100%;
            display: table-row;
        }
        .page-wrapper .page-wrapper-bottom, .page-wrapper .page-wrapper-top {
            width: 100%;
            display: table-cell;
        }
        .page-header {
            background-color: #fff;
        }
        .page-header {
            opacity: 1;
            filter: alpha(opacity=100);
            width: 100%;
            margin: 0;
            border: 0;
            padding: 0;
            background-image: none;
        }



#logo-header {
    float: left;
    padding: 5px 0 0 5px;
    text-decoration: none;
}

    #logo-header:hover {
        color: #0b76a6;
    }

    #logo-header .site-name {
        display: block;
        font-size: 1.2em;
    }

    #logo-header .site-desc {
        display: block;
        font-size: 0.8em;
        color: #999;
    }
	
 


        .page-header .page-header-top {
            /*height: 75px;*/
        }
        .page-header .page-header-top .page-logo {
            float: left;
            display: block;
            width: 360px;
            margin: 16px 0 0;
            text-align:left;
        }
        .page-header .page-header-top .top-menu {
            margin: 13px 0 0;
            padding: 0;
            float: right;
        }
        .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-toggle>.circle {
            background-color: #32c5d2;
            color: #fff;
        }
        .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-toggle>.circle {
            float: left;
            margin-top: -5px;
            padding: 3px 10px 4px;
            -webkit-border-radius: 50%!important;
            -moz-border-radius: 50%!important;
            -ms-border-radius: 50%!important;
            -o-border-radius: 50%!important;
            border-radius: 50%!important;
            font-family: "Open Sans",sans-serif;
            font-weight: 300;
        }
        .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-toggle>.corner {
            border-color: transparent transparent transparent #32c5d2;
        }
        .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-toggle>.corner {
            float: left;
            margin-left: -4px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 9px 9px;
        }
        .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>.username, .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-user>.dropdown-toggle>i {
            color: #8ea3b6;
        }
        .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>.username {
            float: left;
            font-size: 400;
            font-size: 14px;
            margin-top: 4px;
            margin-right: 2px;
        }
        .page-header .page-header-top .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>img {
            margin-top: -8px;
            margin-right: 8px;
            height: 40px;
            float: left;
        }
        .nav>li>a:focus, .nav>li>a:hover {
            text-decoration: none;
            background-color: transparent;
        }



.lbError {
    background: #d9d9d9;
    padding: 10px 15px;
    margin-top: 5px;
    display: block;
}

.dataTables_length {
    float:right;
    padding-top: 3px;
}

.dataTables_filter {
    display:none;
}

.pagination
{
  line-height: 26px;
}

.pagination span
{
  padding: 5px;
  border: solid 1px #528bd1;
  text-decoration: none;
  white-space: nowrap;
  background: #528bd1;
  color:white;
}

.pagination a, 
.pagination a:visited
{
  text-decoration: none;
  padding: 5px;
  white-space: nowrap;
  border: solid 1px #f7f7f7;
  background: #f7f7f7;
}
.pagination a:hover, 
.pagination a:active
{
  /*padding: 5px;*/
  border: solid 1px #bdbdbd;
  text-decoration: none;
  white-space: nowrap;
  background: #bdbdbd;
}


        .fileUpload {
            position: relative;
            overflow: hidden;
            margin: 10px; 
        }
        .fileUpload input.upload {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
        }
        .btn-info-A {
            color: #fff;
            background-color: #528bd1;
            border-color: #528bd1;
        }
        .btn-info-A:hover {
            background-color: #315d94;
            border-color: #315d94;
        }
        .btn-info-D {
            color: #a9a9a9;
            background-color: #ebebe4;
            border: 1px solid #a9a9a9;
        }

        .btn {
            display: inline-block;
            padding: 6px 12px;
            font-size: 11px;
            font-weight: normal;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            /*border-radius: 4px;*/
        }




.imgPopub {
    background-image: url(http://www.proyectocomercial.com/APP_HD/img/ITA_PLOMO.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 200px;
    background-position-y: -4px;
}

.cssTitleCalendar {
    position: static;
}

.CssCalendar {
    POSITION: absolute;
    top: 283px;
    left: 471px;
    height: 149px;
}

input[type="submit"]:disabled {
    background: #ebebe4;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
}

/*a.aspNetDisabled {
    background: #ebebe4;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
}
a.aspNetDisabled:hover {
    background: #ebebe4;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
}*/

input[disabled].btn-activo{
    color: white;
    background: #34c3ff;
    opacity: 1;
    border: 1px solid #34c3ff;
}

textarea:read-only {
    background: #ebebe4;
}

select:disabled{
    background: #ebebe4;
}

.CssHerramienta {
    color: #000080;
    font-family: Arial;
    font-size: 11px; 
    border: 1px solid #a9a9a9;
    /*margin-bottom:0px;*/
}
.CssFondo
{
    /*margin-top: 25px;*/
    margin-bottom: 10px;
    background-color: #efefef;
    padding: 10px 15px;
}

html {
    font-family: Arial;
    font-size: 10px;
}

a {
    color: #337ab7;
    /*text-decoration: none;*/
}
/*a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}*/

.text-left {
     text-align: left; 
}
.text-right {
     text-align: right; 
}

.CSSGridView {
    color: Black;
    background-color: White;
    border-width: 0px;
    font-family: Arial;
    font-size: XX-Small;
    width: 100%;
    text-align: left;
}


.CssTableCrossOver
{
    BORDER-BOTTOM-STYLE: inset;
    HEIGHT: 542px;
    OVERFLOW: auto;
}


.StyleTDCount {
    background:#337ab7;
    height:21px;
}

.StyleLabelCount {
    display: inline-block;
    color: White;
    font-family: Arial;
    font-size: XX-Small;
    /*margin-left: 10px;*/
    margin-right: 10px;
}
.CssTableBorder {
    border-bottom: 1px solid grey;
    margin: 10px 0px;
}
.CssTableTh {
    color: White;
    background-color: #337ab7 !important;
    font-weight: bold;
}
.CssTableTDDelete {
    color: #FFFFFF;
    background-color: #E85353;
}
.CssTableTDDelete:hover {
    background-color: #bb1b1b;
}

 
.CssTableTDSelect {
    color: #FFFFFF;
    /* background-color: #929090; */
    background: #929090;
    background: -moz-linear-gradient(top, #929090 0%, #a09d9d 99%);
    background: -webkit-linear-gradient(top, #929090 0%,#a09d9d 99%);
    background: linear-gradient(to bottom, #929090 0%,#a09d9d 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929090', endColorstr='#a09d9d',GradientType=0 );
}
.CssTableTDSelect:hover {
    background: #737373;
}

input[type='text']{
    padding: 6px 2px;
    /*margin-left: 54px;*/
    text-align: left;
    margin-bottom: 2px;
    text-transform: uppercase;
    /*margin-top: 0px;*/
}
select {
    padding: 5px 2px;
    /*margin-left: 54px;*/
    text-align: left;
    margin-bottom: 0px;
}

.StyleMenuHpl {
    color: RoyalBlue;
    font-family: Arial;
    font-size: Medium;
    font-weight: normal;
}

.StyleLabel {
    color: #484848;
    font-family: Arial;
    font-size: 10px;
    text-transform:uppercase;
    margin-right: 0px;
}


.StyleLabelTitulo {
    color: #484848;
    font-family: Arial;
    font-size: 16px;
    text-transform:uppercase;
    font-weight:bold;
}
    
            .btnAzulM {
                color: White;
                background-color: #528BD1;
                border-style: None;
                font-family: Arial;
                font-size: X-Small;
                font-weight: normal;
                height: 25px;
                width: 150px;
            }
            .btnAzulM:hover {
                background-color: #315d94;
            }             
            .btnVerde {
                color: White;
                background-color: #33CA00;
                border-style: None;
                font-family: Arial;
                font-size: X-Small;
                font-weight: normal;
                height: 25px;
                width: 95px;
            }
            .btnVerde:hover {
                background-color: #2b9606;
            }

            .btnAzul {
                color: White;
                background-color: #337ab7;
                border-style: None;
                font-family: Arial;
                font-size: X-Small;
                font-weight: normal;
                height: 25px;
                width: 95px;
            }
            .btnAzul:hover {
                background-color: #315d94;
            }

            .btnRojo {
                color: White;
                background-color: #d31010;
                border-style: None;
                font-family: Arial;
                font-size: X-Small;
                font-weight: normal;
		        height:25px;
                }
            .btnRojo:hover {
                background-color:#f21d47;
            }

            .btnNaranaja {
                color: White;
                background-color: #ffb938;
                border-style: None;
                font-family: Arial;
                font-size: X-Small;
                font-weight: normal;
                height: 25px;
            }

                .btnNaranaja:hover {
                    background-color: #e6aa3a;
                }
           .StyleButtonR {
            width:220px;
            height:45px;
            max-width:220px;
            background: #39bf0d;
            border: 1px solid #39bf0d;
            color: #fff;
            font-weight: bold;
            -webkit-box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
            -moz-box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
            box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
          }
          .StyleButtonR:hover {
            background: #319c0e;
            border: 1px solid #319c0e;
          }
          .StyleButton {
            width:220px;
            height:45px;
            max-width:220px;
            background: #0f51b5;
            border: 1px solid #0f51b5;
            color: #fff;
            font-weight: bold;
            -webkit-box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
            -moz-box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
            box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
          }
          .StyleButton:hover {
            background: #113771;
            border: 1px solid #113771;
          }

          .StyleButtonPrincipal {
            width:220px;
            height:45px;
            max-width:220px;
            background: #4e4d66;
            border: 1px solid #4e4d66; 
            color: #fff;
            font-weight: bold;
            -webkit-box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
            -moz-box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
            box-shadow: 4px 5px 3px -2px rgba(0,0,0,0.7);
          }
          .StyleButtonPrincipal:hover {
            background: #8f9092;
            border: 1px solid #8f9092;
          }
          

 .cssImgFondoPopub
{
    margin-top:18%;
    color:#03CEFF;
    font-size:24px;
    display:block;
    }
    
.cssFondoPopub
{
    z-index: 99;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    opacity: 0.6;
    cursor: default;
    position: fixed;
    background-color: rgb(0, 0, 0);
    }

.cssMensajeLogin {
    background: #f2dede;
    padding: 10px;
    color: #945b62;
    font-weight: bold;
    width: 100%;
    float: left;
    display: table;
    margin-bottom: 10px;
}
 

/* FUENTES */


@font-face {

font-family: 'Myriad Pro Regular';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');

}


 

@font-face {

font-family: 'Myriad Pro Condensed';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');

}


 

@font-face {

font-family: 'Myriad Pro Semibold Italic';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');

}


 

@font-face {

font-family: 'Myriad Pro Semibold';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');

}


 

@font-face {

font-family: 'Myriad Pro Condensed Italic';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');

}


 

@font-face {

font-family: 'Myriad Pro Bold Italic';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');

}


 

@font-face {

font-family: 'Myriad Pro Bold Condensed Italic';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');

}


 

@font-face {

font-family: 'Myriad Pro Bold Condensed';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');

}


 

@font-face {

font-family: 'Myriad Pro Bold';

font-style: normal;

font-weight: normal;

src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');

}


@font-face {

font-family: 'Century Gothic';

src: local('Century Gothic'), url('../fonts/GOTHIC') format('truetype');

}


 

 

/* ACCESO */


.margin_top50{

margin-top:50px;

}


.margin_top20{

margin-top:20px;

}


.padding_top30{

padding-top:30px;

}


.display{

display:none;

}


.margin_bottom25{

margin-bottom: 25px;

}


.margen_top10{

margin-top:10px;

}


#btn-login{

margin-left:115px;

margin-right:auto;    

}


.frase_contrasena{

border-top: 1px solid#888;

padding-top:15px;

font-size:85%;

}


.verde{

background-color:#98c558;

border:#98c558 solid 1px;

}


 

 

/* MENU */


.relleno_datos{

padding-left:70px; 

padding-right:70px;

}


.usuario_fuente{

font-size:18px; 

color:#0d509c;

}


.usuario_fuente_plomo{

font-size:18px; 

color:#666666;

}


.cerrar_fuente{

font-weight:bold; 

font-size:18px; 

color:#0d509c;

}


.enlace_cerrar{

color:#0d509c;

}


 

.margen_izquierda{

margin-left:50px;

}


.panel_verde{

border:#98c558 2px solid; 

border-radius: 30px 30px 30px 30px;

}


.cabecera_verde{

border-bottom:#98c558 2px solid; 

border-radius: 26px 26px 0px 0px;

}


#titulo_menus{

color:#aaa; 

text-align:center; 

border:0px; 

padding:0px; 

vertical-align:top; 

font-size:25px; 

margin-bottom:0px; 

margin-top:0px;

}


#cuerpo_menu{

background-color:#FFF;

/*font-family:'Myriad Pro Regular';*/

}


.barra{

background-color:#337ab7; 
height:5px;

}


#bloque_logo{

text-align:center;

}


#casita{

float:left; 

margin-top:35px;

margin-left:80px;

}


.margen_usuario{

margin-bottom:10px;

margin-right:6px;

}


.margen_cerrar{

margin-bottom:6px;

margin-right:6px;

}


.texto_usuario{

margin-bottom:6px;

}


.icono_relleno{

margin-bottom:10px;

}


.nombre_menu{

text-align:center; 

font-size:18px; 

}              

 

.texto_menu{

color:#0d509c; 

/*padding: 5px 5px 5px 5px; */

text-align:center; 

min-height:40px; 

font-size:15px;

}


.titulo_bienvenida{

text-align:center; 

font-size:24px; 

}


#pie_menu{

position:fixed;bottom:17px;

width:100%;

margin-top:10px; 

text-align:center; 

margin-bottom:10px; 

font-weight:bold; 

color:#0d509c; 

font-size:22px; 

}


.bloque_anchura{

width:100%; 

float:left;            

}


.texto_bienvenida{

color:#0d509c; 

padding: 16px 20px 16px 20px; 

text-align:center; 

min-height:70px; 

font-size:16px; 

text-align:justify;            

}


#titulo_menu{

margin-bottom:40px; 

margin-left:10px; 

border-bottom:#337ab7 2px solid;

}              

 

.fila{

margin-bottom:5px; 

margin-left:0px; 

font-size:16px;

}


.derecha30{

padding-right:30px;

}


.margen15{

margin-left:15px;

}


.encabezado{

padding-left:15px;

font-size:14px;

font-weight:bold;

}


 

/* LISTAS - TABLAS */


.titulo_tabla{

margin-bottom:40px; 

border-bottom:#337ab7 2px solid;

}


.fila_tabla{

float:left; 

width:100%; 

border-bottom: #ddd 1px solid; 

padding-top:15px; 

padding-bottom:15px;

}


 

.paginacion{

width:42%; 

float:left; 

font-size:18px;

}


.subrayado{

text-decoration:underline;

}


.bloque{

float:left; 

font-weight:bold; 

padding-top:5px; 

font-size:13px; 

margin-right:10px;

}


.margen_der14{

margin-right:16px; 

}


 

.relleno_top3{

padding-top:3px;

}


 

.pos_izq{

float:left;

}


.cabecera{

background-color:#337ab7; 

color:#FFF;

}


.pie{

width:100%; 

padding-bottom:80px;

}


.pie_fila{

width:50%; 

float:left; 

font-size:13px;

}


.txt_izq{

text-align:left; 

}


.txt_der{

text-align:right; 

}


.texto_label{

float:left; 

margin-right:10px;

padding-top:5px; 

font-size:13px;

}


.enlace{

font-weight:bold; 

text-decoration:underline; 

font-size:13px;

}


.esquema{

margin-bottom:330px;

}


.esquema2{

margin-bottom:450px;


}


 

@media only screen and (min-width: 992px) and (max-width: 1199px) {


/* MENU */


.derecha30{

padding-right:30px;

width:50%;

float:left;

padding-top:10px;

margin-top:0px;

text-align:left;

}


.usuario{

width:100%;

float:left;

}


/* LISTAS - TABLAS */


.titulo_tabla{

margin-bottom:10px; 

border-bottom:#337ab7 2px solid;

}


.fila_tabla{

float:left; 

width:100%; 

border-bottom: #ddd 1px solid; 

padding-top:25px; 

padding-bottom:0px;

}


.paginacion{

width:100%; 

float:left; 

font-size:18px;

margin-bottom:25px;

}


.margen_der14{

margin-right:14px;

margin-bottom:15px; 

}


.esquema{

margin-bottom:580px;

}


.esquema2{

margin-bottom:920px;

}


.ma{

margin-bottom:20px;

}


.pie_fila{

width:100%; 

float:left; 

font-size:13px;

margin-bottom:10px;

margin-top:10px;

}


.txt_der{

text-align:left; 

}


}


 

/* tablets2 */


@media only screen and (min-width: 960px) and (max-width: 991px) {

                

/* MENU */


.derecha30{

padding-right:30px;

width:50%;

float:left;

padding-top:10px;

margin-top:0px;

text-align:left;

}


.usuario{

width:100%;

float:left;

}


/* LISTAS - TABLAS */


.titulo_tabla{

margin-bottom:10px; 

border-bottom:#337ab7 2px solid;

}


.fila_tabla{

float:left; 

width:100%; 

border-bottom: #ddd 1px solid; 

padding-top:25px; 

padding-bottom:0px;

}


.paginacion{

width:100%; 

float:left; 

font-size:18px;

margin-bottom:25px;

}


.margen_der14{

margin-right:14px;

margin-bottom:15px; 

}


.esquema{

margin-bottom:620px;

}


.esquema2{

margin-bottom:990px;

}


.ma{

margin-bottom:20px;

}


.pie_fila{

width:100%; 

float:left; 

font-size:13px;

margin-bottom:10px;

margin-top:10px;

}


.txt_der{

text-align:left; 

}


 

}


 

/* tablets */


@media only screen and (min-width: 768px) and (max-width: 959px) {

                

/* MENU */


.derecha30{

padding-right:30px;

width:50%;

float:left;

padding-top:10px;

margin-top:0px;

text-align:left;

}


.usuario{

width:100%;

float:left;

}


/* LISTAS - TABLAS */


.titulo_tabla{

margin-bottom:10px; 

border-bottom:#337ab7 2px solid;

}


.fila_tabla{

float:left; 

width:100%; 

border-bottom: #ddd 1px solid; 

padding-top:25px; 

padding-bottom:0px;

}


.paginacion{

width:100%; 

float:left; 

font-size:18px;

margin-bottom:25px;

}


.margen_der14{

margin-right:14px;

margin-bottom:15px; 

}


.esquema{

margin-bottom:620px;

}


.esquema2{

margin-bottom:990px;

}


.ma{

margin-bottom:20px;

}


.pie_fila{

width:100%; 

float:left; 

font-size:13px;

margin-bottom:10px;

margin-top:10px;

}


.txt_der{

text-align:left; 

}


 

}


 

/* moviles */


@media screen and (max-width: 767px) and (min-width: 480px){


/* MENU */


/*.derecha30{

padding-right:30px;

width:100%;

float:left;

padding-top:0px;

margin-top:0px;

}


.usuario{

width:100%;

float:left;

}*/


/* LISTAS - TABLAS */


.titulo_tabla{

margin-bottom:10px; 

border-bottom:#337ab7 2px solid;

}


.fila_tabla{

float:left; 

width:100%; 

border-bottom: #ddd 1px solid; 

padding-top:25px; 

padding-bottom:0px;

}


.paginacion{

width:100%; 

float:left; 

font-size:18px;

margin-bottom:25px;

}


.margen_der14{

margin-right:14px;

margin-bottom:15px; 

}


.esquema{

margin-bottom:620px;

}


.esquema2{

margin-bottom:1000px;

}


.ma{

margin-bottom:20px;

}


.pie_fila{

width:100%; 

float:left; 

font-size:13px;

margin-bottom:10px;

margin-top:10px;

}


.txt_der{

text-align:left; 

}


 

 

}


 

/* moviles */


@media only screen and (max-width: 479px){

                

/* MENU */


.derecha30{

padding-right:30px;

width:50%;

float:left;

padding-top:10px;

margin-top:0px;

text-align:left;

}


.usuario{

width:100%;

float:left;

}


 

/* LISTAS - TABLAS */


.titulo_tabla{

margin-bottom:10px; 

border-bottom:#337ab7 2px solid;

}


.fila_tabla{

float:left; 

width:100%; 

border-bottom: #ddd 1px solid; 

padding-top:25px; 

padding-bottom:0px;

}


.paginacion{

width:100%; 

float:left; 

font-size:18px;

margin-bottom:25px;

}


.margen_der14{

margin-right:14px;

margin-bottom:15px; 

}


.esquema{

margin-bottom:850px;

}


.esquema2{

margin-bottom:400px;

}


.ma{

margin-bottom:20px;

}


.pie_fila{

width:100%; 

float:left; 

font-size:13px;

margin-bottom:10px;

margin-top:10px;

}


.txt_der{

text-align:left; 

}





    .expand-column {
        max-width: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: 1px solid grey;
    }

    .no-wrap {
        white-space: nowrap;
        border: 1px solid grey;
        width: 1px;
    }
    




 

}





/*Mouse Over DataGrid*/
/* ==============================================================================*/
.hover_row {
    background-color: #d7d7d7;
}


/*Mouse Over Datatable*/
/* ==============================================================================*/
/* example */
table#example.dataTable tbody tr:hover {
    background-color: #d7d7d7;
    /*background-color: #ffa;*/
}

table#example.dataTable tbody tr:hover > .sorting_1 {
    background-color: #ffa;
}

/* example1 */
table#example1.dataTable tbody tr:hover {
    background-color: #d7d7d7;
    /*background-color: #ffa;*/
}

table#example1.dataTable tbody tr:hover > .sorting_1 {
    background-color: #ffa;
}


