
/* RESET GENERAL */
* { padding: 0; margin: 0; }
img { border: 0; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 1em; padding: 0; }
a { color: #042a46; }

/* CUERPO */
body {
    font-family: Verdana;
    font-size: 12px;
    color: #616161;
    background: url('../https://www.mudanzavalencia.es/_imagenes//bg.jpg') repeat-x #eaeaea;
}

/* CLASES GENERALES */
.rojo { color: #70271c; }
.negro { color: #010002; }
.negrita { font-weight: 600; }

/* CONTENEDOR */
.contenedor_int  {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    position: relative; /* MUY importante */
    background: url('../https://www.mudanzavalencia.es/_imagenes//bg_cont.png') repeat-y;
}


.contenedor .header {
    float: left;
    width: 100%;
    height: 195px;
    text-align: center;
}

.contenedor .entradilla {
   /* float: left;*/
    padding: 10px 0 0 40px;
    width: 860px;
    height: 40px;
}

.contenedor .main {
    float: center;
    width: 550px;
    padding: 0 0 0 40px;
}

.contenedor .main .titulo {
    float: left;
    width: 100%;
    font-size: 26px;
    height: 40px;
}

.contenedor .main .descripcion {
    float: left;
    width: 100%;
    height: 300px;
}

.contenedor .sidebar {
    float: right;
    margin: 0 5px 0 0;
    width: 285px;
    height: 530px;
    background: url('../https://www.mudanzavalencia.es/_imagenes//solicita_serv.png') no-repeat;
}

/* OTROS ESTILOS */
.precio_mud { color: #5b5a5a; }

.info_fin {
    float: left;
    width: 570px;
    padding: 10px 0 0 0;
    height: 60px;
    font-size: 12px;
}

.footer_int {
    float: left;
    width: 100%;
    height: 35px;
    background: url('../https://www.mudanzavalencia.es/_imagenes//footer.png') no-repeat #eaeaea;
    color: #000;
    text-align: center;
    font-size: 12px;
    padding: 25px 0 0 0;
}

.cont_form {
    float: left;
    padding: 110px 0 0 20px;
    font-size: 13px;
}

.cont_form table td {
    height: 30px;
}

.cont_form table td input {
    width: 135px;
    border: 1px solid #CCC;
    padding: 2px;
}

.cont_form table td textarea {
    width: 235px;
    height: 100px;
    border: 1px solid #CCC;
    padding: 2px;
}
.principal {
	float:center;
	max-width: 550px;
}

/* Puedes añadir más estilos abajo si necesitas */
/* Footeret general */
#footeret {
    max-width: 900px;
    width: 100%;
    margin: 40px auto;
    padding: 20px;
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    box-sizing: border-box; /* El padding no rompe el ancho */
}



#footeret p.a {
    display: none; /* Ocultar los <p class="a"> vacíos */
}

.tags {
    width: 900px;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.6; /* Mejor separación entre líneas */
    word-break: break-word; /* Que las palabras largas no rompan el diseño */
}

.tags b {
    font-weight: bold;
    color: #222;
}

.tags a {
    text-decoration: none;
    color: #007bff;
    margin: 0 5px;
}

.tags a:hover {
    text-decoration: underline;
}

.footer_int {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #666;
    padding: 15px 0;
    background: #e9e9e9;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    clear: both;
}

