﻿.panControl {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #ccc;
    background-image: url('./Imagenes/fondoMenuPanel.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

    .panControl input {
        border: 1px solid #FFF;
        width: 100px;
        padding: 2px;
        cursor: pointer;
        margin-left: 10px;
        float: right;
    }

        .panControl input:hover {
            /*background-color:#000;*/
        }

#anularEdicion {
    position: fixed !important;
    width: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background-color: #000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1000;
}


#capaFlotanteEdicion td {
    color: #000;
}

#capaFlotanteEdicion span {
    color: #000;
}

#capaFlotanteEdicion {
    width: 855px;
    background-color: #FFF;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -445px;
    padding: 50px 20px 50px 20px;
    text-align: left;
    z-index: 1000;
    font-size: 13px;
    border: 1px solid #000;
    font-family: Verdana;
}

    #capaFlotanteEdicion * {
        font-family: Verdana;
        font-size: 14px;
    }



#anularTotal {
    position: fixed !important;
    width: 100%;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    background-color: #666;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 99999999999;
}

#capaFlotanteConfirmarBorrado {
    width: 400px;
    background-color: #fff;
    position: absolute;
    top: 280px;
    margin: auto;
    margin-left: 50%;
    left: -200px;
    padding: 50px 50px 50px 50px;
    text-align: left;
    z-index: 9999;
    font-size: 13px;
    border: 1px solid #000;
}

.tbEditar {
    border: 1px solid #999;
    /*width:500px; 
    padding:2px;*/
    height: 22px;
}

.thumbFotoEditar {
    width: 100px;
    margin: 10px;
}

.cajaThumbImagenEditar {
    width: 700px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    float: left;
}

.cajaThumbImagenEditarDesactivada {
    width: 700px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    float: left;
    background-color: #333;
}


.cajaThumbImagenEditarImagen {
    width: 120px;
    float: left;
}

.cajaThumbImagenEditarSubirBajar {
    width: 100px;
    float: left;
    margin-left: 10px;
    margin-top: 40px;
}



.cajaThumbImagenEditarMostrarOcultar {
    width: 100px;
    float: left;
    margin-left: 10px;
    margin-top: 40px;
}

.cajaThumbImagenBorrar {
    width: 100px;
    float: left;
    margin-left: 10px;
    margin-top: 40px;
}



.botoneraEdicion input {
    border: 1px solid #fff;
    width: 100px;
    padding: 2px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

#interiorPanelDeControl a {
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    float: left;
    margin-left: 0px;
}

    #interiorPanelDeControl a:hover {
        text-decoration: none;
        color: #336699;
    }

.areaIntroContacto {
    float: left;
    width: 100%;
}

.lblValidacionContacto {
    float: left;
    width: 660px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    background-color: #efefef;
    font-weight: bold;
    color: #ff9900;
    font-size: 14px;
}

.enlaceNaranja {
    color: #ff9900;
}

    .enlaceNaranja:hover {
        color: #999999;
    }

.cajaConFondo {
    float: left;
    background-color: #eee;
    padding: 20px;
    width: initial;
    margin-bottom: 20px;
}


#capaFlotanteEdicion a {
    color: #336699;
    font-family: Arial;
    font-weight: bold;
}

    #capaFlotanteEdicion a:hover {
        text-decoration: none;
    }

    #capaFlotanteEdicion a.desactivado {
        color: #666;
    }

/*.btnEditar {
    margin-left:-0px;
    margin-top:-10px;
}*/

.redondas15 {
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari and Chrome */
    border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

.redondas10 {
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari and Chrome */
    border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    behavior: url('ie-css3.htc');
    *behavior: url();
}

.listaHijosColumnaNombre {
    width: 511px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    text-align: justify;
}

.panAvisoBDLocal {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f00;
    color: #fff;
    text-align: center;
}


.jTip {
    cursor: help;
}

.cajaTooltip {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 25px;
}



#JT_arrow_left {
    background-image: url(./imagenes/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    left: -12px;
    height: 23px;
    width: 10px;
    top: -3px;
}

#JT_arrow_right {
    background-image: url(./imagenes/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    z-index: 101;
    height: 23px;
    width: 11px;
    top: -2px;
}

#JT {
    position: absolute;
    z-index: 10000000;
    border: 2px solid #CCCCCC;
    background-color: #fff;
}

#JT_copy {
    padding: 10px 10px 10px 10px;
    color: #333333;
}

.JT_loader {
    background-image: url(./imagenes/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 12px;
}

#JT_close_left {
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
}

#JT_close_right {
    background-color: #CCCCCC;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 2px;
    font-weight: bold;
}

#JT_copy p {
    margin: 3px 0;
}

#JT_copy img {
    padding: 1px;
    border: 1px solid #CCCCCC;
}

.ampliable {
    cursor: zoom-in;
}



/* Galería de imágenes del panel de control */
.pdc_fotoEnGaleria {
    float: left;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 165px;
    width: 150px;
    border: solid 1px #666;
}

.pdc_fotoEnGaleria_contenedor {
    float: left;
    height: 140px;
    width: 140px;
}

    .pdc_fotoEnGaleria_contenedor tr td {
        text-align: center;
        vertical-align: central;
        height: 150px;
        width: 150px;
        margin: auto auto;
    }

        .pdc_fotoEnGaleria_contenedor tr td img {
            max-height: 150px;
            max-width: 150px;
            margin: auto auto;
        }

.pdc_fotoEnGaleria_botones {
    float: left;
    width: 100%;
    text-align: center;
}

.paginadorMisFotos {
    float: left;
    width: 820px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
}

    .paginadorMisFotos a {
        float: left;
        margin-right: 10px;
        margin-bottom: 2px;
    }

.MisFotos_Superior {
    float: left;
    width: 820px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 20px;
}

.MisFotos_NuevaFoto {
    float: left;
    padding: 10px;
    border: solid #666 1px;
}

.pdc_img_nombrecarpeta {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}


/********* Aviso cookies *************/

.avisoCookies {
    width: 100%;
    background-color: #666;
    height: 40px;
}

.avisoCookiesInterior {
    position: relative; height: 20px; margin: auto; width: 1000px; padding: 5px; color: #ccc; line-height: 14px; line-height:20px;
}

.avisoCookiesInteriorTexto, #avisoCookiesInteriorTexto
{
    float: left; width: 910px; margin-right: 10px; font-size:12px;
}

.avisoCookiesInteriorBoton
{
    float: left; width: 65px; color: #000; background-color: #ccc; text-align: center; padding-left: 5px; padding-right: 5px; line-height: 20px; font-size:11px;
}


/********* Aviso cookies responsive*************/
 
/*xs*/
@media (max-width: 767px) {
 
        .avisoCookies {
            float:left;
            padding-left:20px;
            width: 100%;
            background-color: #666;
            height: auto;
    }
 
    .avisoCookiesInterior {
        float:left; margin: auto; padding: 5px; color: #ccc; line-height: 14px; line-height:20px; width:100%;height: auto;
    }
 
    .avisoCookiesInteriorTexto, #avisoCookiesInteriorTexto
    {
        float: left; margin-right: 10px; font-size:12px;width:auto;height: auto;
    }
 
    .avisoCookiesInteriorBoton
    {
        float: left; width: 65px; color: #000; background-color: #ccc; text-align: center; padding-left: 5px; padding-right: 5px; line-height: 20px; font-size:11px; margin-top:10px;margin-bottom:10px;
    }
 
 
 
 
}