/*RESET*/
*{
    border:none;
    margin:0;
    padding:0;
}
table, td, th {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 10pt;
}

@font-face {
        font-family: 'icomoon';
        src: url('/styles/fonts/icomoon.ttf?-mxku12') format('truetype');
        font-weight: normal;
        font-style: normal;
    
    /* Enable Ligatures ================ */
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
    
    /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
body{
    background: white none repeat scroll 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    margin: 0 auto;
    width: 17cm;
}




.content{    
    float: left;
    margin: 0 auto;
    width: 100%;
}
header{
    background: transparent;
    text-align: center;    
}
    header .logo img{
        max-height:100px;
    }
section{
    float: left;
    width: 100%;
    margin-top:20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}    
.cuerpo{
    float: left;
    width: 100%;
}
    .cuerpo h1{
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        float: left;
        font-size: 13pt;
        font-weight: 500;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    .cuerpo h4{
        margin-bottom: 5px;
    }
    .cuerpo .foto{
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
    .cuerpo .foto img{
        max-width:100%;
        height:8cm
    }

/*PRECIO*/
section.gestiones{}
.gestiones p {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.dato_label {
    font-style: italic;
    font-weight: 400;
}
.dato_value{
    /* font-size: 12pt; */
    font-weight: 700;
}
.dato_bajado, .dato_info_gestion {
     font-size: 10pt;
}
.dato_descuento {
    font-weight: 600;
}
.texto_legal {
    font-size: 9pt;
    font-style: italic;    
    width: 100%;
}


.agrup_habs, .agrup_bans{
    display: inline-block;
}
.agrup_sup p, .agrup_habs p, .agrup_bans p {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}
/*DESCRIPCION*/

/*OPCIONES*/
section.opciones ul li{
    float: left;
    list-style: none;
    margin-right: 30px;
}
section.opciones ul li.tiene::before {
    content: "\ed6e";
    display: inline-block;
    font-family: icomoon;
    font-size: 6pt;
    margin-right: 5px;
    margin-top: 6px;
    vertical-align: top;
}
section.opciones ul li.notiene::before {
    content: "\ed6a";
    display: inline-block;
    font-family: icomoon;
    font-size: 6pt;
    margin-right: 5px;
    margin-top: 6px;
    vertical-align: top;
}
section.opciones ul li.novalor{
    display:none;
}


/*CALIFIC ENERGETICA*/
.tabla_calificacion tr th {
    background-color: #e7e9e8;
    border: 1px solid #ccc;    
    color: #000;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 33.3333%;
}

.tabla_calificacion tr td {
    border: 1px solid #ccc;    
    padding: 5px 0;
    text-align: center;
}

/*TABLA CONTACTOS*/
.tabla_contactos tr th {
    background-color: #606060;
    border: 1px solid #ccc;    
    color: #fff;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 33.3333%;
}

.tabla_contactos tr td {
    border: 1px solid #ccc;    
    padding: 5px 0;
    text-align: center;
}
