@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;
}

/*
removed
input[type=submit] {
    padding:0 2px;
}
*/
input[type=text], input[type=password] {
    background:#fff;
    border:1px solid #ccc;
    margin:8px 0;
    padding:2px;
    height: 20px; /* added */
}

select { border: 1px solid #cccccc; } /* added */

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
    position:relative;
    top:.15em;

}
textarea{background:#fff;border:1px solid #ccc;margin:8px 0;padding:2px;} /* added */

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


.amarillo {
    color:#ffca2e;
    font-size: 12px;
}
.violeta {
    color:#a851c6;
    font-size: 12px;
}
.magenta {
    color:#b23d71;
    font-size: 12px;
}
.turquesa {
    color:#5eb08a;
    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;
    line-height:18px;
}
.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 5px;
    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 5px;
    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; text-decoration: none; } /* added */
h2.tab-amarillo:hover a { color: #ffffff; } /* 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, h2.tab-violeta-active a { color: #a851c6; text-decoration: none; } /* added */
h2.tab-violeta:hover a { color: #ffffff; } /* 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; text-decoration: none; } /* added */
h2.tab-magenta:hover a { color: #ffffff; } /* 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; text-decoration: none; } /* 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; text-decoration: none; }
h2.tab-azul:hover a { color: #ffffff; text-decoration: none; }

ol, ul {
    list-style: none;
    font-size:inherit;
}
a {
    text-decoration:underline;
    color:#000;
}
a:link {
}
a:active: {
}
a:hover {
    /* text-decoration:underline; removed */
    text-decoration: none; /* added */
}
.texto-centrado {
    text-align:center;
}
#footer {
    font-size:11px;
    font-weight:bold;
    color: #333;
}
#footer a, #footer a:link {
    font-size:11px;
    text-decoration:none;
    color: #666;
}
#footer a:visited, #footer a:hover {
    font-size:11px;
    text-decoration:none;
    color: #666;
}
/* estructura  -------------------------------------------------------------*/
#contenedor {
    position:relative;
    /* width: 100%; removed */
    margin-top: 10px; /* removed */
    margin-bottom: 38px; /* removed */
    max-width:1280px; /* added */
    min-width:844px; /* added */
}

#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;
    margin-bottom: 10px;
}
#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;
}


/* ---------------------- Cabecera --------------------- */
#cabecera {
    clear:both;
    margin:0 0 20px;
    overflow:hidden;
    padding:0;
    width:100%;
}

body.login #cabecera, body.unsubscribe #cabecera {
    height: 145px;
}

#cabecera .logo {
    float:left;
    height:auto;
    width:261px;
}

body.login #cabecera .logo, body.unsubscribe #cabecera .logo {
    margin-top:45px;
}

#cabecera .bloque-derecha {
    float:right;
    height:auto;
}


#cabecera .topmenu {
    /*margin:34px 0 0;*/
    text-align:right;
}

#cabecera .topmenu ul {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
    list-style: none;
}

#cabecera .topmenu ul li {
    float:left;
    margin-left:10px;
}

#cabecera .topmenu  a.adforms {
    color:#14B7FF;
    text-decoration: none;
}

#cabecera .topmenu .user a {
    color: #B23D71;
    text-decoration: none;
    margin-right: 5px;
}

#cabecera .topmenu  a.user {
    color:black;
    font-size:12px;
}



/* --------------- Cabecera slogan ------------------------ */
#cabecera_slogan {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-position:right bottom;
    background-repeat:no-repeat;
    clear:both;
    display:block;
    height:128px;
    width: 100%;
    position:relative;
    top:-6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#cabecera_slogan .highlighted_1, #cabecera_slogan .highlighted_2 {
    color:#FFFFFF;
    font-size:34px;
    padding:19px 25px 0px 25px;
    text-align:left;
    width:650px;
}

#cabecera_slogan .highlighted_2 {
    font-size:30px;
    padding:19px 25px 25px;
}


#cabecera_slogan .a {
    color:black;
}

#cabecera_slogan.short {
    height: 30px;
}


#cabecera_slogan.portada, #cabecera_slogan.mis_datos, #cabecera_slogan.mis_preguntas, #cabecera_slogan.mis_formularios, #cabecera_slogan.mi_empresa, #cabecera_slogan.error404 {
    background-color: #174264;
}

#cabecera_slogan.error404 {
    margin-top: 100px;
}

#cabecera_slogan.error404 .highlighted_1, #cabecera_slogan.error404 .highlighted_2 {
    width:100%;
}

#cabecera_slogan.error404 .highlighted_1 a, #cabecera_slogan.error404 .highlighted_2 a {
    color: #fff;
}




.logo {
    float:left;
    /* margin-left: 10px; removed */
    margin: 10px; /* added */
}
.bloque-derecha {
    position:relative;
    float:right;
    margin-right: 10px;
    display:block;
    max-width:989px;
    min-width:625px;
    *min-width:625px;
    /*min-width:500px;*/
    height:auto;
    padding:0px;
}

/* added */
.bloq-derecha {
    position:relative;
    float:right;
    display:block;
    height:auto;
    padding:0px;
}
.subbloque-derecha-1 { float: left; text-align: right; }
.subbloque-derecha-1 p { font-size: 20px; font-weight: bold; color: #444444; }
.subbloque-derecha-2 { float: left; text-align: left; }
.subbloque-derecha-2 p { font-size: 32px; font-weight: bold; color: #444444; margin-top: 20px; }
/* added */

.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;
    background:url('/img/cabecera2-empresa.png') top left no-repeat;
    display:block;
    width:100%;
    height:150px;
    padding:20px 0px 0px 0px;
    margin:0px 0px 15px 0px;
    clear:both;
}
.modulo-100 {
    position:relative;
    float:left;
    height:auto;
    padding:0px;
    margin:0px;
}
.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: #a851c6;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    min-height:23px;
}
.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;
}
.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%;
}
.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 {
    clear:both;
    display:block;
    margin-bottom:10px;
    margin-top:20px;
    max-height:129px;
    min-height:39px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    padding:20px 0 0;
    position:relative;
}
.mapa {
    background:url('/img/mapa-footer.png') top right no-repeat #fff;
}
.centrar_pie {
    text-align: center;
}
.contenido-modulo {
    width:auto;
}
.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; removed */
    border-right:solid 1px #666; /* added */
    padding:0px 5px;
}
ul li.letterversion {
    display:inline;
    /* border-right:solid 1px #000; removed */
    border-right:solid 1px #666; /* added */
    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;
    color: #333 !important;
}
.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;
}
.imagen-azul_transparente {
    background-image:url(/img/registro-empresa_transparente_azul.png);
    background-position:top left;
    background-repeat:no-repeat;
    color: #333 !important;
}
.boton-empresa {
    width:130px;
    height:213px;
    padding-top:40px;
    padding-left:25px;
    padding-right:15px;
    color:#fff;
}
.boton-empresa {
    font-size:18px;
}
.boton-empresa .boton-e {
    font-size:14px;
    font-weight:bold;
    color:#fff;
    padding:10px 10px 5px 15px;
    margin-top:23px;
    /* cursor:pointer; removed */
}
.boton-empresa .boton-e 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;
}
.pasos_zero {
    font-size:18px;
    font-weight: bold;
    padding: 50px 100px;
    width: 400px;
}

.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: center;
    height: 118px;
    clear: both;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 36px;
}
#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%;
    margin-top: 10px;
    margin-right: 6px;
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
    font-size: 14px;
}
#mapa_listado {
    padding-bottom: 40px;
    height: 484px;
}
#listado {
    float: left;
    height: 490px;
    width: 420px;
    font-size: 12px;
    line-height: 16px;
    overflow: auto;
    margin-right: 20px;
}
#mapa {
    background-image: url(/img/mapa.png);
    background-repeat: no-repeat;
    float: left;
    height: 484px;
    width: 473px;
}
#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;
}background-color: #934DB8;
    border: 2px solid #A9A9A9;
#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:466px;
}
.ficha_der {
    float:right;
    width: 426px;
}
.cont {
    padding-top: 20px;
    padding-right: 5px;
    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;
}
.not_linea_superior {
    border-top: 1px solid #CCC;
}
.not_destacada {
    margin-top:25px;
    padding-bottom:20px;
    padding-top:25px;
}
.descrip {
    padding-top: 25px;
    padding-bottom: 20px;
}
.descrip-2 {
    padding-top: 10px;
    padding-bottom: 20px;
}
.titu {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d6d6d6;
    display:block;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size:12px;
}
.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;
    /* cursor: pointer; removed */
}
.recomiendo p {
    padding-top: 2px;
}
.redes {
    font-size: 12px;
    padding-top:20px;
    padding-bottom:20px;
    height: 50px;
}
.redes ul li {
    margin-bottom: 3px;
    /* cursor: pointer; removed */
}
.redes_izq {
    float: left;
    width: 248px;
}
.redes_der {
    float: left;
}
.margen_img_redes {
    margin-right:5px;
}
.preguntas {
    font-size:12px;
}
.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; removed */
    padding: 15px 15px 45px; /* added */
}
.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 */
    float: right; /* added */
}

.margen_inferior_imagenes {
    margin-bottom: 40px;
}
.negocios {
    font-size: 12px;
    padding-top: 30px;
}
.negocios_izq {
    float: left;
    width: 260px;
}
.negocios_der {
    float: left;
}
.negocios_der ul li {
    margin-bottom: 5px;
}
.negocios_der ul li a {
    color: #0066FF;
    text-decoration: underline;
}
.negocios_der ul li a:hover {
    text-decoration: none;
}
.listado_empresas {
    float:left;
    width: 452px;
}
.imagenes_de_negocio {
    float: left;
}
.imagenes_de_negocio ul {
    margin-top: 20px;
}
.imagenes_de_negocio ul li {
 margin-left: :10px;
    display: inline;
}
.h1mini {
    font-size:16px;
    font-weight:bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.h1grande {
    font-size:22px;
    font-weight:bold;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: 0px;
}
.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;
    clear:both;
    display:block;
    /* margin-bottom:10px; removed */
    margin-top:0;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    overflow:hidden;
    padding:0;
    position:relative;
}
.img_presu {
    height: 285px; /* modified */
    font-size: 18px;
    color: #FFF;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto -40px; /* added */
    max-width: 1024px; /* added */
}
.circulo1 {
    float: left;
    width: 25%;
    text-align: center;
    background-image: url(/img/pre1.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 245px;
}
.circulo2 {
    float: left;
    width: 25%;
    text-align: center;
    background-image: url(/img/pre2_3.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 245px;
}
.circulo3 {
    float: left;
    width: 25%;
    text-align: center;
    background-image: url(/img/pre2_3.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 245px;
}
.circulo4 {
    float: left;
    width: 25%;
    text-align: center;
    background-image: url(/img/pre4.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 245px;
}
.relleno_pre {
    padding-right: 18%;
    padding-bottom: 18%;
    padding-left: 18%;
    padding-top: 8%;
}
.relleno_pre2 {
    padding-right: 18%;
    padding-bottom: 18%;
    padding-left: 18%;
    padding-top: 22%;
    color:#000;
}
.cir1 {
    float: left;
    width: 140px;
    padding: 25px;
    text-align: center;
}
.cir1-2 {
    float: left;
    width: 66%;
    /* padding: 25px; removed */
    padding: 25px 25px 25px 10%; /* added */
    text-align: center;
}
.cir1-3 {
    float:left;
    /* padding:25px; removed */
    padding: 25px 25px 25px 23%; /* added */
    text-align:center;
    /* width:66%; removed */
    width: 40%; /* added */
}
.aviso_presu {
    text-align: left;
}
.preh1 {
    font-size:36px;
    font-weight: bold;
    display: inline; /* added */
}
.preh2 {
    font-size:28px;
    font-weight: bold;
}
.preh3 {
    font-size:14px;
    font-weight: bold;
}

/* added */
.preh3_landing {
    font-size:14px;
    /* font-weight: bold; removed */
    max-width: 1024px;
    margin: 0 auto;
    text-align: left;
}

.preh3_landing p {
    font-size: 14px;
}

.recuadro_aviso {
    max-width: 1024px;
    margin: -55px auto; /* modified */
    padding-right: 25px;
}
/* added */

.recuadro_aviso p {
    font-weight: bold;
    background-color: #f9ff99;
    /* width: 415px; removed */
    width: 640px; /* added */
    padding-top: 10px;
    /* padding-right: 20px; removed */
    padding-bottom: 10px;
    /* padding-left: 20px; removed */
    /* margin-left: 105px; removed */
    /* margin: 0 auto; removed */
    margin-right: 50px; /* added */
    float: right; /* added */
    text-align: center;
}
.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 #fff;
}
.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;
}
.redes a {
    color: #FF9900;
    text-decoration: none;
}
.descrip a {
    color: #FF9900;
    text-decoration: none;
}
.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 */
    margin-left:10px;
    margin-right:10px;
    display:block;
    clear:both;
    background-color: #629BB7;
    background-image: url(/img/informacion.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/* rleon */
.altas_last {
    background-color: #A851C6;
}
/* rleon */

.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;
}
.altas_texto {
    font-size:36px;
    padding: 25px;
    color: #ffffff;
}
.altas_empresa {
    font-size: 14px;
    display: block;
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.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;
}
.paso4 {
    display:block;
    clear:both;
    max-height:500px;
    min-height:200px;
    border-bottom:1px solid #CCCCCC;
}
.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;
}
.dos {
    float: left;
    width: 350px;
}
.dos_contacto {
    float: left;
    /* width: 525px; removed */
    width: 45%; /* added */
    font-size: 14px;
}

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

.tres {
    float: left;
    width: 320px;
    padding-left: 10px;
    padding-top: 8px;
}
.margen_superior_formulario {
    margin-top: 40px;
}
.boton_paso {
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
}

.boton_paso .submit_notice {
    width: 40%;
    float: left;
}


.boton_paso .submit_notice span {
    font-weight: bold;
    padding: 10px;
    text-align: left;
    margin-left: 7%;
    width: 85%;
}

.boton_paso .submit_notice span.submit_notice {
    background-color: #F9FF99;
}


.boton_paso .boton_submit {
    width: 20%;
    float: left;
}

.button_submit {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.caja_boton {
    color: #FFF;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    background-color: #48462f;
    /* cursor: pointer; removed */
}
.caja_boton_contacto {
    color: #FFF;
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    background-color: #48462f;
    /* cursor: pointer; removed */
    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; removed */
    /* min-width:844px; removed */
    margin-top: 25px;
}
.caja_fondo_venta {
    background-image: url(/img/cajas.png);
    background-repeat: no-repeat;
    background-position: center;
}
.caja_fondo_alta {
    background-image: url(/img/caja.png);
    background-repeat: no-repeat;
    background-position: center;
}
.caja_fondo_alta1 {
    background-image: url(/img/caja_alta1.png);
    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 */
    padding: 2px 18px; /* added */
    font-size: 12px; /* added */
    font-weight: bold; /* added */
    background-color: #48462f;
    /* cursor: pointer; removed */
}

.curva {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.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;
}
.paso2 {
    display:block;
    clear:both;
    height: 340px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.paso3 {
    display:block;
    clear:both;
    height: 230px;
}
.paso5 {
    display:block;
    clear:both;
    height: 230px;
}
.columna_formulario {
    display: block;
    clear: both;
    height: auto;
}
.uno {
    float: left;
    width: 195px;
    padding-left: 15px;
    padding-top: 8px;
}
.dos {
    float: left;
    width: 350px;
}
.tres {
    float: left;
    /* width: 320px; removed */
    width: 25%; /* added */
    /* padding-left: 10px; removed */
    padding-left: 20px; /* added */
    padding-top: 8px;
    font-size: 14px;
}
.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 input { float: left; } /* added */

.he_leido a {
    color:#0066FF;
    text-decoration: underline;
}
.he_leido2 {
    display: block;
    clear: both;
    padding-bottom: 15px;
    padding-left:15px;
    padding-top: 25px;
    width: 400px;
    min-height: 64px;
}
.he_leido_margen {
    padding-left: 10px;
    margin: 8px 15px 0 0; /* added */
    float: left; /* added */
}
.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:1280px; removed */
    /* min-width:844px; removed */
    clear:both;
}
/*Portadas ancho fijo*/
#contenedor-2 {
    margin:10px auto 38px;
    position:relative;
    width:920px;
}
#cabecera-1_p3-2 {
    clear:both;
    display:block;
    height:130px;
    overflow:hidden;
    padding:0;
    position:relative;
    width:100%;
}
.logo-2 {
    display:block;
    float:left;
    height:auto;
    margin:0 -261px 0 0;
    padding:0;
    position:relative;
    width:261px;
}
.bloque-derecha-2 {
    display:block;
    float:left;
    height:auto;
    margin:0 -920px 0 262px;
    padding:0;
    position:relative;
    width:658px;
}
.modulo-submenu-2 {
    border-bottom:4px solid #a851c6;
    clear:both;
    display:block;
    font-size:14px;
    height:auto;
    margin:0 10px;
    min-height:24px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    padding:0;
    position:relative;
    text-align:center;
}
.topmenu-2 {
    margin:34px 0 0;
    text-align:right;
}
.cabecera_presupuestos-2 {
    text-align:center;
}
.cabecera_presupuestos-2 .img_presu {
    background-image:url(/img/cabecera_presupuestos.png);
    background-position:right center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-size:18px;
    height:260px;
    padding-right:65px;
    width:790px;
}
#contenedor-2 .cabecera_presupuestos-2 .img_presu {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7D34A7;
}
.aviso_presu {
    position: absolute; /* added */
    *position: relative; /* added */ /* IE hack */
    width: 100%; /* added */
    margin: 0 auto;
    text-align:left;
}
#footer-2 {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF url(/img/mapa-footer.png) no-repeat scroll right top;
    clear:both;
    display:block;
    float:left;
    height:129px;
    margin:20px 0 10px;
    padding:0;
    position:relative;
    width:100%;
    font-size:11px;
    font-weight:bold;
    text-align:left;
}
#footer-2 ul {
    margin-top:15px;
}
#foote-2r a, #footer-2 a:link {
    color:#FFCA2E;
    font-size:11px;
    text-decoration:none;
}
.cir1-chica {
    float: left;
    width: 300px;
    text-align: center;
    background-image: url(/img/chica-pre.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 260px;
    margin-right: 28px;
}
#contenedor-2 .cabecera_presupuestos-2 .resumen {
    text-align: left;
    display: block;
    clear: both;
    margin-bottom: 25px;
    font-size: 12px;
    min-height: 50px;
    width:100%;
    padding-right: 0px;
}
.cirh1-chica {
    font-size:48px;
    font-weight: bold;
}
.lista {
    float:left;
    width:100%;
}
.lista ul {
    float:left;
    width:40%;
}
.busca-lista {
    float:right;
    width: 50%;
    text-align:right;
}
.lista .busca-lista input[type="text"], input[type="password"] {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    position:relative;
    top:-16px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.por-letras {
    min-height:24px;
    min-height:300px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    display:block;
    clear:both;
}
.pre_columna {
    width: 25%;
    float:left;
}
.pre-letra {
    display:block;
    clear:both;
    font-size: 16px;
    color: #FFF;
    background-image: url(/img/presupuesto.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    text-align: left;
    padding-left: 9px;
    height: 27px;
    margin-bottom: 10px;
}
.pre-info {
    text-align:left;
    font-size: 12px;
    padding-right: 12px;
}
.por-preguntas {
    min-height:24px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    padding-top: 30px;
    clear:both;
    display:block;
}

/* added */
.por-pre-landing {
     border-top: 1px outset #924DB8;
     margin-top: 50px;
}
/* added */

.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;
}
.expli {
    display:block;
    clear:both;
    font-size: 11px;
    color:#666;
    margin-bottom: 10px;
}
.quest {
    font-size: 11px;
}
.quest ul {
    margin: 0px;
    padding: 0px;
}
.quest ul li {
    margin-bottom: 5px;
}
.quest ul li a {
    color:#924db8;
    text-decoration:none;
}
.quest ul li a:hover {
    text-decoration:underline;
}
.lin {
    width: 100%;
    display:table;
    min-height: 20px;
    /* max-height: 60px; removed */
    font-size:12px;
    border-bottom: 1px solid #CCC;
    margin-top: 8px;
    padding-bottom: 5px;
}
.titulo {
    width: 30%;
    float:left;
}
.categoria {
    width: 60%;
    /* float:right; removed */
    display: table;/* added */
}
.lin-geo {
    width: 100%;
    display:block;
    min-height: 20px;
    max-height: 60px;
    font-size:12px;
    margin-top: 8px;
}
.titulo-geo {
    display:block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight:bold;
    margin-top:20px;
}
.categoria-geo {
    display:block;
    font-size:12px;
}
#listado-2 ul {
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0px;
}
#listado-2 ul li {
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 20px;
    font-size: 13px; /* added */
}
#listado-2 ul li a {
    font-size: 15px;
    display: block;
    text-decoration: underline;
    color: #0066ff;
    font-weight: bold;
}

#listado-2 ul li span { display: block; } /* added */
#listado-2 ul li span a { display: inline; } /* added */

#listado-2 ul li span a.city_link {
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

#listado-2 {
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    margin-left: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #914DB6;
    padding-top: 15px;
    margin-right: 30px;
    font-size: 12px;
    clear:both;
}

#listado-2.search ul li {
    margin-left: 25px;
    padding: 5px 0;
    margin-bottom: 10px;
}

#listado-2.search a.hover_none {
}

#listado-2.search a.hover_none:hover {
    text-decoration: none;
}

.propuestas {
    width: 50%;
    float:left;
}
.inicio {
    width:160px;
    float:right;
    background-image: url(/img/iniciar.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
    margin-right:50px;
}
.texto-inicio {
    text-align:center;
    font-size: 17px;
    color: #414932;
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.boton-inicio {
    position:relative;
    text-align:center;
    top:-5px;
}
.inicio-anuncios {
    width: 300px;
    float:right
}
.anuncios {
    margin-top: -10px;
    float:right;
}
.texto_presu {
    text-align:center;
    margin-top: 15px;
}
.pedir-cabecera {
    font-weight: normal;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    margin-top:25px;
}
.gris {
    color:#999;
}
.montaje {
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
}
.mont1 {
    background-image:url(/img/pedir1.png);
    background-position:center center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    float:left;
    height:200px;
    /* margin-right:6%; removed */
    text-align:center;
    /* width:280px; removed */
    width: 30%; /* added */
}
.mont2 {
    float:left;
    width:40%;
}
.mont3 {
    background-image:url(/img/pedir1.png);
    background-position:center center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    /* float:right; removed */
    float: left; /* added */
    height:200px;
    text-align:center;
    /* width:262px; removed */
    width: 29%; /* added */
}
.m_bo {
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
/*Preguntas*/

.resumen-2 {
    display: block;
    clear: both;
    margin-bottom: 10px;
    margin-top:10px;
}
.lista-2 {
    display:block;
    clear:both;
    text-align:center;
    width: 100%;
}
.lista-2 ul {
    float:left;
    width:100%;
}
.lista-2 ul li {
    font-size: 12px;
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
}
.lista-2 ul li a {
    color: #bf4d80;
    text-decoration: none;
}
.lista-2 ul li a:hover {
    text-decoration: underline;
}
.busca-lista-2 {
    text-align:center;
    clear:both;
    display:block;
    width:100%;
}
.busca-lista-2 input[type="text"], input[type="password"] {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    position:relative;
    top:-16px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 0;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.preguntas-enviadas {
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    padding-top: 25px;
}
.enviadas-izq {
    float:left;
    width: 70%;
    text-align:left;
    font-size: 12px;
    margin-left:10px;
}
.env1 {
    float:left;
    width: 200px;
    margin-bottom:15px;
    margin-right: 12px;
}
.comment {
    width:180px;
    min-height: 90px;
    background-color: #63af89;
    color:#FFF;
    padding: 10px;
}
.usuario {
    background-image: url(/img/flecha_usuario.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 20px;
}
.enviadas-der {
    float:left;
    width: 70%;
}
.m_pasos {
    margin-bottom: 10px;
}
.us-foto {
    width: 78;
    height:86px;
    float:left;
}
.usuario h1 {
    font-size: 14px;
    font-weight: bold;
    color: #67AF8A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.us-info {
    color:#000;
    padding-left: 10px;
    float:left;
    font-size:12px;
}
.enviadas-der {
    width: 210px;
    float:right;
}
.experto {
    width: 142px;
    margin-left:auto;
    margin-right:auto;
}
.exp-mensaje {
    background-image: url(/img/anuncios_preguntas.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 97px;
    width: 112px;
    color: #493f26;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.experto .boton-inicio {
    position:relative;
    text-align:center;
    top:-25px;
}
.m-pregunta {
    display:block;
    margin-top:18px;
}
.listado-preguntas {
    text-align:left;
    font-size: 12px;
}
.listado-preguntas ul li {
    margin-bottom: 5px;
}
.listado-preguntas ul li a {
    color: #67AF8A;
    text-decoration: underline;
}
.listado-preguntas ul li a:hover {
    text-decoration: none;
}
.individual a {
    color: #924DB8;
    text-decoration: underline;
}
.individual a:hover {
    text-decoration: none;
}
/*Servicios*/
#servicios {
    width: 50%
}
#servicios a {
    display:block;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0256AF;
    text-decoration: underline;
    font-size: 16px;
}
#servicios ul {
    padding-left: 20px;
    padding-bottom: 20px;
}
#servicios ul li {
    list-style-type: disc;
}
#servicios ul li a {
    margin-top:0px;
    color: #0256AF;
    text-decoration: underline;
    font-size: 12px;
}
.servicios-titular {
    font-size: 18px;
    display:block;
    margin-bottom: 5px;
}
.servicios-slogan {
    font-size: 14px;
    display:block;
    margin-bottom: 15px;
}
/*Portada Ofertas 2 Columnas*/
.ofertas-izq {
    float:left;
    width:210px;
}
.ofertas-der {
    float:right;
    font-size:12px;
    text-align:left;
    width:70%;
}
.ofertas-cen {
    float:right;
    font-size:12px;
    text-align:left;
    width:100%;
}
.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;
}
.modulo-30 {
    display:block;
    height:auto;
    margin:0;
    padding:0;
    position:relative;
    width:33%;
}
.img_recuadro_ofertas {
    background-image:url("/img/sello.png");
    background-repeat:no-repeat;
    float:left;
    font-size:14px;
    font-weight:bold;
    height:50px;
    margin-right:6px;
    margin-top:10px;
    padding-top:35px;
    text-align:center;
    width:40%;
}
.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;
}
.exp-ofertas {
    background-image:url("/img/ofertas.jpg");
    background-position:center center;
    background-repeat:no-repeat;
    color:#493F26;
    height:97px;
    padding:30px 15px 15px;
    text-align:center;
    width:112px;
}
.publica_ofertas .boton-inicio {
    position:relative;
    text-align:center;
    top:-35px;
}
.caja_boton_ofertas {
    background-color:#c33275;
    color:#FFFFFF;
    /* cursor:pointer; removed */
    padding:5px 15px;
}
.modulo-25 {
    display:block;
    height:auto;
    margin:0;
    padding:0;
    position:relative;
    width:25%;
}
.portada_ofertas {
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
}
.resumen-3 {
    clear:both;
    display:block;
    margin-top:10px;
}
/*Directorio*/
.letras {
    background-repeat:no-repeat;
    clear:both;
    display:block;
    margin-left:10px;
    margin-right:10px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
}
.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;
}
/*Iconos fondos*/
.informacion {
    background-image: url(/img/informacion.png);
    background-repeat: no-repeat;
    background-position: right center;
}
/*Presupuestos*/
.solicta_presupuesto {
    font-size: 12px;
    clear:both;
    display:block;
    margin-bottom:10px;
    margin-top:0;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    overflow:hidden;
    padding:0;
    position:relative;
}
.uno_pre {
    float: left;
    /* width: 195px; removed */
    width: 25%; /* added */
    padding-left: 15px;
    padding-top: 15px;
    font-size: 12px;
    font-weight: bold;
    min-height: 32px;
}

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

.dos_pre {
    float: left;
    /* width: 350px; removed */
    width: 40%; /* added */
    min-height: 32px;
    /* padding-top: 4px; removed */
    padding: 11px 10px 10px; /* added */
}

.dos_pre input[type=text], .dos_pre textarea, .dos_pre select, .dos_pre p { margin: 0; } /* added */
.dos_pre input[type=checkbox], .dos_pre input[type=radio] { margin-bottom: 0px; } /* added */

.dos_contacto_pre {
    float: left;
    width: 525px;
}
.tres_pre {
    float: left;
    /* width: 400px; removed */
    width: 30%; /* added */
    padding-left: 10px;
    /* padding-top: 8px; removed */
    padding-top: 16px; /* added */
    padding-bottom: 10px; /* added */
    min-height: 32px;
    /* font-size: 11px; removed */
    font-size: 12px; /* added */
}
.paso1_pre {
    display:block;
    clear:both;
    max-height:500px;
    min-height:700px;
}
.paso2_pre {
    display:block;
    clear:both;
    max-height:500px;
    min-height:100px;
}
.paso3_pre {
    display:block;
    clear:both;
    max-height:500px;
    min-height:165px;
}
.paso4_pre {
    display:block;
    clear:both;
    max-height:500px;
    min-height:265px;
}

.paso_pre { display: block; clear: both; } /* added */

.columna_pre {
    clear:both;
    display:block;
    height:auto;
    border-bottom: 1px solid #ccc;
    width: 100%; /* added */
}

.columna_pre input[type=text], .columna_pre select { width: 30%; } /* added */
.columna_pre input.longtxt { width: 90% } /* added */
.columna_pre textarea { width: 90% } /* added */

.pre_titulo {
    border-bottom: 5px solid #999999; /* added */
    clear:both;
    display:block;
    padding-bottom:10px;
    padding-left:15px;
    padding-top:30px;
    /* border-bottom:#FFF; */
    font-size: 18px;
    line-height: 26px;
}
.borde_blanco {
    border-bottom: 1px solid #fff;
}
.aviso_pre {
    font-size: 10px;
    padding-right:40px;
}
.alto_pre {
    height: 74px;
}
.margen_he_leido {
    /* margin-left: 196px; removed */
    margin-left: 20%; /* added */
}
.peticiones {
    clear:both;
    display:block;
    font-size:12px;
    margin-bottom:10px;
    margin-top:0;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    overflow:hidden;
    padding:0;
    position:relative;
    padding-top: 20px;
}
/* .pet_titular { removed */
.pet_titular, .citiwiki { /* added */
    /* font-size:16px; removed */
    font-size: 12px; /* added */
    display:block;
    margin-bottom: 10px; /* removed */
    margin: 0 0 10px 0;
    font-weight: bold; /* added */
}
.pet_izq {
    width: 45%;
    float:left;
}
.pet_izq a {
    display:block;
    color:#0066FF;
    text-decoration:none;
}
.pet_izq a:hover {
    text-decoration:underline;
}
.pet_der {
    width: 45%;
    float:left;
}

.html_content h1, h2, h3, h4{
    font-size: 12px; /* added */
    display:block;
    margin-bottom: 10px; /* removed */
    margin: 0 0 10px 0;
    font-weight: bold; /* added */
}
/*-------------------------Cebos--------------------*/

/*Cebo1*/
.cebo1 {
    background-color:#F6F6F6;
    background-image:url(/img/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(/img/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; removed */
    /* min-width:844px; removed */
}
.modulo-100_cebo_liquido {
    margin-left:10px;
    margin-right:10px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
}
.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(/img/cebo2.png);
    background-position:right bottom;
    background-repeat:no-repeat;
}
.cebo2 {
    clear:both;
    display:block;
    height:145px;
    color:#FFF;
    background-color:#d897fa;
}
.cebo2_liquido {
    background-color:#d897fa;
    clear:both;
    display:block;
    height:145px;
    margin-left:10px;
    margin-right:10px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    color:#FFF;
}
.negro {
    color:#000;
}
.texto_cebo2 {
    font-size:18px;
    line-height:30px;
    width:220px;
    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; removed */
    /* min-width:844px; removed */
    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; removed */
    /* min-width:844px; removed */
    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; removed */
    /* min-width:844px; removed */
    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; removed */
    /* min-width:844px; removed */
    background-color:#9966cb;
}
.flecha_verde {
    background-image: url(/img/flecha_cebo1.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.flecha_rojo {
    background-image: url(/img/flecha_cebo2.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.flecha_amarillo {
    background-image: url(/img/flecha_cebo3.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.flecha_lila {
    background-image: url(/img/flecha_cebo4.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.mano_amarillo {
    background-image: url(/img/cebo_mano.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.clip_lila {
    background-image: url(/img/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;
}


/*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;
}
.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;
    padding-top:10px;
}
.uno_popup {
float:left;
font-size:12px;
font-weight:bold;
min-height:32px;
padding-left:15px;
padding-top:15px;
width:120px;
}
.dos_popup {
float:left;
min-height:32px;
padding-top:4px;
width:250px;
}
.tres_popup {
float:left;
font-size:11px;
min-height:32px;
padding-left:10px;
padding-top:8px;
width:200px;
}
.linea_boton {
    border-top: 1px solid #ccc;
}
.rojo {
    color:#c50000;
}
.caja_boton_popup {
background-color:#48462F;
color:#FFFFFF;
/* cursor:pointer; removed */
padding:5px 50px;
}




#seguros-2 {
    background-image: url(/img/ficha.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 118px;
    clear: both;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 36px;
    background-color: #EFEFEF;
    text-align: left;
    margin-left: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right:10px;
}
#seguros-2 a {
    color: #0066ff;
    text-decoration: underline;
}
#seguros-2 a:hover {
    text-decoration: none;
}
.ficha-anuncios .modulo-100 {
    float:none;
    height:auto;
    margin:0;
    padding:0;
    position:relative;
}
.cabecera_presupuestos-2-2 {
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    font-family: Arial, Helvetica, sans-serif;
}
.env1-2 {
    float:left;
    margin-bottom:15px;
    display:block;
    clear:both;
}
.us-foto-2 {
    width: 78;
    height:86px;
    float:left;
}
.usuario h1-2 {
    font-size: 14px;
    font-weight: bold;
    color: #67AF8A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.us-info-2 {
    color:#000;
    padding-left: 10px;
    float:left;
    font-size:12px;
    background-image: url(/img/fle.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-rigth: 20px;
    width: 200px;
    padding-right: 10px;
}
.us-info-22 {
    color:#000;
    padding-left: 10px;
    float:left;
    font-size:12px;
    background-image: url(/img/fle2.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-rigth: 20px;
    width: 200px;
    padding-right: 10px;
}
.com {
    float:left;
    width: 25%;
}
.com-2 {
    float:left;
    width: 25%;
}
.com textarea {
    border: 1px solid #68B086;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    color: #000;
}
.com-2 textarea {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    color: #000;
}
textarea2 {
    border: 1px solid #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    color: #000;
}
.margen-enviar-der {
    margin-right: 20px;
    margin-top: 20px;
}
.estrellas {
    margin-top: 20px;
}
.us-info-2 h1 {
    font-size:1.1em;
    font-weight:bold;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0px;
}
.debates {
font-size:14px;
font-weight:bold;
margin:20px 10px;
}
.debate-contenido {
    display:block;
}
.dc-1 {
    width: 15%;
    float: left;
    font-size:10px;
    margin-top: 20px;
}
.dc-1 li {
    margin-bottom: 5px;
}
.dc-1 li a {
    color: #64AA85;
    text-decoration: none;
}
.dc-1 li a:hover {
    text-decoration: underline;
}
.dc-2 {
    width: 15%;
    float:left;
    margin-top: 20px;
    font-size:12px;
}
.dc-3 {
color:#999999;
float:left;
font-size:12px;
font-weight:normal;
line-height:18px;
margin-right:5%;
width:40%;
margin-top:20px;
}
.dc-4 {
    width:25%;
    float:left;
}
.env1-3 {
    float:left;
    width: 200px;
    margin-bottom:15px;
    margin-right: 12px;
}
.usuario-3 {
    padding-top: 20px;
}
.us-foto-3 {
    width: 78;
    height:86px;
    float:left;
}
.usuario-3 h1 {
    font-size: 14px;
    font-weight: bold;
    color: #67AF8A;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.us-info-3 {
    color:#000;
    padding-left: 10px;
    float:left;
    font-size:12px;
}

/*
ADDED
*/

.resultados {
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 25px;
    text-align: center;
    clear: both;
    width: 100%;
}
.resultados p {
    line-height: 17px;
}
.resultados ul {
    margin-top: 6px;
}
.resultados ul li {
    color: #924DB8;
    display: inline;
}
#listado-2 .resultados ul li a {
    display: inline;
    color: #924DB8;
}
.resultados ul li strong {
    color: #000;
}

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

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


/*-------------------------
    datepicker
-----------------------    */

/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana,Arial,sans-serif;
    background: #ffffff url(/images/datepicker/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
    font-size: 12px;
    border: 4px solid #aaaaaa;
    width: 15.5em;
    padding: .5em .5em .5em .5em;
    position: relative;

}
.ui-datepicker-div, #ui-datepicker-div {
    z-index: 9999; /*must have*/
    display: none;
}
.ui-datepicker-inline {
    float: left;
    display: block;
}
.ui-datepicker-control {
    display: none;
}
.ui-datepicker-current {
    display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
    position: absolute;
    left: .5em;
    top: .5em;
    background: #e6e6e6 url(/images/datepicker/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
    left: 13.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    background: #dadada url(/images/datepicker/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
    text-indent: -999999px;
    width: 1.3em;
    height: 1.4em;
    display: block;
    font-size: 1em;
    background: url(/images/datepicker/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
    border: 1px solid #d3d3d3;
    cursor: pointer;
}
.ui-datepicker-next a {
    background: url(/images/datepicker/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
    background: url(/images/datepicker/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
    background: url(/images/datepicker/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
    background: url(/images/datepicker/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
    background: url(/images/datepicker/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
    border: 1px solid #d3d3d3;
    color: #555555;
    background: #e6e6e6;
    font-size: 1em;
    line-height: 1.4em;
    position: static;
    top: .5em;
    margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
    background: #dadada;
}
.ui-datepicker-header select.ui-datepicker-new-month {
    width: 7em;
    left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
    width: 5em;
    left: 9.4em;
}
table.ui-datepicker {
    width: 15.5em;
    text-align: right;
}
table.ui-datepicker td a {
    padding: .1em .3em .1em 0;
    display: block;
    color: #555555;
    background: #e6e6e6 url(/images/datepicker/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    cursor: pointer;
    border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
    border: 1px solid #999999;
    color: #212121;
    background: #dadada url(/images/datepicker/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
    border: 1px solid #aaaaaa;
    color: #212121;
    background: #ffffff url(/images/datepicker/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
    padding: .3em 0;
    text-align: center;
    font-size: .9em;
    color: #222222;
    text-transform: uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
    color: #222222;
}
.ui-datepicker-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 193px;
    height: 200px;
}

span.calicon-link {
    cursor:pointer;
    left:-25px;
    position:relative;
    top:5px;
    z-index:1;
}


.tit_phone {
    font-size: 25px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

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

.cajamensajes.error {
    border: 1px solid #CDCDCD;
    background-color: #FFCCCC;
    float:center;
    margin: 30px 0 0;
    width: 100%;
}

.cajamensajes.contact_success {
    background-color: #CCFFCC !important;
    text-align: center;

}
.cajamensajes.contact_error {
    background-color: #FFCCCC !important;
    text-align: center;
}

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



/*
ADDED
*/

/*Servicios*/

#servicios {
    width: 50%;
    font-size: 12px; /* added */
}
#servicios h2 { font-weight: normal; font-size: 14px; } /* added */
#servicios h4 { font-weight: normal; } /* added */
#servicios h4 a { margin: 0; } /* added */
#servicios a{
    display:block;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0256AF;
    text-decoration: underline;
    font-size: 16px;
}
#servicios ul {
    padding-left: 20px;
    padding-bottom: 20px;
}
#servicios ul li{
    list-style-type: disc;
}
#servicios ul li a {
    margin-top:0px;
    color: #0256AF;
    text-decoration: underline;
    font-size: 12px;
}
.servicios-titular {
    font-size: 18px;
    display:block;
    margin-bottom: 5px;
    font-weight: normal; /* added */
}
.servicios-slogan {
    font-size: 14px;
    display:block;
    margin-bottom: 15px;
}

/*Gracias*/
.graciasmain {
    display: block;
    min-height: 450px;
    margin: 40px;
}
.graciash1 {
    font-size:36px;
    font-weight:bold;
    line-height: 40px;
}
.graciash2 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 25px;
}
.pasos_gracias {
    clear:both;
    display:block;
    margin-top:25px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
}
.circulo_gracias {
    background-image:url(/img/gracias.png);
    background-position:center top;
    background-repeat:no-repeat;
    float:left;
    height:191px;
    text-align:center;
    width:191px;
    margin-left: 5px;
    margin-right: 5px;
    color:#444;
    font-size: 16px;
    font-weight:bold;
    line-height: 24px;
}
.contenedor_circulos {
    width: 603px;
    margin-left:auto;
    margin-right:auto;
}
.relleno_gracias {
    padding-top: 30px;
    padding-left:30px;
    padding-right:30px;
}
.grah1 {
    font-size:48px;
    font-weight:bold;
    line-height: 54px;
}
.texto_gracias {
text-align:center;
    clear:both;
    display:block;
    margin-top:25px;
    /* max-width:1280px; removed */
    /* min-width:844px; removed */
    padding-top:25px;
    padding-bottom:25px;
}
.texto_gracias p {
font-weight:bold;
margin-bottom: 0px;
line-height: 20px;
font-size:14px;
}


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


/*Como pedir Presupuesro*/

.slogan_pedir_presupuesto {
    background-color:#FBCA2E;
    clear:both;
    display:block;
    height:178px;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
}
.pedir_presupuesto_texto {
    font-size:36px;
    padding:25px;
    width:550px;
}
.como_pedir_presupuesto {
    clear:both;
    display:block;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    margin-top:25px;
}
.tres_pasos {
    float:left;
    width: 33%;
}
.cpp01 {
    background-image: url(/img/cpp01.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 186px;
    border-bottom: 1px solid #ccc;
}
.cpp02 {
    background-image: url(/img/cpp02.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 186px;
    border-bottom: 1px solid #ccc;
}
.cpp03 {
    background-image: url(/img/cpp03.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 186px;
    border-bottom: 1px solid #ccc;
}
.titular_cpp {
font-size: 18px;
padding-bottom: 0px;
margin-bottom: 0px;
line-height: 24px;
color: #9a33cc;
}
.texto_paso {
padding:5% 15%;
min-height:180px;
}
.sub_ccp {
padding:5% 15%;
}
.sub_ccp a {
font-size: 18px;
line-height: 24px;
color: #9a33cc;
text-decoration:none;
}
.sub_ccp a:hover {
text-decoration:underline;
}


#tagcloud{ padding:10px 5px 10px 5px;margin-bottom:20px;text-align:center; clear: both;}
#tagcloud a{ text-decoration:none;color:#924DB8; }
#tagcloud a:hover{ text-decoration:underline; }
h2.titlecloud { 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: #FFCA2E;
}

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


.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; }
.boton_pre a { color: #ffffff; text-decoration: none; }


/* added */
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;
}


#listado-2 .div_other_regions {
    float: left;
    margin-top: 40px;
    margin-bottom: 2%;
}

#listado-2 .div_other_regions p {
    color: #393723;
    font-size: 15px;
    font-weight:bold;
    text-align: left;
}

#listado-2 .other_regions {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    display: inline;
    color: #555;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
}

#listado-2 .other_regions img {
    margin-top: 2px;
    margin-left: 15px;
}

#listado-2 .other_regions a {
    text-decoration: none;
    font-weight: normal;
}

#listado-2 .content_other_regions {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    left: -1px;
    position: absolute;
    width: 400px;
    z-index: 999;
    top: 24px;
}

#listado-2 .close_other_regions {
    float: right;
    margin: 5px;
}

#listado-2 .content_other_regions_ul {
    margin: 25px 5px 5px 5px;
    max-height: 300px;
    overflow: auto;
    text-align: left;
}

#listado-2 .content_other_regions_ul li {
    margin-bottom: 5px;
}

#listado-2 .content_other_regions_ul li a {
    font-size: 12px;
}
/* added */

/*Preguntas frecuentes*/
.slogan_preguntas_frecuentes {
    background-color:#924DB8;
    clear:both;
    display:block;
    height:178px;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
}

.preguntas_frecuentes_texto {
    font-size:36px;
    padding:25px;
    width:550px;
    color:#FFFFFF;
    font-weight: bold;
}

.preguntas_frecuentes_desc_modulo {
    position:relative;
    height:auto;
    padding:0px;
    margin:0px auto;
    width: 886px;
}
.preguntas_frecuentes_desc_texto {
    float: left;
    width: 730px;
}
.preguntas_frecuentes_desc_texto p{
    font-size: 13px;
}
.preguntas_frecuentes_desc_telefono {
    float: left;
    width: 140px;
}
.modulo-100{
    position:relative;
    float:left;
    height:auto;
    padding:0px;
    margin:0px;
    width: 100%;
}
.modulo-50{
    position:relative;
    display:block;
    width:50%;
    height:auto;
    padding:0px;
    margin:0px;
}

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

.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%;
}
.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%;
}
.circulo {
    background-image: url(/img/circulo-presupuestos.png);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 218px;
    max-height: 220px;
}
.texto_circulo {
    color:#FFFFFF;
    display:block;
    font-size:25px;
    padding-left:105px;
    padding-right:105px;
    padding-top:50px;
}
.modulo-portada-faq {
    background-image:url(/img/modulo-portada-empresa.png);
    background-position:top left;
    background-repeat:no-repeat;
    font-size:24px;
    width:437px;
    height:187px;
    padding-top:12px;
}
.modulo-portada-faq .left-center{
    float: right;
    margin-right: 10px;
}
.modulo-portada-faq h2 {
    font-size:24px;
    color:#fff;
    background-color:#924DB8;
    margin:0px 0px 15px 0px;
    text-align:center;
}
.modulo-portada-faq p {
    font-size:14px;
    color:#000;
    line-height:17px;
    margin-left:20px;
}
.modulo-portada-faq p.enorme {
    text-align:center;
    color:#000;
    line-height:40px;
    font-size:40px;
    font-weight:bold;
    margin:15px 0px;
}
.modulo-portada-faq .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-faq .boton-alta a {
    color:#fff;
    text-decoration:none;
    display:block;
}
/*Preguntas frecuentes - END*/

/*Página estática*/
div.static_text {
    margin: 20px;
    font-size:14px;
    line-height: 18px;
}

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

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

div.static_text ul {
    margin: 10px 30px;
}
div.static_text ul li{
    margin: 5px 0;
}
/*Página estática */





/* ---------------------------- Question area ---------------------- */
fieldset {
    /*margin-top:25px;*/
    margin-bottom: 0px;
    padding-bottom:15px;
    padding-bottom: 0px;
}

fieldset.last {
    border:none
}

fieldset legend {
    border-bottom: 5px solid #999999;
    clear: both;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-weight: bold;
    width: 100%;
    margin-bottom: -22px;
}

fieldset legend a {
    color: #666;
    text-decoration: none;
}

fieldset legend a:hover {
    text-decoration: underline;
}

body.unsubscribe fieldset legend {
    color: #393723;
    font-size: 12px;
    padding:0px 0px 20px 0px;
}

body.unsubscribe .no_more_available {
    width: 100%;
    text-align:center;
    font-size:16px;
    font-weight: bold;
}

fieldset ul {
    list-style: none;
}

fieldset ul li {
    border-top: 1px solid #CCCCCC;
    clear:both;
    padding: 15px  0px 10px 0px;
    margin:0px;
    min-height: 30px;
}

fieldset ul li.hidden {
    display:none;
}

fieldset ul li .title {
    float: left;
    font-weight: bold;
    width: 25%;
    padding-left: 15px;
}


fieldset ul li .title label span{
    display:none;
    color: red;
}

fieldset ul li .title label span.required {
    display:inline;
}


fieldset ul li .input {
    float: left;
    width: 42%;
}

fieldset ul li .input input[type=text], fieldset ul li .input textarea, fieldset ul li .input select, fieldset ul li .input input[type=password] {
    background: white;
    border: 1px solid #CCC;
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
}


fieldset ul li .input input[type=text].error, fieldset ul li .input textarea.error, fieldset ul li .input select.error, fieldset ul li .input input[type=password].error {
    border: 1px solid red;
}

fieldset ul li .input select {
    background: #EEE;
    width: 97%;
}

body.one_column fieldset ul li .input select {
    width: 96%;
}


fieldset ul li .input textarea {
    -webkit-appearance: textarea;
    -webkit-box-orient: vertical;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-color: white;
    border: 1px solid #CCC;
    height: 150px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

fieldset ul li .input span.label {
    font-style: italic;
}

fieldset ul li .title label {
    font-size: 12px;
    font-weight: bold;
}

fieldset ul li div.explic, fieldset ul li div.invalid {
    float: left;
    font-size: 12px;
    width: 30%;
}

body.one_column fieldset ul li div.explic, body.one_column fieldset ul li div.invalid {
    width: 37%;
}


fieldset ul li div.invalid {
    display:none;
    color:red;
}


fieldset ul li .input .file_input {
    position: relative;
}

fieldset ul li .input .styled_file {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width:100%;
}

fieldset ul li .input input[type=file] {
    width:95%;
    height:23px;
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    cursor:pointer;
}

fieldset ul li .input .styled_file input.virtual {
    background: white;
    color:black;
    border: 1px solid #CCC;
    margin-right:10px;
    width: 68%;
}

fieldset ul li .input input[type=button] {
    background-color:white;
    background-image:url(../images/94x25.jpg);
    background-repeat:no-repeat;
    color:#FFFFFF;
    border:none;
    cursor:pointer;
    font-size:11px;
    height:25px;
    width:94px;
    padding:0px;
    margin:0px;
}

fieldset ul li .input input[type=text]#zip {
    width: 30%;
}
div.breadcrumb {
    font-size: 10px;
    height: 25px;
    width: 100%;
    margin:10px 0 5px 0;
}

.breadcrumb div {
    display: inline;
}

.breadcrumb_link {
    color: #666666;
    font-size: 10px;
    text-decoration: none;
}

/* ---------------------------------------------------------------
                            ayuda
-----------------------------------------------------------------*/
.mainayuda .contenido {
    margin: 10px;
    clear: both;
}
.ayudarow {
    width: 100%;
    margin-bottom: 40px;
    float: left;
}
.ayudarow h3 {
    color: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 19px;
    letter-spacing: -1px;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.ayudarow h3.s1 {
    background-color: #a89240;
}
.ayudarow h3.s2 {
    background-color: #439eac;
}
.ayudarow h3.s3 {
    background-color: #a54d2d;
}
.ayudarow h3.s4 {
    background-color: #71a153;
}
.ayudacol1 {
    width: 45%;
    margin-right: 5%;
    float: left;
}
.ayudacol2 {
    width: 45%;
    float: left;
}
.ayudarow dt {
    font-family: arial, verdana, sans-serif;
    font-size: 19px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.ayudarow dt a {
    color: #0256af;
}
.ayudarow dd {
    margin-bottom: 15px;
}
.lateral {
    width: 23%;
    background-color: #f9ecb2;
    padding: 10px 0;
    margin-bottom: 20px;
    float: left;
}
.lateral h3 {
    color: #393723;
    font-family: arial, verdana, sans-serif;
    font-size: 19px;
    letter-spacing: -1px;
    padding-bottom: 4px;
    margin: 0 15px 10px;
    border-bottom: 1px solid #d4cda8;
}
.lateral ul {
    color: #393723;
    list-style-type: disc;
    padding: 0 15px 0 32px;
}
.lateral ul li {
    margin: 0 0 6px;
}


.ayudacont {
    font-size: 12px;
    padding-right: 50px;
}
.ayudacont p.volver {
    margin-bottom: 20px;
}
.ayudacont h2 {
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}
.ayudacont h3 {
    color: #545454;
    font-family: arial, verdana, sans-serif;
    font-size: 19px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.ayudacont ul {
    color: #545454;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 30px;
}
.ayudacont ul li {
    padding-left: 10px;
    margin-bottom: 6px;
}
.ayudacont ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 30px;
}
.ayudacont ol li {
    padding-left: 10px;
    margin-bottom: 6px;
}
.ayudacont img.imgembed {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    padding-right:15px;
}
.ayudatxt {
    margin-bottom: 40px;
}
.ayudatxt p {
    line-height: 17px;
    margin-bottom: 15px;
}

.ayudatxt p.faqtext {
    line-height: 17px;
    margin-bottom: 8px;
    font-size:12px;
}

.ayudatxt p.faqtitle {
    padding-top:25px;
    font-weight: bold;
    font-size: 14px;
    color:#4175AA;
}


/*++ Bloque de Offertas de Sent OK ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.portada3columnasItem{
    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: 345px;
    vertical-align: top;
    text-align: center;
    margin-left: 19px;
    margin-right: 0px;
    float: left;
    overflow: hidden;
}
.portada3columnasTexto li {
text-align: left;
}
.portada3columnasTexto{
    display: inline-block;
    zoom: 1;
    *display:inline;
  /*  width: 285px;*/
    width:29%;
    vertical-align: top;
    margin-right: 27px;
    margin-left:10px;
    float:left;
}
.portada3columnasItem a, .portada3columnasItem a:visited, .portada3columnasTexto a, .portada3columnasTexto a:visited{
    color: #529acc;
    text-decoration: none;
}
.portada3columnas a:hover{
    text-decoration: underline;
}
.padding10{
    padding: 10px;
}

.nombreOfertaPortada {
    height: 48px;
}
.nombreOfertaPortada h3 {
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
}
.fotoOfertaPortada{
    margin-bottom: 10px;
}
.avisoOfertaPortada{
    font-weight: 700;
    display: block;
    height: 15px;
    font-size: 12px;
}
.cajaPrecioOfertaPortada{
    display: block;
    background-color: #ffc851;
    padding-bottom: 25px;
    text-align: center;
    margin: 0 20% -25px 20%;
    padding: 2px;
    min-height: 60px;
}
.botonAzulClaro {
    background: url("../images/botonazulclaro.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 27px;
    line-height: 12px;
    margin: 10px auto;
    padding-top: 6px;
    text-align: center;
    width: 127px;
}
.detallesOfertaPortada {
    font-size: 0.7em;
    text-align: left;
}

.azulOfertas {
    color: #529ACC;
}

.precioPortada1 {
    display: block;
    font-size: 24px;
    font-weight: 700;
}
.precioPortada2 {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.buy_online_label {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.h2claim {
  display: block;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#listado-2 {
   border-top: 1px solid #914DB6;
    clear: both;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 15px;
    overflow: hidden;
}
.searchtext2:focus {
    /*border:2px solid #8ebde6;*/
}
.boton {
    background-color: #934DB8;
    border: 1px solid #934DB8;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 1px 0 #666666;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    padding: 4px 20px;
    text-align: left;
}
.pastilla_text {
    padding: 15px 15px 55px;
}
.pastilla_text .boton {
    border: 1px solid #bbb;
    box-shadow: none;
}

.curva {
    border-radius: 10px;
}
.pastilla {
    margin-top: 0;
    margin-right: 0;
    margin-bottom:20px;
}
.azul {
    font-weight: bold;
}
.boton-empresa .boton-e {
    padding:4px 10px 5px 15px;
}
div.breadcrumb {
    height: auto;
    margin: 0 5px 5px;
    overflow: hidden;
}
.imgtopder{display: block; margin: 10px auto 0;}
.ficha_der h3{border-bottom: 1px solid #924DB8;
    color: #666666;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;}
.gratis-formulario .modulo-submenu,
.datos-contacto .modulo-submenu{margin-bottom:10px;}
#containerbread{width: 100%;}
.datos-contacto .propuestas,
.gratis-formulario .propuestas{
    margin-top: 10px;
    padding-right: 50px;
    padding-top: 15px;}
.datos-contacto .texto_debajo_mapa,
.gratis-formulario .texto_debajo_mapa{
    display: block;
    float: right;
    font-size: 12px;
    margin-left: 0;
    margin-top: 10px;
    padding: 25px 5px 5px;
    width: 45%;}
.formulario {
    background: url("../img/bg_form_2.png") no-repeat scroll 0 0 transparent;
    /* height: 584px; */
    margin-bottom: 10px; /* 40 px */
    margin-top: 28px;
}
.formulario .innerForm{
    /*height: 570px; */
    margin-left: 24px;
    padding: 13px 16px 0;
    width: 366px;}
.formulario h3{border-bottom: medium none;
    color: #333333;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;}
.formulario h4{color: #A851C6;
    font-size: 16px;
    text-align: center;}
.formulario h4 span{background-color: #FCE67F;
    display: block;
    margin: 0 auto;
    padding: 3px;
    width: 210px;}
.formulario label{display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 12px;
    width: 150px;}
.formulario .searchtext2{height: 15px;
    width: 205px;}
.formulario input{}
.formulario .check{margin-top: 11px;}
.formulario .legal{float: right;
    width: 345px;}
.formulario .boton4{
   display: block;
    margin: 15px auto 10px;
}
.forminfo{
    background: none repeat scroll 0 0 #A851C6;
    color: #FFFFFF;
    border-left: 1px solid #7e7e7e;
    border-bottom:  1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
/*    height: 122px; */
    margin-left: -16px;
    padding: 9px 0 15px 0; /* 9px 0 0 */
    width: 396px;}
.forminfo h4{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin: 0 auto;
    width: 314px;
}
.tel{
    background: url("../img/phone.png") no-repeat scroll 0 7px transparent;
    font-size: 31px;
    font-weight: normal;
    margin: 3px auto;
    padding-left: 37px;
    width: 175px;
}
/****************/
.datos-contacto .formulario {
     background: url("../img/bg_form_mini.png") no-repeat scroll 0 0 transparent;
    height: 141px;
    margin-bottom: 0;
    margin-top: 80px;
}
.datos-contacto .formulario .innerForm {
    height: 128px;
    margin-left: 24px;
    padding: 13px 16px 0;
    width: 366px;
}
.datos-contacto .forminfo {
    background: none repeat scroll 0 0 #A851C6;
    color: #FFFFFF;
    height: 190px;
    margin-left: 22px;
    padding: 9px 0 0;
    width: 400px;
    margin-bottom: 40px;
}

.datos-contacto .forminfo h2{
    font-size: 31px;
    margin: 3px 0;
    text-align: center;
}

.datos-contacto .forminfo p{
    font-size: 14px;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
    width: 220px;
}

.datos-contacto .forminfo .tel {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin: 3px auto;
    padding-left: 0;
    text-align: center;
    width: 327px;
    padding-bottom: 0;
}

.datos-contacto .forminfo .gift-email{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 18px;
    padding: 0;
    text-align: center;
    width: 290px;
}

.datos-contacto .formulario h5{
    background: none repeat scroll 0 0 #A851C6;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 2px 2px 1px #CCCCCC;
    color: #FFFFFF;
    font-size: 19px;
    font-weight: normal;
    height: 50px;
    margin: 25px auto;
    padding: 8px 25px;
    text-align: center;
    width: 219px;
}

.datos-contacto .formulario h5 a {
    color: #FFFFFF;
}

.question{
    background: url("../img/arrow.png") no-repeat scroll 50% 100% transparent;
    margin-top: 14px;
    height: 160px;
    margin-top: 14px;
    padding-bottom: 15px
}
.question h3{
    border: medium none;
    color: #924DB8;
    font-size: 24px;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
}
.question h4 {
    color: #626262;
    font-size: 31px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.post-it-amarillo{
    background: url("../img/bg_postit.png") repeat-x scroll 0 0 transparent;
    height: 110px;
    padding: 0 9px;
}
.post-it-amarillo h2{
   background: url("../img/postit.png") no-repeat scroll center -7px transparent;
    color: #A851C6;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    height: 73px;
    margin: 0 auto;
    padding: 45px 0 0 20px;
    width: 517px;
}

h4.gift_error {
    text-align: center;
    color: #DF0101;
    font-weight: bold;
    font-size: 20px;
}

.gift-email {
    background: url("../img/mail.png") no-repeat scroll 0 0 transparent;
    font-size: 19px;
    font-weight: normal;
    margin: 3px auto;
    padding-left: 37px;
    width: 175px;}

.gift-email a {
    color:#fff;
    text-decoration:underline;
}

.clickable {
    cursor: pointer;
}

#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;
}


/*
    pagina nueva de busqueda
*/

body.centered  #contenedor {
    margin: 0 auto;
    width:100%;
}

body.centered  #cabecera-1_p3 {
    margin: 0 auto;
}


#menuprincipal {
    width: 660px;
    height: 28px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    clear: both;
    display: block;
}
#menuprincipal ul{
    width: 660px;
    height: 28px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}
#menuprincipal ul li{
    margin: 0px;
    padding: 0px 5px;
    float: left;
}
#menuprincipal ul li a{
    width: 150px;
    height: 20px;
    display: block;
    margin: 0px 0px;
    padding: 5px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #7f7f7f;
    text-align: center;
    text-decoration: none;
}
#menuprincipal ul li a.encuentra { border-bottom: 3px solid #ffcc33; }
#menuprincipal ul li a.encuentra:hover { background-color: #ffcc33; }
#menuprincipal ul li a.presupuesto { border-bottom: 3px solid #a666c7; }
#menuprincipal ul li a.presupuesto:hover { background-color: #a666c7; }
#menuprincipal ul li a.ofertas { border-bottom: 3px solid #4d94ca; }
#menuprincipal ul li a.ofertas:hover { background-color:#4d94ca; }
#menuprincipal ul li a.pregunta { border-bottom: 3px solid #71b292; }
#menuprincipal ul li a.pregunta:hover { background-color: #71b292; }
#menuprincipal ul li a:hover { color: #ffffff; }

#todocontenido{
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}


#select_template_img {background: url('../img/fondo_quetal.jpg') repeat-x; margin-bottom: 50px;}
#select_template h1 {margin: 20px auto; text-align: center; font-size: 30px;}
#select_template h2 {margin: 8px auto; text-align: center; color: #666666; font-size: 20px;padding:20px 0px 10px 0px;}
#select_template h3 {margin: 0px auto; text-align: center; font-size: 16px; color: #666666; font-weight: 300;}
#select_template .titulo {background: white;  display: table; width: 100%; margin-bottom: 20px; padding-bottom: 20px;}
#select_template .form_index {background: white;  display: table; width: 100%; border-top: 10px solid #a851c7;}
body.external_site #select_template .form_index { border-top: 10px solid #666666; }
#select_template .titulo ul {margin: 0 auto; text-align: center; display: table;}
#select_template .titulo ul li {text-align: left; color: #999999; font-size: 14px; float: left; display: inline-block; margin: 0 10px;}
#select_template .titulo ul li:first-child {color: #a851c7;}
body.external_site #select_template .titulo ul li:first-child {color: #666666;}
#select_template .titulo ul li span.number {color: white; background: url("../img/fondo_number.png"); width: 20px; height: 16px; display: block; text-align: center; float: left; padding: 2px 0px; margin:-2px 5px 0px 0px;}

#select_template ul li:first-child span.number {background: url('../img/fondo_number_first.png');}
body.external_site #select_template ul li:first-child span.number {background: url('../img/fondo_number_first_grey.png');}

#select_template .form_index form {width: 630px; margin: 0 auto; margin: 0 auto; padding: 20px 0;}
#select_template .form_index form p {font-size: 14px; color: #666666; font-style:italic; margin: 5px 20px;}
#select_template .form_index span.telefono {background: url('../img/telefono.png') no-repeat; width: 25px; height: 25px; margin-left: 10px; padding-left: 30px;}
#select_template .form_index form div {padding: 5px 10px 2px; margin: 5px 0;}
#select_template .form_index form div.sector.selected,#select_template .form_index form div.sector.clicked {background: url('../img/flecha_2.png') no-repeat right center #f4effa;cursor:pointer;}
body.external_site #select_template .form_index form div.sector.selected,#select_template .form_index form div.sector.clicked {background: url('../img/flecha_2_grey.png') no-repeat right center #eeeeee;}
#select_template .form_index form div.sector.sector_search { float: left; width: 450px; }
#select_template .form_index form div.input_container{float:right}
#select_template .form_index form label {color: #a851c7; font-size: 18px; font-weight: 400;}
#select_template .form_index form a {color: #a851c7; font-size: 18px; font-weight: 400;text-decoration:none}
body.external_site #select_template .form_index form a {color: #666666; }
#select_template .form_index form input[type="radio"] {top: -0.15em; margin-right: 5px;}
.onecolumn_wide {
    width: 960px;
   /* height: 390px; */
    margin: 0 auto;
    padding: 0px;
    border-top: 1px solid #d4d9dd;
}
/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}



#listado-2 .other_zones {
    display: flex;
    color: #555;
    position: relative;
    text-align: left;
    z-index: 2000;
}

#listado-2 .other_zones img {
    margin-top: 3px;
    margin-left: 3px;
    float: right;
}

#listado-2 .other_zones a {
    min-width: 190px;
    border: 1px solid #CCCCCC;
    text-decoration: none;
    color: #555;
    padding: 5px;
}

#listado-2 .content_other_zones {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    right: -1px;
    position: absolute;
    z-index: 1000;
    top: 22px;
    width: 100%;
}

#listado-2 .content_other_zones a {
    border: 0px;
    padding: 0;
    margin: 0;
}

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

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

#listado-2 .content_other_zones_ul li {
    text-align: left;
    margin-bottom: 3px;
    line-height: 14px;
    font-size: 14px;
}

#listado-2 .content_other_zones_ul a {
    color: #0256AF;
    font-size: 0.8em;
}


#tag_keyword_cloud { clear: both; }
#tag_keyword_cloud h2 { font-size: 14px; }
#tag_keyword_cloud a { text-decoration: none; color: #999; }
#tag_keyword_cloud a:hover { text-decoration: underline; }
#tag_keyword_cloud .pop_0 { font-size: 0.7em; }
#tag_keyword_cloud .pop_1 { font-size: 0.9em; }
#tag_keyword_cloud .pop_2 { font-size: 1.1em; }
#tag_keyword_cloud .pop_3 { font-size: 1.3em; }
#tag_keyword_cloud .pop_4 { font-size: 1.5em; }
#tag_keyword_cloud .pop_5 { font-size: 1.7em; }

#tag_keyword_cloud.small .pop_0 { font-size: 0.3em; }
#tag_keyword_cloud.small .pop_1 { font-size: 0.5em; }
#tag_keyword_cloud.small .pop_2 { font-size: 0.7em; }
#tag_keyword_cloud.small .pop_3 { font-size: 0.9em; }
#tag_keyword_cloud.small .pop_4 { font-size: 1.1em; }
#tag_keyword_cloud.small .pop_5 { font-size: 1.3em; }

#row_associated_keywords { clear: both; display: table; }
#row_associated_keywords h6 { font-size: 14px; font-weight: bold; color: #222; margin: 14px 0 14px; }
#row_associated_keywords ul { list-style: none outside none; }
#row_associated_keywords ul li { margin: 0px; padding: 0px; direction: ltr; }
#row_associated_keywords ul li a { color: #177AB3; text-decoration: none; font-size: 12px; font-weight: normal; line-height: 1.6; }
#row_associated_keywords ul li a:hover { color: #2795B6; }
#row_associated_keywords ul li a.hide { display: none; }