@charset "utf-8";
/* CSS Document */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;}
table {border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
img, a img {border:none;outline:none;}

/* estilos comunes */
address,form,hr,table,ul,ol,dl,pre{margin-bottom:1.5em;}
abbr,acronym{font-size:85%;letter-spacing:.1em;text-transform:uppercase;}
abbr[title],acronym[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
blockquote{color:#666;font-style:italic;margin:1.5em;}
ins{border-bottom:1px dotted #000;text-decoration:none;}
del{text-decoration:line-through;}
small,sup,sub{font-size:85%;}
big{font-size:125%;line-height:80%;}
sup{vertical-align:super;}
sub{vertical-align:sub;}
pre{white-space:pre;}
cite,em,dfn{font-style:italic;}
code{font-family:mono-space, monospace;font-size:100%;}
strong,th,thead td,dt{font-weight:bold;}
hr{background:#ddd;border:none;clear:both;color:#ddd;float:none;height:.1em;margin:0 0 1.45em;width:100%;}
hr.space{background:#fff;color:#fff;}
table{margin:0 0 1.4em;width:100%;}
th{font-weight:bold;}
thead th{border-bottom:0;font-weight:bold;}
tbody th{border-bottom:0;}
th,td,caption{padding:0px;vertical-align:middle;}
tfoot{font-style:italic;}
label{font-weight:normal;}
fieldset{margin:0 0 1.5em;padding:1.4em;}
legend{font-size:1em;font-weight:normal;}
input,textarea,select{margin:0.5em 0;}
/* input[type=submit]{padding:0 2px;} removed */
input[type=text],input[type=password]{background:#fff;border:1px solid #ccc;margin:8px 0;padding:2px;}
textarea,select {background:#fff;border:1px solid #ccc;margin:8px 0;padding:2px;} /* added */
input[type=checkbox],input[type=radio],input.checkbox,input.radio{position:relative;top:.15em;}

.over_hide { overflow: hidden; } /* addedd */

.vertical-middle{vertical-align:middle;}
/* COLORES  */


.amarillo{
    color:#ffca2e;
    font-size: 12px;
}
.violeta {
    color:#a851c6;
    font-size: 12px;
}
.magenta {
    color:#b23d71;
    font-size: 12px;
}
.azul {
    color:#14B7FF;
    font-size: 12px;
}

.strong {
    font-weight: bold;
}

.title_coupon a { height: 30px; } /* added */

.turquesa {
    color: #5eb08a !important;
    font-size: 12px;
}

.azul {
    color:#14b7ff;
    font-size:12px;
}

.naranja {
    color: #ff9900;
}
/* tipografia */
body {
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    margin: 0px;
    padding: 0px;

}

.topmenu{
    text-align:right;
}

.topmenu a{
    text-decoration:none;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, form {
    font-family:Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
p{
    font-weight:normal;
    font-size:12px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.caja-usuario p{
    font-size:11px;
    line-height:12px;
    font-weight:bold;
    margin:0px 5px 5px 0px;
}

.contenido-modulo{
    font-size:12px;
}

h1{
    font-weight:bold;
    margin:5px 0px 5px 0px;
    font-size:1.1em;
}
h2{
    font-weight:bold;
    margin:5px 0px 5px 5px;
    font-size:0.95em;
}

.contenido-modulo h2{
    font-weight:bold;
    margin:5px 0px 5px 5px;
    font-size:18px;
}
h3{
    font-weight:bold;
    margin:5px 0px 5px 5px;
    font-size:13px;
}
h4{
    font-weight:bold;
    margin:5px 0px 5px 0px;
    font-size:0.85em;
}
h5{
    font-weight:bold;
    margin:5px 0px 5px 5px;
    font-size:0.80em;
}
h6{
    font-weight:bold;
    margin:5px 0px 5px 5px;
    font-size:0.75em;
}

h2.tab-amarillo:hover, .tab-amarillo-active{
    display:block;
    background-color:#ffca2e;
    color:#fff;
    padding:5px;
    margin:0px;
    /* cursor:pointer; removed */
}

h2.tab-amarillo a { color: #ffca2e; } /* added */
h2.tab-amarillo:hover a { color: #ffffff; text-decoration: none; } /* added */

h2.tab-violeta:hover, .tab-violeta-active {
    display:block;
    background-color:#a851c6;
    color:#fff;
    padding:5px;
    margin:0px;
    /* cursor:pointer; removed */
}

h2.tab-violeta a { color: #a851c6; } /* added */
h2.tab-violeta:hover a { color: #ffffff; text-decoration: none; } /* added */

h2.tab-magenta:hover, .tab-magenta-active{
    display:block;
    background-color:#b23d71;
    color:#fff;
    padding:5px;
    margin:0px;
    /* cursor:pointer; removed */
}

h2.tab-magenta a { color: #b23d71; } /* added */
h2.tab-magenta:hover a { color: #ffffff; text-decoration: none; } /* added */

h2.tab-turquesa:hover, .tab-turquesa-active{
    display:block;
    background-color:#5eb08a;
    color:#fff;
    padding:5px;
    margin:0px;
    /* cursor:pointer; removed */
}

h2.tab-turquesa a { color: #5eb08a; } /* added */
h2.tab-turquesa:hover a { color: #ffffff; text-decoration: none; } /* added */

h2.tab-azul:hover, .tab-azul-active{
    display:block;
    background-color:#529ACC;
    color:#fff;
    padding:5px;
    margin:0px;
}

h2.tab-azul a { color: #529ACC; }
h2.tab-azul:hover a { color: #ffffff; text-decoration: none; }

ol, ul {
    list-style: none;
    font-size:inherit;
}

a{text-decoration:none;color:#000;}
a:link{}
a:active{}
a:hover{text-decoration:underline;}

.texto-centrado{
    text-align:center;
}
/*
#footer{
    font-size:11px;
    font-weight:bold;
    color: #666;
}*/

#footer a, #footer a:link{
    font-size:11px;
    text-decoration:none;
    /* color:#ffca2e; removed */
    /*color: #F27B0C; /* added*/
    color: #666;
}
#footer a:visited, #footer a:hover{
    font-size:11px;
    text-decoration:none;
    /* color:#000; removed */
}


/* estructura  -------------------------------------------------------------*/
#contenedor{
    position:relative;
    /* width: 100%; removed */
    /* margin-top: 10px; removed */
    /* margin-bottom: 38px; removed */
    max-width:1280px; /* added */
    min-width:990px; /*844 previous added */
    margin: 10px 0 38px 10px;
}

#contenedor_center{
    margin: 10px auto 38px;
    position: relative;
    width: 920px;
}

#cabecera-1{
    position:relative;
    display:block;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    height:90px;
    padding:0px;
    clear:both;
    overflow:hidden;
    /* margin-top: 0px; removed */
    /* margin-bottom: 10px; removed */
}
#cabecera-1_p3 {
    position:relative;
    display:block;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    min-height:100px;
    max-height:130px;
    padding:0px;
    clear:both;
    overflow:hidden;
    /* margin-top: 0px; removed */
    /* margin-bottom: 10px; removed */
}

.logo{
    float:left;
    margin-left: 10px;
}

.bloque-derecha{
    position:relative;
    float:right;
    margin-right: 10px;
    display:block;
    max-width:989px;
    min-width:625px;
    height:auto;
    padding:0px;
}

.topmenu{
    margin: 10px 0px 0px 0px;
}


#cabecera-2{
    position:relative;
    display:block;
    width:100%;
    height:253px;
    clear:both;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(/img/portadas-chica.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: left;
}

#cabecera-3{
    position:relative;
    display:block;
    margin-left:10px;
    margin-right:10px;
    max-height:119px;
    clear:both;
    background-color: #629BB7;
    background-image: url(/img/cabecera2-empresa.png);
    background-repeat: no-repeat;
    background-position: right center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.modulo-100{
    position:relative;
    float:left;
    height:auto;
    padding:0px;
    margin:0px;
    width: 100%;
}

.modulo-submenu{
    position:relative;
    display:block;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    height:auto;
    padding:0px;
    clear:both;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #ffca2e;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    min-height:24px;
}


.modulo-25{
    position:relative;
    display:block;
    width:25%;
    height:auto;
    padding:0px;
    margin:0px;
}

/* added */
.modulo-30 {
    position:relative;
    display:block;
    width:30%;
    height:auto;
    padding:0px;
    margin:0px;
}
/* added */

.modulo-50{
    position:relative;
    display:block;
    width:50%;
    height:auto;
    padding:0px;
    margin:0px;
}

.oferta-modulo-tag{
    width:240px;
    margin:0;
}


.modulo-75-izq{
    position:relative;
    display:block;
    width:75%;
    height:auto;
    padding:0px;
    margin:0px;
    float:left;
    margin:0 -75% 0 0;
}

.modulo-75-der{
    position:relative;
    display:block;
    width:75%;
    height:auto;
    padding:0px;
    margin:0px;
    float:left;
    margin:0 -100% 0 25%;
}

.columna-1{
    float:left;
    margin:0 -25% 0 0;
}
.columna-1-50{
    float:left;
    margin:0 -50% 0 0;
}
.columna-2-50{
    float:left;
    margin:0 -100% 0 50%;
}
.columna-2-50-center{
    float:left;
    margin:0 -75% 0 25%;
}

/* added */
.column-search {
    float: left;
    margin-bottom: 10px;
}
/* added */

.columna-2{
    float:left;
    margin:0 -50% 0 25%;
}

.columna-3{
    float:left;
    margin:0 -75% 0 50%;
}

.columna-4{
    float:left;
    margin:0 -100% 0 75%;
}

#footer{

    font-size:11px;
    font-weight:bold;
    color: #333333;
    clear:both;
    display:block;
    margin-bottom:10px;
    margin-top:20px;
    max-height:129px;
    /* max-width:1280px; removed */
    min-height:39px;
    /* min-width:844px; removed */
    padding:20px 0 0;
    position:relative;
}
.mapa {
    background:url('/img/mapa-footer.png') top right no-repeat #fff;
}
.gmap {
    background:url('/img/mapa-footer.png') top right no-repeat #fff;
}
.centrar_pie {
    text-align: center;
}
.contenido-modulo{
    width:auto;
}

.contenido-modulo h3 { height: 30px; } /* added */

.margin-5{
    margin:5px;
}

.margin-10{
    margin:10px;
}
.margin-10_menos_izquierda {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* -----------------------------------------  MISC -------------------  */

#cabecera-2 h1{
    font-size:30px;
    margin:0px 0px 0px 35px;
}

h1.empresa-slogan{
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size:30px;
    text-align:center;
    margin-top:20px;
}

.search input.searchtext{
    display:inline;
    float:left;
    height:50px;
    width:446px;
    font-size:30px;
    line-height:50px;
    margin:5px 0px 0px 25px;
    color: #999;
}

.search .buscarboton{
    margin:10px 0px 0px 10px;
}


.borde-amarillo{
    border:solid 1px #ffca2e;
}

.fondo-amarillo{
    background-color:#ffca2e;
    color:#fff;
}

.borde-violeta{
    border:solid 1px #a851c6;
}

.fondo-violeta{
    background-color:#a851c6;
    color:#fff;
}

.borde-magenta{
    border:solid 1px #b23d71;
}

.fondo-magenta{
    background-color:#b23d71;
    color:#fff;
}

.borde-turquesa{
    border:solid 1px #5eb08a;
}

.fondo-turquesa{
    background-color:#5eb08a;
    color:#fff;
}
#footer ul{
    margin-top:15px;
}

ul li.localversions{
    display:inline;
    border-right:solid 1px #000;
    padding:0px 5px;
}

ul li.letterversion{
    display:inline;
    border-right:inset 1px #333;
    padding:0px 5px;
}

ul.footer-links li{
    display:inline;
    /* border-right:solid 1px #000; removed */
    border-right:solid 1px #666; /* added */
    padding:0px 5px;
}

#footer li.last{
    border:0px;
}

.enlace-fondo-amarillo li a{
    display:block;
    text-decoration:none;
    padding:2px;
}

.enlace-fondo-amarillo li a:hover{
    display:block;
    text-decoration:none;
    color:#000;
    background-color:#ffca2e;

}

.enlace-fondo-violeta li a{
    display:block;
    text-decoration:none;
    padding:2px;
    color:#a851c6;
}

.enlace-fondo-violeta li a:hover{
    display:block;
    text-decoration:none;
    color:#fff;
    background-color:#a851c6;
}

.enlace-fondo-magenta li a{
    display:block;
    text-decoration:none;
    padding:2px;
    color:#b23d71;
}

.enlace-fondo-magenta li a:hover{
    display:block;
    text-decoration:none;
    color:#fff;
    background-color:#b23d71;
}

.enlace-fondo-turquesa li a{
    display:block;
    text-decoration:none;
    padding:2px;
    color:#5eb08a;
}

.enlace-fondo-turquesa li a:hover{
    display:block;
    text-decoration:none;
    color:#fff;
    background-color:#5eb08a;
}

.post-it-magenta{
    border-top:solid 7px #b23d71;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    border-left:solid 1px #ccc;
    height:160px;
}

.post-it-azul{
    border-top:solid 7px #14b7ff;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    border-left:solid 1px #ccc;
    height:160px;
}

.caja-usuario{
    float:left;
    width:155px;
    padding:0px;
    margin:0px -155px 0px 0px;
}

.caja-usuario .foto{
    margin:0px 5px 5px 0px;
}

.caja-pregunta{
    float:left;
    background:url('/img/pregunta-frame.png') top left no-repeat #fff;
    width:273px;
    height:97px;
    padding:5px 5px 5px 15px;
    margin:0px -448px 0px 155px;
}

.float-left{
    float:left;
}

.clear{
    width:100%;
    clear:both;
    height:10px;
}

.caja-testimonio{
    background-image:url(/img/caja-testimonio.png);
    background-position:top left;
    background-repeat:no-repeat;
    width:234px;
    height:202px;
    padding-top:12px;
}

.caja-testimonio .cita-testimonio{
    font-size:12px;
    color:#fff;
    margin:0px 12px 32px 12px;
}

.caja-testimonio .cita-testimonio strong{
    font-size:14px;
    color:#fff;
}
.caja-testimonio .caja-usuario{
    float:left;
    width:234px;
    padding:0px;
    margin:0px -234px 0px 0px;
    vertical-align:bottom;
}

.caja-testimonio .caja-usuario p{
    font-size:14px;
    font-weight:normal;
    color:#000;
}

.modulo-portada-empresa{
    background-image:url(/img/modulo-portada-empresa.png);
    background-position:top left;
    background-repeat:no-repeat;
    font-size:24px;
    width:437px;
    height:287px;
    padding-top:12px;
}
.modulo-portada-empresa h2{
    font-size:24px;
    color:#fff;
    background-color:#70acc5;
    margin:0px 0px 15px 0px;
    text-align:center;
}

.modulo-portada-empresa p{
    font-size:14px;
    color:#000;
    line-height:17px;
    margin-left:20px;
}

.modulo-portada-empresa p.enorme{
    text-align:center;
    color:#000;
    line-height:40px;
    font-size:40px;
    font-weight:bold;
    margin:15px 0px;
}

.modulo-portada-empresa .boton-alta{
    background-image:url(/img/boton-alta-empresa1.png);
    background-position:top left;
    background-repeat:no-repeat;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    width:157px;
    height:43px;
    padding:10px 10px 10px 35px;
    margin:20px auto;
    /* cursor:pointer; removed */
}
.modulo-portada-empresa .boton-alta a{
    color:#fff;
    text-decoration:none;
    display:block;
}


.imagen-amarilla{
    background-image:url(/img/registro-empresa.png);
    background-position:top left;
    background-repeat:no-repeat;
}

.imagen-violeta{
    background-image:url(/img/registro-empresa2.png);
    background-position:top left;
    background-repeat:no-repeat;
}

.imagen-magenta{
    background-image:url(/img/registro-empresa3.png);
    background-position:top left;
    background-repeat:no-repeat;
}
.imagen-turquesa{
    background-image:url(/img/registro-empresa4.png);
    background-position:top left;
    background-repeat:no-repeat;
}


.boton-empresa{
    width:130px;
    height:213px;
    padding-top:40px;
    padding-left:25px;
    padding-right:15px;
    color:#fff;
}

.boton-empresa .circulo{
    font-size:18px;
}

.boton-empresa .boton{
    font-size:14px;
    font-weight:bold;
    color:#fff;
    padding:5px 10px 5px 15px;
    margin-top:23px;
    /* cursor:pointer; removed */
}
.boton-empresa .boton a{
    color:#fff;
    text-decoration:none;
    display:block;
}
.izquierda {
    text-align:left;
}
.azul {
    color: #14B7FF;
}
#cabecera_izquierda {
    float: left;
    width: 690px;
}
#margen {
    float: left;
}
#cua {
    clear: both;
    height: 141px;
    padding-top: 14px;
    padding-bottom: 10px;
}
#cua1 {
    float: left;
    width: 276px;
    margin-right: 12px;
    margin-left: 12px;
    background-image: url(/img/cua1.png);
    background-repeat: no-repeat;
    height: 141px;
}
#cua2 {
    float: left;
    width: 276px;
    margin-right: 12px;
    margin-left: 12px;
    background-image: url(/img/cua2.png);
    height: 141px;
}
#cua3 {
    float: left;
    width: 276px;
    margin-right: 12px;
    margin-left: 12px;
    background-image: url(/img/cua3.png);
    background-repeat: no-repeat;
    height: 141px;
}
.numeracion {
    font-size: 27px;
    color: #FFF;
    float: left;
    width: 20px;
    padding-top: 47px;
    padding-left: 13px;
}
.descripcion {
    font-size: 16px;
    color: #FFF;
    float: left;
    width: 140px;
    padding-top: 47px;
    padding-left: 13px;
}
#testimonio {
    clear: both;
    height: 130px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
}
.test {
    float: left;
    width: 170px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #969696;
    padding-left: 20px;
    padding-right: 100px;
    height: 130px;
}
.colortest1 {
    color: #9a59bd;
}
.colortest2 {
    color: #b83774;
}
.colortest3 {
    color: #62af89;
}
.minitext {
    font-size:11px;
    display: block;
}
.subrayado {
    text-decoration: underline;
}
#buscador {
    clear: both;
    text-align: right;
    height: 40px;
}
.texto_mini_cabecera {
    font-size:10px;
}
.texto_mini_recuadro {
    font-size:11px;
    font-weight: bold;
}
.pasos {
    font-size:14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}
.pasos_derecha {
    font-size:13px;
    font-weight: bold;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}
#seguros {
    background-image: url(/img/rellena.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 118px;
    clear: both;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 36px;
    margin-right: 10px;
}
#seguros a {
    color: #0066ff;
    text-decoration: underline;
}
#seguros a:hover {
    text-decoration: none;
}
.img_recuadro {
    background-image: url(/img/sello.png);
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    /* width: 31%; removed */
    width: 35%; /* added */
    margin-top: 10px;
    margin-right: 6px;
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
    font-size: 14px;
}
#mapa_listado {
    /* padding-bottom: 40px; removed */
    padding-bottom: 10px; /* added */
    height: 484px;
}
#listado {
    float: left;
    height: 490px;
    /* width: 420px; removed */
    width: 48%; /* added */
    font-size: 12px;
    line-height: 16px;
    overflow: auto;
    margin-right: 20px;
}
#mapa {
    background-image: url(/img/mapa.png);
    background-repeat: no-repeat;
    /* float: left; removed */
    height: 484px;
    /* width: 473px; removed */
    width: 48%; /* added */
    margin-right: 10px; /* added */
}
#gmap {
    background-image: url(/img/mapa.png);
    background-repeat: no-repeat;
    /* float: left; removed */
    height: 484px;
    /* width: 473px; removed */
    width: 48%; /* added */
    margin-right: 10px; /* added */
}
#t_seguros {
    font-size: 16px;
    display: block;
    clear: both;
    line-height: 22px;
    text-align: center;
}
#t_seguros ul li {
    display: inline;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: bold;
}

#t_seguros ul li a {
    color: #0066ff;
    font-weight: bold;
}
#t_seguros ul li a:hover {
    text-decoration: none;
}
.searchtext2 {
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    padding:2px;
    margin-right: 0;
    margin-left: 0;
}
.search2 .buscarboton2{
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.busca {
    float: left;
    width: 400px;
    padding-left: 120px;
}
#listado ul {
    margin-left: 34px;
    margin-top: 10px;
    margin-right: 70px;
}
#listado ul li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-bottom: 20px;
}
#listado ul li a {
    font-size: 14px;
    display: block;
    text-decoration: underline;
    color: #0066ff;
    font-weight: bold;
}
.ficha_de_empresa {
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    padding-left: 10px;
}

.ficha_izq {
    margin-left:6px;
    margin-right: 6px;
    width: 59%; /* added */
}

.ficha_der {
    float:right;
    /* width: 426px; removed */
    width: 40%; /* added */
}

.cont {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
}

.pastilla {
    display: block;
    margin-top: 25px;
    margin-right: 13px;
    clear: both;
}

.pastilla p {
    font-weight: bold;
    color: #924DB8;
    font-size: 13px;
    float: right;
}

.pastilla p a {
    color: #924DB8;
}

.pastilla input[type=text] { width: 100%; } /* added */

.pastilla textarea { width: 100%; } /* added */

.pedir {
    font-size: 12px;
    color: #FFF;
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
    background-image: url(/img/arriba_transparente.png);
    background-repeat: no-repeat;
    height: 34px;
    background-position: right top;
    position: relative;
    top: 16px;
}
.pastilla_text {
    padding: 15px;
    background-color: #924DB8;
    margin-left: 1px;
}
.pastilla_text ul {
    margin-left: 4px;
    margin-bottom: 15px;
}
.pastilla_text ul li {
    list-style-position: inside;
    list-style-type: decimal;
}
.abajo {
    background-image: url(/img/abajo.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    margin-bottom: 25px;
}
.titular_ficha_de_empresa {
    font-size:34px;
    line-height: 40px;
    font-weight: bold;
}
.logo_empresa {
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu_ficha {
    font-size:12px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.tex {
    color: #a0a0a0;
    float: left;
    width: 80px;
    padding-top: 4px;
}
.men {
    float: left;
    text-align: center;
}
.men ul li {
    display: inline;
}
.men ul li a {
    text-decoration:none;
    color: #000;
    background-image: url(/img/b_men_normal.png);
    background-repeat: no-repeat;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 6px;
    display: block;
    width: 70px;
    margin-right: 3px;
}
.men ul li a:hover {
    color: #666;
    background-image: url(/img/b_men_sobre.png);
    background-repeat: no-repeat;
}
.men_activo {
    color: #666;
    background-image: url(/img/b_men_sobre.png);
    background-repeat: no-repeat;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 6px;
    display: block;
    width: 70px;
    margin-right: 3px;
    /* cursor: pointer; removed */
}
.descrip {
    padding-top: 10px; /*25*/
    padding-bottom: 10px; /*50*/
}

.titu {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d6d6d6;
    display:block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size:12px;
    margin-right: 15px; /* added */
    min-height: 14px; /*jpeso*/
}

.titu .titu_label
{
    width:100px;
    float:left;
}

.titu .titu_content
{
    float:left;
    font-weight:bold;
}

.margen_categoria {
    margin-left: 35px;
}
.margen_direccion{
    margin-left: 45px;
}
.margen_telefono {
    margin-left: 50px;
}
.img_flotar_izquierda {
    float: left;
    margin-right: 15px;
    /* margin-left: 15px; removed */
    /* cursor: pointer; removed */
}
.recomiendo p {
    padding-top: 2px;
}
.redes {
    font-size: 12px;
    padding-top:5px;
    padding-bottom:0px;
    height: 15px;
    width:100%;
}
.redes ul li {
    margin-bottom: 3px;
    /* cursor: pointer; removed */
}
.redes_izq {
    float: left;
    width: 228px;
    padding-left: 24px;
}
.redes_der {
    float: left;
    margin-left: -4px;
    font-size:0px;
    width:100%;
}
ul#browser_links {
    margin-top:22px;
    margin-top: 22px;
}
ul#browser_links li{
 float: left;
 margin-right: 13px;

}
.browser_links {
    font-size: 12px;
    height: 20px;
    margin-left:2px;
}
div#googleplus {width: 30px;
             display: inline;
             margin-left: 10px;
}
div#twitter{
            width:40px;
            display:inline;
}



/*layout horizontal*/
div#googleplus_horizontal {
    width: 30px;
    display: inline;
    margin-left: 16px;
    *float: left;
    *margin-left: 25px;
}
div#twitter_horizontal{
    width:40px;
    display:inline;
    *float: left;
}
div#facebook2_horizontal{
    /* width:60px;*/
    /* display:inline;*/
    width:140px;
    display:inline-block;
    *float: left;
    *margin-left: 25px;
}

.margen_img_redes {
    margin-right: 5px;
    vertical-align: middle;
}
.preguntas {
    font-size:12px;
    margin-left: 6px;
}
.pre {
    /* cursor:pointer; removed */
    display:block;
    margin-bottom: 5px;
}
.noticias {
    font-size:12px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.noticias2 {
    font-size:12px;
    padding-bottom: 20px;
}
.not {
    display:block;
    margin-bottom: 5px;
    /* cursor:pointer; removed */
    line-height: 20px;
}
.pastilla {
    font-size:12px;
    color:#FFF;
    margin-bottom:40px;
}
.pedir {
    font-size: 12px;
    color: #FFF;
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
}
.pastilla_text {
    padding: 15px;
}
.pastilla_text ul {
    margin-left: 4px;
    margin-bottom: 15px;
}
.pastilla_text ul li {
    list-style-position: inside;
    list-style-type: decimal;
}
.pedir_presupuestos {
    font-size:14px;
    font-weight: bold;
}
.alinamiento_b_siguiente {
    /* margin-left: 285px; removed */
    margin-left: 70%; /* added */
}
.margen_inferior_imagenes {
    margin-bottom: 40px;
}
.negocios {
    font-size: 12px;
    padding-top: 30px;
    clear: both; /* added */
}
.negocios_izq {
    float: left;
    /* width: 260px; removed */
    width: 50%; /* added */
}
.negocios_der {
    float: left;
    width: 50%; /* added */
}
.negocios_der ul li {
    margin-bottom: 5px;
}
.negocios_der a {
    color: #0066FF;
    text-decoration: underline;
}
.negocios_der a:hover {
    text-decoration: none;
}
.listado_empresas {
    float:left;
    /* width: 452px; removed */
    width: 60%; /* added */
    clear: both; /* added */
}

.imagenes_de_negocio {
    float: left;
}
.imagenes_de_negocio ul {
    margin-top: 20px;
}
.imagenes_de_negocio ul li {
    margin-left: 10px;
    display: inline;
    float: left; /* added */
}

.h1mini{
    font-size:16px;
    font-weight:bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.linea_inferior {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-color: #333;
    padding-bottom: 15px;
}
.margen_superior {
    margin-top: 20px;
}
.cabecera_presupuestos {
    text-align: center;
}
.img_presu {
    background-image: url(/img/cabecera_presupuestos.png);
    background-repeat: no-repeat;
    height: 245px;
    width: 790px;
    background-position: center center;
    font-size: 18px;
    color: #FFF;
    padding-right: 65px;
    padding-left: 65px;
}
.cir1 {
    float: left;
    width: 140px;
    padding: 25px;
    text-align: center;
}
.aviso_presu {
    text-align: left;
}
.preh1 {
    font-size:36px;
    font-weight: bold;
}
.preh2 {
    font-size:28px;
    font-weight: bold;
}
.preh3 {
    font-size:14px;
    font-weight: bold;
}
.recuadro_aviso {
    font-weight: bold;
    background-color: #f9ff99;
    width: 415px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-left: 105px;
}
.cirh1 {
    font-size:48px;
    font-weight: bold;
}
.cirh3 {
    font-size:12px;
    font-weight: normal;
}
.margencir2 {
    margin-left: 12px;
}
.margencir3 {
    margin-left: 8px;
}
.margencir4 {
    margin-left: 8px;
    margin-top: 38px;
    color: #000;
}
.form1 {
    font-size: 14px;
    line-height: 20px;
}
.margen_inferior_imagenes a img {
    border: 1px solid #ddd;
}
.margen_inferior_imagenes a:hover img {
    border: 1px solid #999;
}
.texto_debajo_mapa {
    display: block;
    padding: 5px;
    font-size: 12px;
}
.noticias a {
    color: #FF9900;
    text-decoration: none;
}
.preguntas a {
    color: #FF9900;
    /* text-decoration: none; removed */
}
.redes a {
    color: #FF9900;
    /* text-decoration: none; removed */
}
.descrip a {
    color: #FF9900;
    /* text-decoration: none; removed */
}
.estrella {
    display: block;
    clear: both;
    padding-top: 5px;
}
.estrella .texto_estrella {
    float: right;
    width: 66%;
}
.boton {
    background-color: #934DB8;
    border: 2px solid #A9A9A9;
    color: #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: bold;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    /* cursor: pointer; removed */
}
.curva {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.resumen {
    display: block;
    clear: both;
    padding-right: 260px;
    margin-bottom: 10px;
    margin-top:10px;
}
.curva {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.altas {
    height: 178px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    display:block;
    clear:both;
    background-color: #FBCA2E;
    background-image: url(/img/altas.png);
    background-repeat: no-repeat;
    background-position: right center;
    /* margin-left:10px; removed */
    /* margin-right:10px; removed */
    margin: 0 10px;
}

.empresa-azul {
    background-color: #629BB7 !important;
    color: white;
}

.agency_3 {
    background-color: #E20024 !important;
    color: white;
}

.img_telefono {
    background-image: url(/img/altas.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.img_correo {
    background-image: url(/img/contacto.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.img_info {
    background-image: url(/img/informacion.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.img_empresa {
    background-image: url(/img/img_empresa.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.altas_texto {
    font-size:36px;
    padding: 25px;
}
.altas_empresa {
    font-size: 14px;
    display: block;
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
}
.dame_de_alta {
    color: #FFF;
    background-color: #ffca2e;
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-right: 15px;
}
.datos {
    margin-left: 15px;
}
.paso1 {
    display:block;
    clear:both;
    /*max-height:350px;*/
    min-height:200px;
}
.results_company {
    display:block;
    clear:both;
    /*max-height:350px;*/
    /*min-height:200px;*/
    margin: 0 auto;

    width: 90%;
}
.search_box {
    display:block;
    clear:both;
    min-height:200px;
    border: 1px solid #B7B7B7;
    /*margin: 20px auto;*/
    width:97%;
    height:330px;
}

.columna_izq_search {
    float: left;
    width: 47%;
    margin-left: 46px;
    font-size: 14px;
    height: 320px;
}

.columna_der_search {
    float: left;
    width: 44%;
    margin-left: 4%;
    font-size: 14px;
   /* height: 320px;*/
    margin-top: 0px;
}


.data_company {
    font-size : 14px;
}

.data_company_name a{
    color: #0066FF;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;

}

.is_owner_company {
    background-color: #EEEEEE;
    color: #333333;
    display: inline-table;
    font-size: 14px;
    padding: 2px;
    width: 350px;
    margin-left:20px;
}

#search_company_form input, #search_company_form  select{
width:330px;
}

#body_text {

    padding-left: 10px;
}
#body_text p{
    font-size: 15px;
}

#button_submit{
  font-size: 14px;
  margin-bottom: 20px;
  margin: 20px auto 20px auto;
  color:#FFFFFF;
}
#new_business{
  font-size: 14px;
  margin-bottom: 20px;
  margin: 20px auto 20px auto;
  color:#FFFFFF;
}
.boton_sub {
    margin: 20px auto 20px auto;
    padding-top: 5px;
    color: #FFFFFF;
}

.columna_formulario {
    display: block;
    clear: both;
    height: auto;
}
.uno {
    float: left;
    width: 195px;
    padding-left: 15px;
    padding-top: 8px;
    font-size: 12px;
    font-weight: bold;
}
#search_company_form .uno{
    width:70px;
}

#search_company_form .dos{
    margin-right:10px;
    float:right;
}
.dos {
    float: left;
    width: 350px;
}
.dos_contacto {
    float: left;
    width: 525px;
    font-size: 14px;
}

.dos input[type=text], .dos textarea, .dos_contacto input[type=text], .dos_contacto textarea { width: 100%; } /* added */

.tres {
    float: left;
    /* width: 320px; removed */
    padding-left: 20px;
    padding-top: 8px;
    font-size: 14px; /* added */
}
.margen_superior_formulario {
    margin-top: 40px;
}
.boton_paso {
    text-align: center;
    display: block;
    clear: both;
}
.caja_boton {
    color: #FFF;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #48462f;
    cursor: pointer;
}
.caja_boton_contacto {
    color: #FFF;
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    background-color: #48462f;
    cursor: pointer;
    font-size: 14px;
}
.centrar_boton {
    text-align: center;
    margin-bottom:30px;
}

/*Alta empresa*/
.saludo {
    display:block;
    clear:both;
    padding-left:65px;
    padding-right:518px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cajas {
    display: block;
    clear: both;
    height: 393px;
    max-width:1280px;
    min-width:844px;
    margin-top: 25px;
}
.caja_fondo_venta {
    /* background-image: url(/img/cajas.png); removed */
    background-repeat: no-repeat;
    background-position: center;
}
.caja_fondo_alta {
    /* background-image: url(/img/caja.png); removed */
    background-repeat: no-repeat;
    background-position: center;
}
.caja_fondo_alta1 {
    /* background-image: url(/img/caja_alta1.png); removed */
    background-repeat: no-repeat;
    background-position: center;
}
.caja_izq {
    float: left;
    width: 30%;
    margin-left: 60px;
    background-color: #fafafa;
    border: 1px solid #b7b7b7;
    min-height:380px;

}
.caja_centro {
    float: left;
    width: 16%;
    margin-left: 60px;
    margin-top: 35px;
    font-size: 14px;
    font-weight: bold;
}
.caja_der {
    float: left;
    width: 39%;
    margin-left: 12px;
    background-color: #fafafa;
    border: 1px solid #b7b7b7;
    min-height:380px;
}
.caja_titular {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    display: block;
    clear: both;
    margin-bottom: 25px;
    background-color: #ffca2e;
    margin-top: 32px;
    left:-2%;
    width: 104%;
    position:relative;
}
.caja_incluir {
    font-size: 14px;
    color: #a2a2a2;
    text-align: center;
    display: block;
    clear: both;
    margin-bottom: 25px;
    font-weight: bold;
}
.caja_listado ul {
    margin-left: 5%;
}
.caja_listado ul li {
    margin-bottom: 5px;
    font-size: 12px;
}
.caja_recuadro {
    background-color: #feff99;
    display: block;
    margin: 10px;
    clear: both;
    padding: 15px;
    text-align: center;
    font-size: 14px;
}
.caja_listado {
    display: block;
    clear: both;
    margin-bottom: 25px;
}
.caja_recibir {
    text-align: center;
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-weight: bold;
}
.caja_damos {
    font-size: 29px;
    text-align: center;
    display: block;
    clear: both;
    margin-bottom: 25px;
    font-weight: bold;
}
.caja_contactar {
    text-align: center;
}
.caja_boton {
    color: #FFF;
    /* padding-top: 5px; removed */
    /* padding-right: 15px; removed */
    /* padding-bottom: 5px; removed */
    /* padding-left: 15px; removed */
    font-size: 12px; /* added */
    font-weight: bold; /* added */
    background-color: #48462f;
    /* cursor: pointer; removed */
}
.mini_saludo {
    font-size: 14px;
}
.margen_caja_alta {
    margin-left: 141px;
}
.citiservi_es_mas {
    font-size:24px;
}
.columna_izq {
    float: left;
    width: 39%;
    margin-left: 56px;
    font-size: 14px;

}
.info_izq {
    font-size: 14px;
    min-height: 60px;
}
.caja_izq_titular {
    font-size: 22px;
    text-align: center;
    display: block;
    margin-top: 55px;
    margin-bottom: 22px;
    background-color: #ffca2e;
    margin-top: 32px;
    left:-2%;
    width: 104%;
    position:relative;
}
.caja_izquierda {
    background-color: #fafafa;
    border: 1px solid #b7b7b7;
    min-height:330px;
}

.caja_izq_empresa {
    text-align: center;
}
.caja_izq_texto {
    display: block;
    padding: 15px;
    clear: both;
}
.caja_izq_texto ul {
    margin-top: 10px;
}
.caja_izq_texto ul li {
    margin-bottom: 5px;
}
.columna_der {
    float: left;
    width: 39%;
    margin-left: 12%;
    font-size: 14px;
}
.caja_derecha {
    background-color: #fafafa;
    border: 1px solid #b7b7b7;
    min-height:330px;
}
.info_der {
    font-size: 14px;
    min-height: 60px;
}
.caja_der_titular {
    font-size: 22px;
    text-align: center;
    display: block;
    margin-top: 37px;
    margin-bottom: 22px;
    background-color: #ffca2e;
    margin-top: 32px;
    left:-2%;
    width: 104%;
    position:relative;
}
.caja_der_empresa {
    text-align: center;
}
.aviso {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
    margin-bottom: 25px;
}
.altas_empresa {
    font-size: 14px;
    display: block;
    padding: 15px;
    clear: both;
}
.resumen {
    display: block;
    clear: both;
    padding-right: 260px;
    margin-bottom: 25px;
}
.datos {
    display: block;
    clear: both;
}
.dame_de_alta {
    color: #FFF;
    background-color: #ffca2e;
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-right: 15px;
}
.datos a {
    color: #FBCA2E;
    text-decoration: underline;
}
.paso1 {
    display:block;
    clear:both;
    /*height: 350px;*/
    /*
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    */
    margin-top: 25px; /* added */
}
.paso2 {
    display:block;
    clear:both;
    /*height: 340px;*/
    /*
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    */
    border-top: 1px solid #CCCCCC;
    margin-top: 25px; /* added */
}
.paso3 {
    border-top: 1px solid #CCCCCC;
    display:block;
    clear:both;
    /*height: 230px;*/
    margin-top: 25px; /* added */
}
.columna_formulario {
    display: block;
    clear: both;
    height: auto;
}
.uno {
    float: left;
    width: 195px;
    padding-left: 15px;
    padding-top: 8px;
}

.uno span, .for_ficha_uno span { color: #C30000; } /* added */

.dos {
    float: left;
    width: 350px;
}

.tres {
    float: left;
    /* width: 320px; removed */
    max-width: 40%; /* added */
    /* padding-left: 10px; removed */
    padding-top: 8px;
    padding-bottom: 12px; /* added */
}
.paso_titulo {
    display: block;
    clear: both;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.margen_paso_inferior {
    margin-bottom: 15px;
}
.he_leido {
    display: block;
    clear: both;
    padding-left: 15px;
}
.he_leido_margen {
    padding-left: 10px;
}
.boton_paso {
    text-align: center;
    display: block;
    clear: both;
}
.resumen ul li {
    display: inline;
    margin-right: 20px;
}
.resumen ul li a:hover {
    text-decoration: none;
}
.letra {
    height:24px;
    width: 29px;
    color:#FFF;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    float: left;
    margin-right: 25px;
}
.letra-a {
    background-image: url(/img/directorio.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.letra-cont {
    clear:both;
    float:left;
    height:auto;
    margin-bottom:10px;
    margin-left:50px;
    position:relative;
    top:-29px;
}
.sector {
    display:block;
    margin-bottom: 5px;
    clear:both;
    font-weight: bold;
}
.individual {
    display:block;
    margin-bottom: 5px;
    clear:both;
}
.inf {
    max-width:650px;
    clear:both;
}
.col_der_letras {
    float:right;
    top:-70px;
    position:relative;
}

/*Pop up*/

.pop_up {
clear:both;
display:block;
font-size:12px;
margin-bottom:10px;
margin-top:0;
overflow:hidden;
padding:0;
position:relative;
/* width:600px; removed */
width: 100%; /* added */
}
.pop_up a {
    color: #929292;
    text-decoration: none;
    text-align: right;
}
.titulo_popup {
    width: 400px;
    float:left;
    border-bottom:medium none #FFFFFF;
font-size:18px;
line-height:26px;
padding-bottom:10px;
padding-left:15px;
}
.cerrar {
    float: right;
    /* width: 100px; removed */
    padding-top:10px;
    padding-right: 20px; /* added */
}
.uno_popup {
float:left;
font-size:12px;
font-weight:bold;
min-height:32px;
padding-left:15px;
padding-top:15px;
/* width:120px; removed */
width: 15%; /* added */
}
.dos_popup {
float:left;
min-height:32px;
padding-top:4px;
/* width:250px; removed */
width: 40%; /* added */
}
.tres_popup {
float:left;
font-size:11px;
min-height:32px;
/* padding-left:10px; removed */
padding-left: 20px; /* added */
/* padding-top:8px; removed */
padding-top: 16px; /* added */
/* width:200px; removed */
width: 30%; /* added */
}
.linea_boton {
    border-top: 1px solid #ccc;
}
.rojo {
    color:#c50000;
}
.caja_boton_popup {
background-color:#48462F;
color:#FFFFFF;
cursor:pointer;
padding:5px 50px;
}
.columna_pre {
    clear:both;
    display:block;
    height:auto;
    border-bottom: 1px solid #ccc;
}
.pop_up input[type=text],textarea,select { width: 100%; padding: 0; } /* added */
.pop_up textarea { height: 100px; } /* added */


/*
ADDED
*/

#tag_cloud{ padding:10px 5px 10px 5px;margin-bottom:20px;text-align:center; clear: both;}
#tag_cloud a{ text-decoration:none;color:#999; }
#tagc_loud a:hover{ text-decoration:underline; }
h2#title_cloud {color: #888;border-bottom:1px solid #999; font-size: 17px;letter-spacing: -1px;margin-bottom: 4px;text-align:left;}
.pop_0{font-size:0.7em;}
.pop_1{font-size:0.9em;}
.pop_2{font-size:1.1em;}
.pop_3{font-size:1.5em;}
.pop_4{font-size:1.9em;}
.pop_5{font-size:2.38em;}

#businesses_title {
    border-bottom:1px solid #D5D5D5;
    height:25px;
    margin-bottom:20px;
    padding-top:30px;
    width:100%;
}

table.businesses_table {
    font-size:12px;
    margin-bottom:25px;
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}

td.business_td {
    padding: 10px 0;
}

td.business_td a {
    color: #0256AF;
    text-decoration: underline;
}

td.business_td a:hover {
    text-decoration: none;
}

#businesses_letter {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    float: left;
    margin: 5px 10px;
    padding: 12px 5px;
    width: 100%;
}

#businesses_letter a {
    color: #666;
}

#businesses_letter a:hover {
    text-decoration: underline;
}

input.invalid, textarea.invalid, select.invalid {
    border: 1px solid #cc071e !important;
}

div.invalid, a.invalid, span.invalid, div.duplicate {
    line-height: 16px;
    color: #cc071e;
    display: none;
}

.pb3 {
    width: 48%;
    margin-top: 20px;
    margin-right: 3%;
    float: left;
}

.pb4 {
    width: 48%;
    margin-top: 20px;
    float: left;
}

/* ------------------------ login ------------------------ */

.login {
    background-color: #f1f1f1;
    width: 80%;
    padding: 20px 30px;
    margin: 0 50px 50px 0;
    border: 2px solid #d8d8d8;
    float: left;
}
.login h2 {
    margin-bottom: 20px;
}
.login label {
    width: 25%;
    color: #636363;
    text-align: right;
    padding-top: 3%;
    margin-right: 8px;
    display: block;
    float: left;
}
.login span {
    color: #636363;
    float: left;
    margin-left: 5px;
    width: 25%;
    padding-top: 2%;
}
.login p.txtfld {
    margin-bottom: 15px;
    clear: both;
}
.login p.txtfld input {
    width: 150px;
    height: 23px;
    border: 1px solid #aba997;
    float: left;
}
.login p.lpa2 {
    margin: 0 0 6px 80px;
}
.login_em {
    background-color: #4b7596;
    margin: 0 0 50px 50px;
    border: 2px solid #315776;
    float: right;
}
.login_em h2 {
    color: #b7cad9;
    margin-bottom: 20px;
}
.login_em label {
    color: #fff;
}
.login_em p.txtfld {
    margin-bottom: 15px;
}
.login_em p.txtfld input {
    border: 1px solid #315776;
}
.login_em p.lpa2 a {
    color: #fff;
}


.other_zones {
    display: inline;
    float: right;
    color: #555;
    font-size: 12px;
    margin: -15px 10px 15px 0;
    position: relative;
    text-align: right;
    width: 48%;
    z-index: 2000;
}

.other_zones img {
    margin-top: 3px;
    margin-left: 3px;
}

.other_zones a {
    border: 1px solid #CCCCCC;
    text-decoration: none;
    color: #555;
    padding: 5px;
    margin-left: 10px;
}

.content_other_zones {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    right: -1px;
    position: absolute;
    width: 300px;
    z-index: 1000;

    top: 22px;
}

.content_other_zones a {
    border: 0px;
    padding: 0;
    margin: 0;
}

a.close_other_zones img {
    float: right;
    margin-right: 5px;
}

.content_other_zones_ul {
    margin: 25px 5px 5px 5px;
    max-height: 300px;
    overflow: auto;
}

.content_other_zones_ul li {
    text-align: left;
    margin-bottom: 3px;
}

.content_other_zones_ul a {
    color: #0256AF;
}


.logotxt {
    font-size: 11px;
    color: #CCCCCC;
    margin: 0;
    position: absolute;
    width: 260px;
    text-align: center;
}


.uform_list p {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.uform_list a {
    color: #0066FF;
    display: block;
    font-weight: bold;
    text-decoration: underline;
}

a.lnk {
    color: #0066FF;
    text-decoration: underline;
}
a.lnk:hover {
    text-decoration: none;
}


.resultados {
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}
.resultados p {
    line-height: 17px;
}
.resultados ul {
    margin-top: 6px;
}
.resultados ul li {
    display: inline;
}
.resultados ul li a {
    color: #666;/*#FFCA2E; */
    text-decoration: underline;
    font-weight: bold;
}
.resultados ul li a:hover {
    text-decoration: none;
}
#listado-2 .resultados ul li a {
    display: inline;
    color: #FFCA2E;
}
.resultados ul li strong {
    color: #000;
}


.cajamensajes {
    /*background-color:#E3E3E3;*/
    border:1px solid #FFCA2E;
    float:center;
    margin: 30px auto;
    width:50%;
}

.cajamensajes p {
    color:#222222;
    font-family:Arial, Helvetica, sans-serif;
    font-size:19px;
    letter-spacing:-1px;
    padding:8px 30px;
    text-align:center;
}

/*
ADDED
*/



/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------- thickbox --------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------- global settings needed for thickbox -----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------- thickbox specific link and font settings -----------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------- thickbox settings -----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://estaticos.citiservi.es/images/macFFBgHack.png) repeat;}
.TB_overlayIE6 {
    background: url(http://estaticos.citiservi.es/images/macFFBgHack.png) repeat transparent;
}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 4px solid #525252;
    text-align:left;
    top:50%;
    left:50%;
}

* html .TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}

#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{
    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
}

#TB_title{
    background-color:#e8e8e8;
    height:27px;
}

#TB_ajaxContent{
    clear:both;
    padding:2px 15px 15px 15px;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
    padding:15px;
}

#TB_ajaxContent p{
/*  padding:5px 0px 5px 0px;*/
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}

/*Todas las noticas*/
.tlnoticias {
    margin-bottom: 35px;
    display:block;
}
p.titular_tlnoticias {
    margin-bottom: 2px;
}
.titular_tlnoticias a {
    font-size:22px;
    color:#FBCA2E;
    text-decoration:none;
    line-height: 28px;
}
.titular_tlnoticias a:hover {
    text-decoration:underline;
}
.fecha_tlnoticias {
    font-size:11px;
}

/*Iconos fondos*/
.informacion {
    background-image: url(/img/informacion.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/*Directorio*/
.letras {
    background-repeat:no-repeat;
    clear:both;
    display:block;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
}
.letras_izq {
    float:left;
    width: 72%;
}
.letras_der {
    /* float:left; removed */
    float: right; /* added */
    width: 18%;
    margin-left: 5%;
    overflow:auto;
    /* height: 335px; removed */
}
.letras_der_titular {
    margin-bottom: 10px;
    display:block;
}
.letras_der ul li {
    background-image: url(/img/flecha_listado.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size:12px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.letras_der ul li a {
    color:#000;
    text-decoration:none;
}
.letras_der ul li a:hover {
    text-decoration:underline;
}
/*Ficha*/
.titular_cabecera_ficha {
    clear:both;
    display:block;
    max-width:1280px;
    min-width:844px;
    text-align: center;
    margin-top:20px;
}
.cont_ficha {
    max-width:1280px;
    min-width:844px;
    padding-top:25px;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    padding-top:25px;
}
.margen_ver_categorias {
    margin-top: 25px;
}

.margen_titular_cabecera {
    margin-bottom: 25px;
}
.ficha_precios {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #ccc;
}
.titulo_ficha_precios {
    font-size: 20px;
    display:block;
    margin-bottom: 10px;
}
.formulario_ficha {
    display:block;
    clear:both;
    min-height: 40px;
}
.for_ficha_uno {
    width: 10%;
    margin-right: 5%;
    float:left;
    padding-top:12px;
    min-height: 25px;
}
.for_ficha_dos {
    width: 40%;
    margin-right: 5%;
    float:left;
    min-height: 25px;
}
.for_ficha_tres {
    width: 38%;
    float:left;
    padding-top:12px;
    min-height: 25px;
}

.fich-izq {
    float:left;
    width:210px;
}
.fich-izq .listado-ofertas {
    border-top:1px solid #fff;
    font-size:12px;
    padding-bottom:10px;
    padding-top:10px;
    text-align:left;
}

.fich-izq .listado-ofertas ul li a{
    font-weight: bold;
}

/*Ficha con Provincia*/

.ficha_provincia {
    padding-bottom:20px;
    padding-top:40px;
}
.titulo_ficha_provincia {
    display:block;
    font-size:18px;
    margin-bottom:10px;
}
.ficha_provincia ul li {
    width: 25%;
    margin-right:5%;
    float:left;
    margin-bottom: 10px;
}
.ficha_provincia ul li a {
    color:#B93775;
    text-decoration:none;
}
.ficha_provincia ul li a:hover {
    text-decoration:underline;
}

/*Encuesta*/

.formulario_encuesta {
    border-bottom:1px solid #CCCCCC;
    clear:both;
    display:block;
    min-height:45px;
    padding-top:5px;
}
.for_encuesta_uno {
    width: 30%;
    margin-right: 5%;
    float:left;
    padding-top:12px;
    min-height: 25px;
}
.for_encuesta_dos {
    width: 46%;
    margin-right: 5%;
    float:left;
    min-height: 25px;
    font-size:35px;
}
.for_encuesta_tres {
    width: 10%;
    float:left;
    min-height: 25px;
}
.ficha_encuesta {
    padding-bottom: 20px;
}

/*Ficha ofertas listado*/
.ficha_ofertas_listado {
    padding-bottom:20px;
    padding-top:5px;
}
.modulo-30_flotar {
    display:block;
    float:left;
    height:auto;
    margin:0;
    padding:0;
    position:relative;
    width:235px;
}
.m-10 {
    margin-bottom:10px;
    margin-right:5px;
    margin-top:5px;
    margin-left: 5px;
}


.listado-ofertas {
    font-size:12px;
    text-align:left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #9a9a9a;
    padding-bottom: 10px;
    padding-top: 10px;
}
.listado-ofertas ul li {
    margin-bottom:5px;
}
.listado-ofertas ul li a {
    color:#b93775;
    text-decoration:none;
}
.listado-ofertas ul li a:hover {
    text-decoration:underline;
}
.listado-ofertas ul li ol {
    margin-bottom:5px;
    margin-top:5px;
}
.publica_ofertas {
    width:142px;
}


.slogan_cebo {
    clear:both;
    color:#FFFFFF;
    display:block;
    text-align:center;
}
.slogan_cebo_texto {
    font-size:24px;
    line-height:30px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}
.slogan_cebo_texto a {
    color:#ffffa7;
    text-decoration:underline;
}
.slogan_cebo_texto a:hover {
    text-decoration:none;
}
.slogan_cebo_texto ul li {
    display:inline;
    font-size:12px;
    margin-right:2%;
    padding-bottom:5px;
    padding-top:5px;
}


.slogan_ofertas {
    background-color:#13baff;
    clear:both;
    display:block;
    text-align:center;
    color: #fff;
}
.slogan_ofertas_texto {
    font-size:24px;
    padding:25px;
    line-height: 30px;
}
.slogan_ofertas_texto ul li {
    display:inline;
    margin-right: 2%;
    font-size: 12px;
    padding-bottom:5px;
    padding-top:5px;
}
.oferta1 {
    background-image: url(/img/oferta1.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.oferta2 {
    background-image: url(/img/oferta2.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.oferta3 {
    background-image: url(/img/oferta3.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.pregunta {
    color: #000;
    display:block;
}

.not_linea_superior {
    border-top: 1px solid #CCC;
}
.not_destacada {
    margin-top:25px;
    padding-bottom:20px;
    padding-top:25px;
}


/*Todas las noticas*/
.tlnoticias {
    margin-bottom: 35px;
    display:block;
}
p.titular_tlnoticias {
    margin-bottom: 2px;
}
.titular_tlnoticias a {
    font-size:22px;
    color:#FBCA2E;
    text-decoration:none;
    line-height: 28px;
}
.titular_tlnoticias a:hover {
    text-decoration:underline;
}
.fecha_tlnoticias {
    font-size:11px;
}

/*Iconos fondos*/
.informacion {
    background-image: url(/img/informacion.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/*Directorio*/
.letras {
    background-repeat:no-repeat;
    clear:both;
    display:block;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
}
.letras_izq {
    float:left;
    width: 72%;
}
.letras_der {
    float:left;
    width: 18%;
    margin-left: 5%;
    overflow:auto;
    height: 335px;
}
.letras_der_titular {
    margin-bottom: 10px;
    display:block;
}
.letras_der ul li {
    background-image: url(/img/flecha_listado.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size:12px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.letras_der ul li a {
    color:#000;
    text-decoration:none;
}
.letras_der ul li a:hover {
    text-decoration:underline;
}


/*Ficha*/
.titular_cabecera_ficha {
    clear:both;
    display:block;
    max-width:1280px;
    min-width:844px;
    text-align: center;
}
.cont_ficha {
    max-width:1280px;
    min-width:844px;
    padding-top:25px;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    padding-top:25px;
}
.margen_ver_categorias {
    margin-top: 25px;

}


.margen_titular_cabecera {
    margin-bottom: 25px;
}
.ficha_precios {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #ccc;
}
.titulo_ficha_precios {
    font-size: 20px;
    display:block;
    margin-bottom: 10px;
}
.formulario_ficha {
    display:block;
    clear:both;
    min-height: 40px;
}
.for_ficha_uno {
    width: 10%;
    margin-right: 5%;
    float:left;
    padding-top:12px;
    min-height: 25px;
}
.for_ficha_dos {
    width: 40%;
    margin-right: 5%;
    float:left;
    min-height: 25px;
}
.for_ficha_tres {
    width: 38%;
    float:left;
    padding-top:12px;
    min-height: 25px;
}
.fich-der {
    float:right;
    font-size:12px;
    margin-left:25px;
    text-align:left;
    width:74%;
}

/*Ficha con Provincia*/

.ficha_provincia {
    padding-bottom:20px;
    padding-top:40px;
}
.titulo_ficha_provincia {
    display:block;
    font-size:18px;
    margin-bottom:10px;
}
.ficha_provincia ul li {
    width: 25%;
    margin-right:5%;
    float:left;
    margin-bottom: 10px;
}
.ficha_provincia ul li a {
    color:#B93775;
    text-decoration:none;
}
.ficha_provincia ul li a:hover {
    text-decoration:underline;
}
/*Encuesta

.formulario_encuesta {
    border-bottom:1px solid #CCCCCC;
    clear:both;
    display:block;
    min-height:45px;
    padding-top:5px;
}
.for_encuesta_uno {
    width: 25%;
    margin-right: 5%;
    float:left;
    padding-top:12px;
    min-height: 25px;
}
.for_encuesta_dos {
    width: 55%;
    margin-right: 5%;
    float:left;
    min-height: 25px;
    font-size:30px;
}
.for_encuesta_tres {
    width: 10%;
    float:left;
    min-height: 25px;
}
.ficha_encuesta {
    padding-bottom: 20px;
}
*/

/*Ficha ofertas listado*/
.ficha_ofertas_listado {
    padding-bottom:20px;
    padding-top:5px;
}
.modulo-30_flotar {
    display:block;
    float:left;
    height:auto;
    margin:0;
    padding:0;
    position:relative;
    width:235px;
}
.m-10 {
    margin-bottom:10px;
    margin-right:5px;
    margin-top:5px;
    margin-left: 5px;
}


.listado-ofertas {
    font-size:12px;
    text-align:left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #9a9a9a;
    padding-bottom: 10px;
    padding-top: 10px;
}
.listado-ofertas ul li {
    margin-bottom:5px;
}
.listado-ofertas ul li a {
    color:#b93775;
    text-decoration:none;
}
.listado-ofertas ul li a:hover {
    text-decoration:underline;
}
.listado-ofertas ul li ol {
    margin-bottom:5px;
    margin-top:5px;
}
.publica_ofertas {
    width:142px;
}


.slogan_cebo {
    clear:both;
    color:#FFFFFF;
    display:block;
    text-align:center;
}
.slogan_cebo_texto {
    font-size:24px;
    line-height:30px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}
.slogan_cebo_texto a {
    color:#ffffa7;
    text-decoration:underline;
}
.slogan_cebo_texto a:hover {
    text-decoration:none;
}
.slogan_cebo_texto ul li {
    display:inline;
    font-size:12px;
    margin-right:2%;
    padding-bottom:5px;
    padding-top:5px;
}


.slogan_ofertas {
    background-color:#13baff;
    clear:both;
    display:block;
    text-align:center;
    color: #fff;
}
.slogan_ofertas_texto {
    font-size:24px;
    padding:25px;
    line-height: 30px;
}
.slogan_ofertas_texto ul li {
    display:inline;
    margin-right: 2%;
    font-size: 12px;
    padding-bottom:5px;
    padding-top:5px;
}
.oferta1 {
    background-image: url(/img/oferta1.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.oferta2 {
    background-image: url(/img/oferta2.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.oferta3 {
    background-image: url(/img/oferta3.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
.pregunta {
    color: #000;
    display:block;
}

.not_linea_superior {
    border-top: 1px solid #CCC;
}
.not_destacada {
    margin-top:25px;
    padding-bottom:20px;
    padding-top:25px;
}



div.grippie {
    background:#EEEEEE url(/images/grippie.png) no-repeat scroll center 2px;
    border-color:#DDDDDD;
    border-style:solid;
    border-width:0pt 1px 1px;
    cursor:s-resize;
    height:9px;
    overflow:hidden;
    margin: -8px 0 9px;
}


.boton_home {
    background-image:url(/img/boton--home.jpg);
    background-repeat:no-repeat;
    border:0 solid #FFFFFF;
    color:#FFFFFF;
    font-size:24px;
    text-align:center;
    width:186px;
    font-weight: bold;
    vertical-align: middle;
    height: 50px;
    padding-bottom: 7px;
    cursor: pointer;
}
.boton1 {
    background-image:url(/img/200x30.png);
    background-repeat:no-repeat;
    border:0 solid #FFFFFF;
    color:#FFFFFF;
    padding-bottom:3px;
    text-align:center;
    width:200px;
    cursor: pointer;
    height: 30px;
}
.boton2 {
    background-image:url(/img/150x30.png);
    background-repeat:no-repeat;
    border:0 solid #FFFFFF;
    color:#FFFFFF;
    padding-bottom:3px;
    text-align:center;
    width:150px;
    cursor: pointer;
    height: 30px;
}
.boton3 {
    padding-bottom:3px;
    width:120px;
    text-align:center;
    background-image: url(/img/120x30.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    border: 0px solid #fff;
    cursor: pointer;
    height: 30px;
}
.boton4 {
    padding-bottom:3px;
    width:94px;
    text-align:center;
    background-image: url(/img/94x30.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    border: 0px solid #fff;
    cursor: pointer;
    height:30px;
}
.boton_pre { margin: 0 auto; padding-top: 5px; }
.boton_pre a { color: #ffffff; text-decoration: none; }

.por-preguntas {
    min-height:24px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    padding-top: 30px;
    clear:both;
    display:block;
}
.preguntas-colum {
    width: 30%;
    float:left;
    text-align:left;
    margin-left: 1%;
    margin-right: 1%;
}
.preguntas-colum .titu {
    display:block;
    clear:both;
    font-size: 12px;
    color:#000;
    margin-bottom: 5px;
    font-weight: bold;
    border-top:1px solid #924db8;
    border-bottom:0px solid #fff;
    padding-bottom:0px;
    padding-top:10px;
}

/*-------------------------Cebos--------------------*/

/*Cebo1*/
.cebo1 {
    background-color:#F6F6F6;
    background-image:url(../images/cebo1.png);
    background-position:right bottom;
    background-repeat:no-repeat;
    clear:both;
    display:block;
    height:145px;
    margin-left:10px;
    margin-right:10px;
    width:900px;
}
.modulo-100_cebo {
    margin-left:10px;
    margin-right:10px;
    width:900px;
}
.cebo1_liquido {
    background-color:#F6F6F6;
    background-image:url(../images/cebo1.png);
    background-position:right bottom;
    background-repeat:no-repeat;
    clear:both;
    display:block;
    height:145px;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
}
.modulo-100_cebo_liquido {
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
}
.texto_cebo {
    font-size:22px;
    line-height:30px;
    padding:25px;
    width:480px;
}
.texto_cebo a {
    color:#0066FF;
    text-decoration:underline;
}
.texto_cebo a:hover {
    text-decoration:none;
}
.ticeb {
    display:block;
    font-size: 16px;
    padding-left: 15px;
    background-color:#F9FF99;
}
/*Cebo2*/
.cont_cebo2 {
    margin-left:10px;
    margin-right:10px;
    width:900px;
    background-image:url(../images/cebo2.png);
    background-position:right bottom;
    background-repeat:no-repeat;
}
.cebo2 {
    clear:both;
    display:block;
    height:145px;
    color:#FFF;
    background-color:#d897fa;
}

.cebo2 a{
    color:#000;
    text-decoration:none;
}

.cebo2_liquido {
    background-color:#13BAFF;
    clear:both;
    display:block;
    cursor: pointer;
    height:145px;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    color:#FFF;
}
.negro {
    color:#000;
}
.texto_cebo2 {
    font-size:18px;
    line-height:30px;
    width:29%;
    float: left;
    max-width:265px
    float:left;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.img_cebo {
    float:right;
    position:relative;
    top:-35px;
}
/*Cebo Plano*/
.cebo_plano_verde {
    margin-left:10px;
    margin-right:10px;
    width:900px;
    background-color:#9ec035;
}
.cebo_plano2_verde {
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    background-color:#9ec035;
}
.cebo_plano_rojo {
    margin-left:10px;
    margin-right:10px;
    width:900px;
    background-color:#cc3467;
}
.cebo_plano2_rojo {
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    background-color:#cc3467;
}
.cebo_plano_amarillo {
    margin-left:10px;
    margin-right:10px;
    width:900px;
    background-color:#ffcc33;
}
.cebo_plano2_amarillo {
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    background-color:#ffcc33;
}
.cebo_plano_lila {
    margin-left:10px;
    margin-right:10px;
    width:900px;
    background-color:#9966cb;
}
.cebo_plano2_lila {
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    background-color:#9966cb;
}
.flecha_verde {
    background-image: url(../images/flecha_cebo1.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.flecha_rojo {
    background-image: url(../images/flecha_cebo2.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.flecha_amarillo {
    background-image: url(../images/flecha_cebo3.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.flecha_lila {
    background-image: url(../images/flecha_cebo4.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.mano_amarillo {
    background-image: url(../images/cebo_mano.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.clip_lila {
    background-image: url(../images/cebo_clip.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.slogan_cebo {
    clear:both;
    color:#FFFFFF;
    display:block;
    text-align:center;
}
.slogan_cebo_texto {
    font-size:24px;
    line-height:30px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}
.slogan_cebo_texto a {
    color:#ffffa7;
    text-decoration:underline;
}
.slogan_cebo_texto a:hover {
    text-decoration:none;
}
.slogan_cebo_texto ul li {
    display:inline;
    font-size:12px;
    margin-right:2%;
    padding-bottom:5px;
    padding-top:5px;
}
.pregunta2 {
    color:#fff;
    display:block;
}


div.static_text {
    margin: 20px;
    font-size:14px;
    line-height: 18px;
}

div.static_text p {
    font-size:14px;
}

div.static_text h2 {
    font-size: 19px;
    margin:20px 0;
}

div.static_text h3 {
    font-size: 17px;
    margin:20px 0;
}

div.static_text h4 {
    font-size: 15px;
    margin:20px 0;
}

div.static_text ul {
    margin: 10px 30px;
}
div.static_text ul li{
    margin: 5px 0;
}

div.static_text a{
    text-decoration: underline !important;
    color: blue !important;
}
div.static_text a:hover{
    text-decoration: none !important;
}

/* ---------------------------------------------------------------
                            breadcrumb
-----------------------------------------------------------------*/

div.breadcrumb {
    width:100%;
    height: 15px;
    font-size: 10px;
    clear:both;
    padding-top: 10px;
}

div.breadcrumb div {
    display: inline;
}

div.breadcrumb p {
    margin-bottom: 5px;
    color: #666;
}

div.breadcrumb span {
    font-size: 10px;
}

div.breadcrumb ul li {
    display: inline;
}


div.breadcrumb ul li a,div.breadcrumb ul li a:hover,div.breadcrumb ul li a:visited {
    color: #666;
}

.breadcrumb_link{
    color: #666;
    font-size: 10px;
}

.redes {
    clear:left;
}

#press_social_links {
    font-size: 12px;
    padding-top: 40px;
}


.cajamensajes, .citiservi-msgbox {
    border: 1px solid #cdcdcd;
    margin: 15px 10px 0px;
}

.cajamensajes.success, .citiservi-msgbox.success {
    background-color: #CCFFCC !important;
}

.cajamensajes.error, .citiservi-msgbox.error {
    background-color: #FFCCCC !important;
}

.cajamensajes p, .citiservi-msgbox p {
    padding: 4px 30px;
    text-align: center;
    color: #222;
    font-family: arial, verdana, sans-serif;
    font-size: 19px;
    letter-spacing: -1px;
}



/* --------------------- geo section ------------------------------------- */
.que_buscas {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-left: 10px;
    width: 100%;
}

.sombra {
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.buscar_lista {
    background-color: #FBCA2E;
    clear: both;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 1280px;
    min-width: 844px;
/*    padding-bottom: 55px;*/
    min-height: 95px;
    padding-left: 25px;
    padding-top: 25px;
}

.buscar_lista ul {

}

.buscar_lista li {
    display: inline;
    float: left;
/*    margin-bottom: 5px;*/
    margin-right: 1%;
    width: 23%;
    line-height:11px;
    font-size: 12px;
    color: #4A452F;
    height: 25px;
}

.buscar_lista a {
    color: #4A452F;
    font-size: 12px;
    text-decoration: none;
}

/*
CEBO HORIZONTAL TIPO OFERTA
*/

.horizontalOferta {
    font-family:Arial, Helvetica, sans-serif;
    height: 100px;
    background-color: #f3f3f3;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 0 10px;
}
.horizontalOferta p, .cuponOferta p{
    margin:5px;
}
.horizontalOferta span{
    font-weight: bold;
    margin-left: 20px;
}
.horizontalOferta a, horizontalOferta a:visited, .cuponOferta a, .cuponOferta a:visited{
    color:  #A851C6;
}
.horizontalOferta a:hover, .cuponOferta a:hover{
    color: #A851C6;
}

.contenidoHorizontalOferta p {
    font-size: 15px;
}

.tophorizontalBait, .topCuponOferta{
    color: #fff;
    background-color: #A851C6;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    height: 15px;
    letter-spacing: 8px;
}
.tituloHorizontalOferta{
    color: #A851C6;
    font-size: 25px !important;
    font-weight: lighter;
}
.tituloHorizontalOferta a, .tituloHorizontalOferta a:visited{
    text-decoration: none;
}

.cuponOferta {
   font-family:Arial, Helvetica, sans-serif;
   height: 188px;
   background-color: #f3f3f3;
   width: 488px;
   font-size: 12px;
   text-align: left;
   border: 1px solid #ccc;
}
.contenidoCuponOferta{
    width: 455px;
    margin-left: 15px;
    height: 160px;
}
.tituloCuponOferta{
    color: #b33c72;
    font-size: 20px;
    font-weight: lighter;
    width: 350px;
}
.imagenOferta{
    float: left;
}
.descripcionCuponOferta{
    float: left;
    width: 335px;
}
#bottom_tab {
    position: fixed;
    bottom: 0px;
    display: block;
    width:90px;
    background-color:#A851C6;
    text-align:center;
    width:250px;
    height:30px;
    padding-top:10px;
    font-size: 14px;
    line-height: 20px;
    display: none;
    float:right;
    margin-right: 0px;

    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;

    border:3px solid #DDD;
    border-bottom-width: 0;


}


#bottom_tab a{
    margin-top:20px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

.span_bait_template
{
    margin-left: 25px;
    margin-top: 5px;
    color: #333333;
    position: absolute;
    font-size: 14px;
}

.span_bait_template a
{
    text-decoration: underline;
    font-weight: bold;
}

.span_bait_template h1
{
    display: inline !important;
    font-size: 14px !important;
    font-weight: bold;
}


table tbody tr.odd {
    background-color: #DDDDE0;
}

/** From promo **/

.columna_izq_promo {
    float: left;
    width: 40%;
    margin-left: 46px;
    font-size: 14px;
}

.columna_der_promo {
    float: left;
    width: 50%;
    margin-left: 4%;
    font-size: 14px;
    margin-top: 0px;
}

.promo_box {
    display: block;
    clear: both;
    min-height:200px;
    border: 1px solid #B7B7B7;
    margin-bottom: 20px;
    width:97%;
    height:220px;
}

.intro_promo {
    margin-left:40px;
    min-height:30px;
}

.intro_promo p {
    margin-left: 5px;
    font-size: 14px;
    text-align: justify;
}

.intro_promo h1 {
    color: #333333;
    font-size: 19px;
}

.promo_invalid {
    margin:0 25px 10px 15px;
    border:0px solid #CC071E;
    display:none;
    color:#000000;
    padding:4px 0 0 4px;
/*    height:19px;*/
    background-color: #FFDDDD;
}

/*.promo_img {
    text-align: center;
}*/
.promo_text h2 {
    color:#333333;
    font-size: 17px;
}

.promo_text h3 {
    color:#444444;
    margin-left: 15px;
    font-size: 15px;
}

.promo_text p b {
    color:#444444;
}

.promo_text p {
    text-align: justify;
    margin-left: 20px;
    font-size: 14px;
}


/* BANNER OFERTA LIQUIDO */

.paginaEmpresaBannerTienda{
    display: inline-block;
    zoom: 1;
    *display:inline;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-top: #529acc 7px solid;
    margin-top:40px;
    margin-right:13px;
    min-height: 140px;
    _min-height: 140px;
    float: left;
    min-width: 385px;
    _min-width: 385px;
}

.paginaEmpresaBannerTienda:hover {
    cursor: pointer;
}

.paginaEmpresaBannerTienda div.fotoOferta {
    float: left;
    width: 23%;
}

.paginaEmpresaBannerTienda div.detallesOfertaDerecha {
    float: right;
    width: 75%;
    text-align: left;
}

.paginaEmpresaBannerTienda div.descripcionOferta {
    font-size: 12px;
    margin-left: 5px;
}

.paginaEmpresaBannerTienda div.precioOferta {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
}

.paginaEmpresaBannerTienda div.compraOferta {
    width: 171px;
    margin-bottom: 10px;
    margin-top: -30px;
    margin-left: 105px;
}

.paginaEmpresaBannerTienda .nombreOferta a, .paginaEmpresaBannerTienda .nombreOferta a:visited{
color: #529acc;
 text-decoration: none;
 font-size: 18px;
    }


.botonAzulOfertaDegradado{
       height: 35px;
    line-height: 35px;
    text-align: center;
    width: 171px;
    font-size: 16px;
    color: #fff;
    background: url("/img/botonazuldegradado.png") no-repeat ;
    cursor: pointer;
    border: none;
    font-family:Arial, Helvetica, sans-serif;
}


/* BANNER OFERTA ANCHO FIJO */

.bannerOfertaAnchoFijo div.nombreOfertaPortada{
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    }
.bannerOfertaAnchoFijo div.nombreOfertaPortada a, .bannerOfertaAnchoFijo div.nombreOfertaPortada a:visited{
    text-decoration: none;
    font-size: 14px;
     color: #529acc;
    }

div.detallesOfertaPortada {
    font-size: 12px;
}
.bannerOfertaAnchoFijo{
    display: inline-block;
    zoom: 1;
    *display:inline;
    width: 285px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-top: #529acc 7px solid;
    min-height: 332px;
    height: 332px;
    vertical-align: top;
    text-align: center;
    float: left;
    overflow: hidden;
}



/* FAQs */
.faqCabeceraClientes, .faqCabeceraEmpresas{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    height: 90px;
    padding: 20px;
}
.faqCabeceraClientes{
    background: url(/img/faq-cabecera-clientes.gif) no-repeat;
}
.faqCabeceraEmpresas{
    background: url(/img/faq-cabecera-empresas.gif) no-repeat;
}
.faqContent{
    font-size: 11px;
    color: #000;
    width: 840px;
    margin-left: 40px;
    margin-top: 20px;
}
p.faqP1{
    width: 600px;
    margin-bottom: 20px;
    display: block;
}
.faqSingle{
    font-size: 11px;
    clear: both;
    display: block;
}
.faqSingle .pregunta{
    font-size: 18px;
    font-weight: bold;
    width: 315px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    float: left;
    margin-bottom: 20px;
}
.faqSingle .pregunta span{
    font-size: 30px;
    margin-right: 10px;
}
.faqSingle .respuesta{
    font-size: 12px;
    width: 500px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    float: right;
    margin-bottom: 20px;
}
.faqSingle.cliente .respuesta span{
    font-size: 14px;
    color: #c35795;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.faqSingle.empresa .respuesta span{
    font-size: 14px;
    color: #2e7795;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.padding10 {
    padding: 10px;
}

.botonAzulOfertaDegradado {
    background: url("/img/botonazuldegradado.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 171px;
}

/* CEBO LÍQUIDO */


.ceboPresupuestos{
   font-family:Arial, Helvetica, sans-serif;
   font-size: 12px;
    text-align: left;
    border: 1px solid #ccc;
     clear:both;
    display:block;
    height:150px;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
}
.ceboPresupuestos:hover{
    cursor:pointer;
}

.topCeboPresupuestos{
    background-color: #a566c5;
    height: 10px;
    padding-left:10px;
}
.ceboPresupuestosIzquierda{
    float: left;
    width: 40%;
    margin-left: 20px;
    margin-top: 20px;
    color: #a566c5;
    font-size: 15px;
    font-weight: bold;
}
.ceboPresupuestosIzquierda p {
    color: #a566c5;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}

.botonCeboPresupuestos{
    width: 236px;
    text-align: center;
    font-size: 14px;
    color:#fff;
    height:40px;
    line-height: 40px;
    background: url(../img/boton_cebo_presupuestos.jpg) no-repeat ;
    margin:0 auto;
    margin-top: 1px;
}
.botonCeboPresupuestos a, .botonCeboPresupuestos a:visited{
    color: #fff;
    text-decoration: none;
}
.ceboPresupuestosDerecha{
    float: right;
    width: 510px;
    margin-top: 10px;
    color: #a566c5;
    font-size: 11px;
}
.ceboPresupuestosDerecha span{
    color: #666;
    font-size: 12px;
    width: 80px;
    display: block;
    margin-top: 40px;
    margin-right: 10px;
    float: left;
}
.ceboPresupuestosFlecha{
    float: left;
}
.circuloCeboPresupuestos{
    float: left;
    display: block;
    width: 95px;
    height:95px;
    background: url(../img/circulo_violeta.gif) no-repeat ;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    }
.circuloCeboPresupuestos span{
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    width: 95px;
    margin-bottom: 5px;
}

.bloqEmpresas {
    clear: both;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 40px;
    width: 840px;
}

.bloqEmpresas .left {
    float: left;
}

.bloqEmpresas .left p {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}

.bloqEmpresas .left p a {
    color: #2E7795;
    text-decoration: none;
}

.bloqEmpresas .right {
    float: right;
}

.portadaEmpresasEsquema {
    margin-left: -20px;
    margin-bottom: 30px;
    display: inline-block;
    clear: both;
    width: 100%;
}

.portadaEmpresasEsquema .esquemaPhone {
    display: inline;
    float: left;
    width: 315px;
}

.portadaEmpresasEsquema .esquemaPhone label {
    width: 180px;
    background: url(../img/comprarportada.jpg) no-repeat;
    color: #fff;
    line-height: 40px;
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    float: right;
}

.portadaEmpresasEsquema .esquemaText {
    display: inline;
    float: left;
    width: 500px;
}

.portadaEmpresasEsquema .esquemaText p {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}

.portadaEmpresasEsquema .esquemaText a {
    font-size: 12px;
    color: #207F9E;
    text-decoration: underline;
    margin-left: 15px;
}

.portadaEmpresasEsquema .esquemaText a:hover {
    text-decoration: none;
}

#cookie_banner {
    width:100%;
    position: fixed;
    bottom:0; left: 0;
    padding: 5px;
    z-index: 2000;
    background-color: #E6E6E6;
    filter: alpha(opacity=95);
    opacity: 0.95;
}

#cookie_box {
    max-width: 1110px;
    margin: auto;
    padding: 10px;
    background-color: #FACB34;
    border: 1px solid #CCCCCC;
}



.impulsa {
    background:#e50028;
    padding:;
    width:auto;
    height:45px;
    float:left;
    padding:0 20px;
    margin-top:27px;
    margin-left:36px;
    margin-bottom:20px;
}
.impulsa h2 {
    color:#fff;
    margin:0;
    font-size:1.8em;
    line-height:45px;
    font-weight:normal;
}
.flecha-right {
    width:0px;
    height:0px;
    margin-top:27px;
    border-bottom:22px solid transparent;  /* izquierda flecha */
    border-top:23px solid transparent; /* derecha flecha */
    border-left:25px solid #e50028; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    float:left;
}