.fondoAzul{
    background-color: #00307b !important;
}
.btInicio{
    padding: 15px 10px 10px;
}
.btInicio i.fa{
    font-size: 25px;
}
/* ESTYLOS DE MENSAJES */
.msInformacion, .msCorrecto, .msAlerta, .msError, .msLimpieza{
    display:block;
    padding:15px;
    padding-left:45px;
    margin-bottom:8px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.msInformacion{
    color:#00529b;
    background:#bde5f8 url(../images/mensajes/mensajes/Info.png) 5px 50% no-repeat;
    border:1px solid #589cbc;
}
.msCorrecto{
    color:#4f8a10;
    background:#dff2bf url(../images/mensajes/mensajes/Checked.png) 5px 50% no-repeat;
    border:1px solid #a6ca6a;
}
.msAlerta{
    color:#9f6000;
    background:#feefb3 url(../images/mensajes/mensajes/Warning.png) 5px 50% no-repeat;
    border:1px solid #e3cb46;
}
.msError{
    color:#333;
    background:#ffbaba url(../images/mensajes/mensajes/Error.png) 5px 50% no-repeat;
    border:1px solid #de5b5b;
}
.msLimpieza{
    color:#666;
    background:#efefef url(../images/mensajes/mensajes/Clear.png) 5px 50% no-repeat;
    border:1px solid #dedede;
}
.msLista{
    clear:both;
    float:none;
    list-style:square;
}
.msLista li{
    margin-left:30px;
    padding:3px 0px 3px 0px;
}
/* */
.imgLeft{
    float: left;
    margin: 0px 20px 20px 0px;
} 

/* Video */ 
.covervid-wrapper{
    background:#002c7e url(../images/bannerBg.png) 50% 0 repeat-y;
    height:auto;
}
.covervid-video{
    width: 100%;
    height: auto;
    border: 8px solid #002c7e;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
} 
/* */
.formFila{
    text-align: center;
    margin-top: 8px !important;
}
.cajaBorde{
    padding-top: 8px;
    border: 1px solid #ccc;
}
.imgGale{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 10px;
}
.imgGale:hover{
    opacity: 0.7;
}
.pagination-block{
    text-align: center;
}
.stock{
    width: 25%;
    height: 20px;
    border: 1px solid #c1c1c1;
	margin-left: auto;
}
/******************VIDEO*************************//
/*.videoIcon {
    width: 39px;
    height: 39px;
    overflow: hidden;
    background: url(../images/play_youte.png) 0 0 no-repeat;
    position: absolute;
    top: 90px;
    left: 120px;
    top: -120px;
    left: 100px;
    z-index: 5;
    opacity: 0.8;
}*/

.videoTumbs{
    clear: both;
    display: block;
}
.videoTumbs a{
    float: left;
    width: 193px;
    height: 175px;
    position: relative;
    padding-right: 20px;
    display: block;
    text-decoration: none;
}
.videoTumbs a{
    text-decoration: none;
}
.videoTumbs .videoIcon{
    width: 39px;
    height: 39px;
    overflow: hidden;
    background: url(../images/play_youte.png) 0 0 no-repeat;
    position: absolute;
    top: 40px;
    left: 76px;
    z-index: 5;
    opacity: 0.5;
}
.videoTumbs a:hover .videoIcon{
    opacity: 1;
}
.videoTumbs .videoTumbsUltimo{
    padding-right: 0;
}
.videoTumbs img{
    float: left;
    background: #f9eded;
    opacity: 0.5;
}
.videoTxt{
    clear: both;
    display: block;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
}
.activo .videoIcon{
    opacity: 1;
}
.activo img{
    opacity: 1;
}
/* FIN VIDEO*/
.datos{
    display: block;
    padding: 8px 0px;
    clear: both;
}
.datosLeft, .datosRight{
    float: left; 
    width: 49.9%;
    display: inline-block; 
}
.datosLeft{
    text-align: left;
} 
.datosRight{
    text-align: right;
}

/* */
.tDetalle{
    width: 100%;
    border: 1px solid #ddd;
}
.tDetalle thead th{
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
}
.tDetalle tbody td{
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
}
.tDetalle tbody tr:nth-child(even) td{
    background-color: #e3e3e3;
}

@media screen and (max-width: 600px) {
    .tDetalle {
        border: 0;
    }
    .tDetalle thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .tDetalle tbody tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .tDetalle tbody td {
        width: 100% !important;
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
        padding: 5px;
    }
    .tDetalle tbody td::before {

        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .tDetalle tbody td .datos{
        padding: 2px 0px;
    }
    .tDetalle tbody td:last-child {
        border-bottom: 0;
    }
}

