@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;
}
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;
}

.over_hide { overflow: hidden; } /* addedd */

/* 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;
}
.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;
}

div.tab-amarillo:hover, .tab-amarilla851c6o-active {
    display:block;
    background-color:#ffca2e;
    color:#fff;
    padding:5px;
    margin:0px;
    /* cursor:pointer; removed */
}

div.tab-amarillo a { color: #ffca2e; } /* added */
div.tab-amarillo:hover a { color: #ffffff; text-decoration: none; } /* added */

div.tab-violeta:hover, .tab-violeta-active {
    display:block;
    background-color:#a851c6;
    color:#fff;
    padding:5px;
    margin:0px;
    /* cursor:pointer; removed */
}

div.tab-violeta a { color: #a851c6; } /* added */
div.tab-violeta:hover a { color: #ffffff; text-decoration: none; } /* added */

div.tab-magenta:hover, .tab-magenta-active {
    display:block;
    background-color:#b23d71;
    color:#fff;
    padding:5px;
    margin:0px;
    /* cursor:pointer; removed */
}

div.tab-magenta a { color: #b23d71; } /* added */
div.tab-magenta:hover a { color: #ffffff; text-decoration: none; } /* added */

div.tab-turquesa:hover, .tab-turquesa-active {
    display:block;
    background-color:#5eb08a;
    color:#fff;
    padding:5px;
    margin:0px;
    /* cursor:pointer; removed */
}

div.tab-turquesa a { color: #5eb08a; } /* added */
div.tab-turquesa:hover a { color: #ffffff; text-decoration: none; } /* added */

div.tab-amarillo, div.tab-violeta, div.tab-azul, div.tab-turquesa {
    font-weight: bold;
    margin: 5px 0 5px 5px;
}

ol, ul {
    list-style: none;
    font-size:inherit;
}
a {
    /* text-decoration:underline; removed */
    text-decoration: none; /* none */
    color:#000;
}
a:link {
}
a:active: {
}
a:hover {
    text-decoration:underline;
}
.texto-centrado {
    text-align:center;
}
#footer {
    font-size:11px;
    font-weight:bold;
    color: #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%;
    margin-top: 10px;
    margin-bottom: 38px;
}
#cabecera-1 {
    position:relative;
    display:block;
    max-width:1280px;
    min-width:844px;
    height:90px;
    padding:0px;
    clear:both;
    overflow:hidden;
    margin-top: 0px;
    margin-bottom: 10px;
}
#cabecera-1_p3 {
    position:relative;
    display:block;
    max-width:1280px;
    min-width:844px;
    min-height:100px;
    max-height:130px;
    padding:0px;
    clear:both;
    overflow:hidden;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.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;
    height:auto;
    padding:0px;
}
.topmenu {
    margin: 10px 0px 0px 0px;
}
#cabecera-2 {
    position:relative;
    display:block;
    width:100%;
    height:253px;
    clear:both;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(/img/portadas-chica.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: left;
}
#cabecera-3 {
    position:relative;
    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;
    width: 100%; /* added */
}
.modulo-submenu {
    position:relative;
    display:block;
    max-width:1280px;
    min-width:844px;
    height:auto;
    padding:0px;
    clear:both;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #B23D71;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    min-height:24px;
}
.modulo-25 {
    position:relative;
    display:block;
    width:25%;
    height:auto;
    padding:0px;
    margin:0px;
}

/* added */
.modulo-30 {
    position:relative;
    display:block;
    width:30%;
    height:auto;
    padding:0px;
    margin:0px;
}

.modulo-33 {
    position:relative;
    display:block;
    width:33%;
    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;
    max-width:1280px;
    min-height:39px;
    min-width:844px;
    padding:20px 0 0;
    position:relative;
    text-align: center;
}
.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;
}

p.tith1 {
    display: inline;
    font-size: 30px;
    font-weight: lighter;
    margin: 0px 10px 0px 5px;
    float: left;
}

.search input.searchtext {
    display:inline;
    float:left;
    height:50px;
    width:446px;
    font-size:30px;
    line-height:50px;
    margin:5px 0px 0px 25px;
    color: #999;
}
.search .buscarboton {
    margin:10px 0px 0px 10px;
}
.borde-amarillo {
    border:solid 1px #ffca2e;
}
.fondo-amarillo {
    background-color:#ffca2e;
    color:#fff;
}
.borde-violeta {
    border:solid 1px #a851c6;
}
.fondo-violeta {
    background-color:#a851c6;
    color:#fff;
}
.borde-magenta {
    border:solid 1px #b23d71;
}
.fondo-magenta {
    background-color:#b23d71;
    color:#fff;
}
.borde-turquesa {
    border:solid 1px #5eb08a;
}
.fondo-turquesa {
    background-color:#5eb08a;
    color:#fff;
}
#footer ul {
    margin-top:15px;
}
ul li.localversions {
    display:inline;
    border-right:solid 1px #000;
    padding:0px 5px;
}
ul li.letterversion {
    display:inline;
    border-right:solid 1px #000;
    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;
}
.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 10px;
    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; removed */
}
.pasos {
    font-size:14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pasos_derecha {
    font-size:13px;
    font-weight: bold;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}
#seguros {
    background-image: url(/img/rellena.png);
    background-repeat: no-repeat;
    background-position: 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: 25%; /*31%;*/
    margin-top: 10px;
    /* margin-right: 6px; */
    font-weight: bold;
    /* text-align: center; */
    padding-top: 35px;
    font-size: 14px;
    padding-left: 20px; /* added */
}
#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;
}
#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;
    min-width:844px;
    padding-left: 10px;
}
.ficha_izq {
    float: left;
    width: 60%;
}
.ficha_der {
    float: left;
    /* width: 426px; removed */
    width: 40%; /* added */
}
.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; removed */
    padding-bottom: 50px; /* added */
}
.tex {
    color: #a0a0a0;
    float: left;
    width: 80px;
    padding-top: 4px;
}
.men {
    float: left;
    text-align: center;
}
.men ul li {
    display: inline;
}
.men ul li a {
    text-decoration:none;
    color: #000;
    background-image: url(/img/b_men_normal.png);
    background-repeat: no-repeat;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 6px;
    display: block;
    width: 70px;
    margin-right: 3px;
}
.men ul li a:hover {
    color: #666;
    background-image: url(/img/b_men_sobre.png);
    background-repeat: no-repeat;
}
.men_activo {
    color: #666;
    background-image: url(/img/b_men_sobre.png);
    background-repeat: no-repeat;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 6px;
    display: block;
    width: 70px;
    margin-right: 3px;
    /* cursor: pointer; removed */
}
.descrip {
    padding-top: 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: 0px;
    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;
    vertical-align: middle;
}
.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;
}
.pastilla_text ul {
    margin-left: 4px;
    margin-bottom: 15px;
}
.pastilla_text ul li {
    list-style-position: inside;
    list-style-type: decimal;
}
.pedir_presupuestos {
    font-size:14px;
    font-weight: bold;
}

.alinamiento_b_siguiente {
    /* margin-left: 285px; removed */
    margin-left: 70%; /* added */
}

.margen_inferior_imagenes {
    margin-bottom: 40px;
}
.negocios {
    font-size: 12px;
    padding-top: 30px;
}
.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; removed */
}
.cabecera_presupuestos {
    text-align: center;
}
.img_presu {
    background-image: url(/img/cabecera_presupuestos.png);
    background-repeat: no-repeat;
    height: 245px;
    width: 790px;
    background-position: center center;
    font-size: 18px;
    color: #FFF;
    padding-right: 65px;
    padding-left: 65px;
}
.cir1 {
    float: left;
    width: 140px;
    padding: 25px;
    text-align: center;
}
.cir1-2 {
    float: left;
    width: 66%;
    padding: 25px;
    text-align: center;
}
.cir1-3 {
    float:left;
    padding:25px;
    text-align:center;
    width:66%;
}
.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;
}
.recuadro_aviso {
    font-weight: bold;
    background-color: #f9ff99;
    width: 415px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-left: 105px;
}
.cirh1 {
    font-size:48px;
    font-weight: bold;
}
.cirh3 {
    font-size:12px;
    font-weight: normal;
}
.margencir2 {
    margin-left: 12px;
}
.margencir3 {
    margin-left: 8px;
}
.margencir4 {
    margin-left: 8px;
    margin-top: 38px;
    color: #000;
}
.form1 {
    font-size: 14px;
    line-height: 20px;
}
.margen_inferior_imagenes a img {
    border: 1px solid #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;
    min-width:844px;
    margin-left:10px;
    margin-right:10px;
    display:block;
    clear:both;
    background-color: #FBCA2E;
    background-image: url(/img/altas.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.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;
    width: 480px;
}
.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;
}
.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;
}
.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;
}
.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;
    min-width:844px;
    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 */
}
.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;
}
.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;
    padding-left: 10px;
    padding-top: 8px;
}
.paso_titulo {
    display: block;
    clear: both;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.margen_paso_inferior {
    margin-bottom: 15px;
}
.he_leido {
    display: block;
    clear: both;
    padding-left: 15px;
}
.he_leido_margen {
    padding-left: 10px;
}
.boton_paso {
    text-align: center;
    display: block;
    clear: both;
}
.resumen ul li {
    display: inline;
    margin-right: 20px;
}
.resumen ul li a:hover {
    text-decoration: none;
}
.letra {
    height:24px;
    width: 29px;
    color:#FFF;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    float: left;
    margin-right: 25px;
}
.letra-a {
    background-image: url(/img/directorio.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.letra-cont {
    clear:both;
    float:left;
    height:auto;
    margin-bottom:10px;
    margin-left:50px;
    position:relative;
    top:-29px;
}
.sector {
    display:block;
    margin-bottom: 5px;
    clear:both;
    font-weight: bold;
}
.individual {
    display:block;
    margin-bottom: 5px;
    clear:both;
}
.inf {
    max-width:1280px;
    min-width:844px;
    clear:both;
}
/*Portadas ancho fijo*/
#contenedor-2 {
    /* margin:10px auto 38px; */
    margin:10px 0 38px; /* added */
    position:relative;
    width:920px;
}
#cabecera-1_p3-2 {
    clear:both;
    display:block;
    height:130px;
    margin:0 0 10px;
    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;
    max-width:1280px;
    min-height:24px;
    min-width:844px;
    padding:0;
    position:relative;
    text-align:center;
}
.topmenu-2 {
    margin:34px 0 0;
    text-align:right;
}
.cabecera_presupuestos-2 {
    text-align:center;
    max-width:1280px;
    min-width:844px;
}
.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 {
    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 {
    max-width:1280px;
    min-height:24px;
    min-width:844px;
    min-height:300px;
    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 {
    max-width:1280px;
    min-height:24px;
    min-width:844px;
    padding-top: 30px;
    clear:both;
    display:block;
}
.preguntas-colum {
    width: 30%;
    float:left;
    text-align:left;
    margin-left: 1%;
    margin-right: 1%;
}
.preguntas-colum .titu {
    display:block;
    clear:both;
    font-size: 12px;
    color:#000;
    margin-bottom: 5px;
    font-weight: bold;
    border-top:1px solid #B23D71;
    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:#B23D71;
    text-decoration:none;
}
.quest ul li a:hover {
    text-decoration:underline;
}
.lin {
    width: 100%;
    display:block;
    min-height: 20px;
    max-height: 60px;
    font-size:12px;
    border-bottom: 1px solid #CCC;
    margin-top: 8px;
}
.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 {
    max-width:1280px;
    min-width:844px;
    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;
}
.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: 38px;
    float:right;
}
.texto_presu {
    text-align:center;
    margin-top: 15px;
}
.pedir-cabecera {
    font-weight: normal;
    max-width:1280px;
    min-width:844px;
    margin-top:25px;
}
.gris {
    color:#999;
}
.montaje {
    max-width:1280px;
    min-width:844px;
}
.mont1 {
    background-image:url(/img/pedir1.png);
    background-position:center center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    float:left;
    height:200px;
    margin-right:6%;
    text-align:center;
    width:280px;
}
.mont2 {
    float:left;
    width:40%;
}
.mont3 {
    background-image:url(/img/pedir1.png);
    background-position:center center;
    background-repeat:no-repeat;
    color:#FFFFFF;
    float:right;
    height:200px;
    text-align:center;
    width:262px;
}
.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;
    min-width:844px;
    padding-top: 25px;
    float:left;
    width: 100%;
}
.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;
}
#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;
    min-width:844px;
    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 {
    display: inline;
}
.resultados ul li a {
    color: #B23D71;
}
.resultados ul li strong {
    /*color: #000;*/
}
.resultados p {
    display: inline;
    color: #B23D71;
}
.resultados p strong {
    /*color: #000;*/
}

/*
ADDED
*/


/*Portada Ofertas 2 Columnas*/
.ofertas-izq {
    float:left;
    min-width:210px;
    width: 20%;
    margin: 0 10px; /* added */
}
.ofertas-der {
    float:right;
    font-size:12px;
    text-align:left;
    width: 75%;
}

/* added */
.ofertas-der-coupon {
    width: 240px;
    float: left;
}
/* added */

.ofertas-cen {
    float:right;
    font-size:12px;
    text-align:left;
    width:100%;
}

.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;
    padding:5px 15px;
}

.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:85px;
}


/*
ADDED
*/

div.breadcrumb {
    width:100%;
    height: 25px;
    clear: both;
    font-size: 10px;
    height: 25px;
    width: 100%;
}

div.breadcrumb p {
    font-size: 10px;
    color: #666;
}

div.breadcrumb span {
    font-size: 10px;
}

div.breadcrumb ul li {
    display: inline;
}

div.breadcrumb ul li a,div.breadcrumb ul li a:hover,div.breadcrumb ul li a:visited {
    color: #888;
}

input.invalid, textarea.invalid, select.invalid {
    border: 1px solid #cc071e !important;
}

div.invalid, a.invalid, span.invalid {
    line-height: 16px;
    color: #cc071e;
    display: none;
    width: 34%;
}

.breadcrumb_link {
    color: #666666;
    font-size: 10px;
    text-decoration: none;
}

div.breadcrumb div {
    display: inline;
}

/*
ADDED
*/

.titular_cabecera_ficha {
    clear:both;
    display:block;
    max-width:1280px;
    min-width:844px;
    text-align: center;
}

.cont_ficha {
    max-width:1280px;
    min-width:844px;
    padding-top:25px;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    padding-top:25px;
}

.fich-der {
    float:right;
    font-size:12px;
    margin-left:1%;/*25px;*/
    text-align:left;
    width:74%;/*74%;*/
    min-width: 646px;
}

.ficha_negocio {
    border-color:#B23D71 #CCCCCC #CCCCCC;
    border-style:solid;
    border-width:8px 1px 1px;
    margin-bottom:20px;
    /* margin-top:20px; removed */
    padding:20px;
    float: right; /* added */
    width: 94%; /* added */
}

.side_80_left { width: 80%; float: left; } /* added */
.side_20_right { width: 20%; float: left; } /* added */

.titulo_negocio {
    font-size:24px;
    /* color:#2DB9FC; removed */
    color: #B23D71; /* added */
    display:block;
}
.estrella-ficha {
    float:left;
    background-image: url(/img/sello.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 60px;
    padding-top: 32px;
    padding-left: 20px;
    font-size: 14px;
}
.precios-ficha {
    display:block;
    clear:both;
    /* height: 82px; */
}
.datos-ficha {
    float:left;
    width: 80%;
}
.datos-ficha ul {
    margin-left:10px;
    margin-top:10px;
}
.datos-ficha ul li {
    margin-bottom: 5px;
    font-weight:bold;
    font-size: 13px;
}
.foto-ficha {
    padding: 20px 0 10px 90px;
    display:block;
    clear:both;
    min-height:300px;
}
.imagen-ficha {
    float:left;
    width:400px;
}
.red-ficha {
    float:left;
    padding-left: 20px;
    padding-top: 10px; /* added */
}
.info-ficha {
    clear:both;
    display:block;
    padding-left: 90px;
}
.redes_empresa {
    font-size:12px;
    height:50px;
    padding-bottom:0px;
    padding-top:0px;
}


.redes_empresa a { color: #B23D71; text-decoration: none; } /* added */

.redes_empresa ul li {
    cursor:pointer;
    margin-bottom:3px;
}
.margen_redes {
    margin-top: 20px;
}
/*Todas las noticas*/
.tlnoticias {
    margin-bottom: 35px;
    display:block;
}
p.titular_tlnoticias {
    margin-bottom: 2px;
}
.titular_tlnoticias a {
    font-size:22px;
    color:#FBCA2E;
    text-decoration:none;
    line-height: 28px;
}
.titular_tlnoticias a:hover {
    text-decoration:underline;
}
.fecha_tlnoticias {
    font-size:11px;
}

/*Pop up*/

.pop_up {
clear:both;
display:block;
font-size:12px;
margin-bottom:10px;
margin-top:0;
overflow:hidden;
padding:0;
position:relative;
/* width:600px; removed */
width: 100%; /* added */
}
.pop_up a {
    color: #929292;
    text-decoration: none;
    text-align: right;
}
.titulo_popup {
    width: 400px;
    float:left;
    border-bottom:medium none #FFFFFF;
font-size:18px;
line-height:26px;
padding-bottom:10px;
padding-left:15px;
}
.cerrar {
    float: right;
    /* width: 100px; removed */
    padding-top:10px;
    padding-right: 20px; /* added */
}
.uno_popup {
float:left;
font-size:12px;
font-weight:bold;
min-height:32px;
padding-left:15px;
padding-top:15px;
/* width:120px; removed */
width: 15%; /* added */
}
.dos_popup {
float:left;
min-height:32px;
padding-top:4px;
/* width:250px; removed */
width: 40%; /* added */
}
.tres_popup {
float:left;
font-size:11px;
min-height:32px;
/* padding-left:10px; removed */
padding-left: 20px; /* added */
/* padding-top:8px; removed */
padding-top: 16px; /* added */
/* width:200px; removed */
width: 30%; /* added */
}
.linea_boton {
    border-top: 1px solid #ccc;
}
.rojo {
    color:#c50000;
}
.caja_boton_popup {
background-color:#48462F;
color:#FFFFFF;
cursor:pointer;
padding:5px 50px;
}
.columna_pre {
    clear:both;
    display:block;
    height:auto;
    border-bottom: 1px solid #ccc;
}
.pop_up input[type=text],textarea,select { width: 100%; padding: 0; } /* added */
.pop_up textarea { height: 100px; } /* added */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------- thickbox settings -----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://estaticos.citiservi.srv/images/macFFBgHack.png) repeat;}
.TB_overlayIE6 {
    background: url(http://estaticos.citiservi.srv/images/macFFBgHack.png) repeat transparent;
}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 4px solid #525252;
    text-align:left;
    top:50%;
    left:50%;
}

* html .TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}

#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{
    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
}

#TB_title{
    background-color:#e8e8e8;
    height:27px;
}

#TB_ajaxContent{
    clear:both;
    padding:2px 15px 15px 15px;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
    padding:15px;
}

#TB_ajaxContent p{
/*  padding:5px 0px 5px 0px;*/
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}


.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; }

/* cebos */
.cebo_plano_verde {
    background-color:#9EC035;
    margin-left:10px;
    margin-right:10px;
    width:900px;
    cursor: pointer;
}
.cebo_plano2_verde {
    background-color:#9EC035;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    cursor: pointer;
}
.cebo_plano_rojo {
    background-color:#CC3467;
    margin-left:10px;
    margin-right:10px;
    width:900px;
    cursor: pointer;
}
.cebo_plano2_rojo {
    background-color:#CC3467;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    cursor: pointer;
}
.cebo_plano_amarillo {
    background-color:#FFCC33;
    margin-left:10px;
    margin-right:10px;
    width:900px;
    cursor: pointer;
}
.cebo_plano2_amarillo {
    background-color:#FFCC33;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    cursor: pointer;
}
.cebo_plano_lila {
    background-color:#9966CB;
    margin-left:10px;
    margin-right:10px;
    width:900px;
    cursor: pointer;
}
.cebo_plano2_lila {
    background-color:#9966CB;
    margin-left:10px;
    margin-right:10px;
    max-width:1280px;
    min-width:844px;
    cursor: pointer;
    width: 100%;
}
.flecha_verde {
    background-image:url("../images/flecha_cebo1.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.flecha_rojo {
    background-image:url("../images/flecha_cebo2.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.flecha_amarillo {
    background-image:url("../images/flecha_cebo3.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.flecha_lila {
    background-image:url("../images/flecha_cebo4.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.mano_amarillo {
    background-image:url("../images/cebo_mano.png");
    background-position:left center;
    background-repeat:no-repeat;
}
.clip_lila {
    background-image:url("../images/cebo_clip.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.slogan_cebo {
    clear:both;
    color:#FFFFFF;
    display:block;
    text-align:center;
}
.slogan_cebo_texto {
    font-size:24px;
    line-height:30px;
    padding:10px 25px;
}
.slogan_cebo_texto a {
    color:#FFFFA7;
    text-decoration:underline;
}
.slogan_cebo_texto a:hover {
    text-decoration:none;
}
.slogan_cebo_texto ul li {
    display:inline;
    font-size:12px;
    margin-right:2%;
    padding-bottom:5px;
    padding-top:5px;
}

.slogan_ofertas_texto {
    font-size:24px;
    line-height:30px;
    padding:25px;
}
.slogan_ofertas_texto ul li {
    display:inline;
    font-size:12px;
    margin-right:2%;
    padding-bottom:5px;
    padding-top:5px;
}
.oferta1 {
    background-image:url("../images/oferta1.png");
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
}
.oferta2 {
    background-image:url("../images/oferta2.png");
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
}
.oferta3 {
    background-image:url("../images/oferta3.png");
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:25px;
}


.cajamensajes {
    /*background-color:#E3E3E3;*/
    border:1px solid #B23D71;
    float:center;
    margin: 30px auto;
}

.cajamensajes p {
    color:#222222;
    font-family:Arial, Helvetica, sans-serif;
    font-size:19px;
    letter-spacing:-1px;
    padding:8px 30px;
    text-align:center;
}


a.link_magenta {
    color: #B23D71;
    font-weight: normal;
    text-decoration: underline;
}
a.link_magenta:hover {
    text-decoration: none;
}

/*
CEBO HORIZONTAL TIPO OFERTA
*/

.horizontalOferta {
    font-family:Arial, Helvetica, sans-serif;
    height: 100px;
    background-color: #f3f3f3;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 0 10px;
}
.horizontalOferta p, .cuponOferta p{
    margin:5px;
}
.horizontalOferta span{
    font-weight: bold;
    margin-left: 20px;
}
.horizontalOferta a, horizontalOferta a:visited, .cuponOferta a, .cuponOferta a:visited{
    color:  #A851C6;
}
.horizontalOferta a:hover, .cuponOferta a:hover{
    color: #A851C6;
}

.contenidoHorizontalOferta p {
    font-size: 15px;
}

.tophorizontalBait, .topCuponOferta{
    color: #fff;
    background-color: #A851C6;
    font-size: 11px;
    text-align: center;
    line-height: 15px;
    height: 15px;
    letter-spacing: 8px;
}
.tituloHorizontalOferta{
    color: #A851C6;
    font-size: 25px !important;
    font-weight: lighter;
}
.tituloHorizontalOferta a, .tituloHorizontalOferta a:visited{
    text-decoration: none;
}

.cuponOferta {
   font-family:Arial, Helvetica, sans-serif;
   height: 188px;
   background-color: #f3f3f3;
   width: 488px;
   font-size: 12px;
   text-align: left;
   border: 1px solid #ccc;
}
.contenidoCuponOferta{
    width: 455px;
    margin-left: 15px;
    height: 160px;
}
.tituloCuponOferta{
    color: #b33c72;
    font-size: 20px;
    font-weight: lighter;
    width: 350px;
}
.imagenOferta{
    float: left;
}
.descripcionCuponOferta{
    float: left;
    width: 335px;
}
                                                                                                                                                                                             3870,1      Final


.div_other_regions {
    float: left;
    margin-bottom: 2%;
}

.div_other_regions p {
    color: #393723;
    font-size: 15px;
    font-weight:bold;
    text-align: left;
}

.other_regions {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    display: inline;
    color: #555;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    float: left;
}

.other_regions img {
    margin-top: 2px;
    margin-left: 15px;
}

.other_regions a {
    text-decoration: none;
    font-weight: normal;
}

.content_other_regions {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    left: -1px;
    position: absolute;
    width: 400px;
    z-index: 999;
    top: 24px;
}

.close_other_regions {
    float: right;
    margin: 5px;
}

.content_other_regions_ul {
    margin: 25px 5px 5px 5px;
    max-height: 300px;
    overflow: auto;
    text-align: left;
}

.content_other_regions_ul li {
    margin-bottom: 5px;
}

.content_other_regions_ul li a {
    font-size: 12px;
    color: #0066FF;
}

.content_other_regions_ul li a:hover {
    text-decoration: underline;
}

/*layout horizontal*/
div#googleplus_horizontal {width: 30px;
             display: inline;
             margin-left: 16px;
}
div#twitter_horizontal{
            width:40px;
            display:inline;
}
div#facebook2_horizontal{
           /* width:60px;*/
           /* display:inline;*/
           width:140px;
           display:inline-block
}

/*layout vertical*/
div#googleplus_vertical {width: 30px;
             display: block;
             margin-bottom: 10px;
}
div#twitter_vertical{
             width:40px;
             display:block;
             margin-bottom: 10px;
}
div#fb-root {display:inline}

div#facebook_vertical{
             width:40px;
             display:block;
             margin-bottom: 10px;
}
.redes_sociales {
              font-size: 0px;
}

.span_bait_template
{
    margin-left: 15px;
    color: #333333;
    font-size: 14px;
}

.span_bait_template a
{
    text-decoration: underline;
    font-weight: bold;
}

#bottom_tab {
    position: fixed;
    bottom: 0px;
    display: block;
    width:90px;
    background-color:#A851C6;
    text-align:center;
    width:250px;
    height:30px;
    padding-top:10px;
    font-size: 14px;
    line-height: 20px;
    display: none;
    float:right;
    margin-right: 0px;

    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;

    border:3px solid #DDD;
    border-bottom-width: 0;


}


#bottom_tab a{
    margin-top:20px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

.porQue{
    float: left;
    width: 380px;
    margin-left: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 17px;
}
.porQue a, .porQue a:visited{
    text-decoration: none;
    color: #999;
}
.porQue.izq{
    text-align: right;
    margin-bottom: 10px;
}

/*Slide offers*/

.ofertasPromociones {
    margin: 20px 0 5px 0;
    min-height: 280px;
    clear: both;
    border-top: 2px dotted #4b84af;
    border-bottom: 2px dotted #4b84af;
}
.ofertasPromociones h3{
    font-size: 18px;
    font-weight: bold;
    color: #4b84af;
    float: left;
}
.verTodas{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #4b84af;
}
a.verTodas, a.verTodas:visited{
    color: #4b84af;
    text-decoration: none;
    font-size: 12px;
}
.flechaIzq{
    position: absolute;
    width: 30px;
    margin-top: 60px;
    cursor: pointer;
    z-index: 5;
}
.flechaDch{
    clear: both;
    position: absolute;
    width: 30px;
    margin-top: 60px;
    margin-left: 900px;
    cursor: pointer;
    z-index: 5;
}
.sliderPortada{
    height: 180px;
    overflow: hidden;
    width:105%;
}
.sliderPortada:hover {
    cursor: pointer;
}
.empresaInfo{
    margin-left: 40px;
    width: 140px;
    font-size: 12px;
    margin-top:30px;
    font-weight: bold;
}
.nombreEmpresa, .nombreEmpresa a, .nombreEmpresa a:visited{
    color: #4b84af;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 5px;
}
.ofertasPromociones .col2, .ofertasPromociones .col4{
    text-align: center;
}
.ofertasPromociones .col1, .ofertasPromociones .col4, .ofertasPromociones .col3, .ofertasPromociones .col4{
    height: 100%;
}
.ofertasPromociones .col2 img{
    border: 1px solid #ccc;
    margin-top: 10px;
}
.ofertaDes, .ofertaDes a{
    color: #4b84af;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}
.ofertaDes a:hover{
    text-decoration: none;
}
.ofertaSub{
    font-size: 11px;
    color: #000;
    margin-top: 30px;
}
.ofertaPrice{
    color: #4b84af;
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}
.ofertaBot{
    width: 180px;
    height: 40px;
    background: url(/img/comprarportada.jpg) no-repeat;
    color: #fff;
    line-height: 40px;
    margin-top: 10px;
    margin-left: 20px;
    font-size:15px;
    font-weight: bold;

}
.ofertaBot a, .ofertaBot a:visited{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
.col1, .col2, .col3, .col4{
    width: 230px;
    float: left;
    display: block;
}

#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;
}

#productoDescripcion ul, .oferitems_container ul,
#productoDescripcion ol, .oferitems_container ol {
    margin: 1.12em 0;
    list-style-position: inside;
    margin-left: 15px;
}

#productoDescripcion ol li, .oferitems_container ol li {
    list-style-type: decimal;
    display: list-item;
}

#productoDescripcion ul li, .oferitems_container ul li {
    list-style-type: disc;
    display: list-item;
}
