@charset "UTF-8";
/* CSS Document Bar del Pla*/


/* ------ Texto general AZUL ------ */

body
{background-color:#ece9dc;}
img {border:none;
margin:0; padding:0;}
.txtgeneral {

font-family:Geneva, Arial, Helvetica, sans-serif;
color:#002b6d;
font-size: 12px;

}




/* ------ Link para texto general AZUL ------ */


.linktxtgeneral {

font-family:Geneva, Arial, Helvetica, sans-serif;
color:#002b6d;
font-size: 12px;
text-decoration:underline;

}

.linktxtgeneral:hover {

font-family:Geneva, Arial, Helvetica, sans-serif;
color: #002b6d;
font-size: 12px;
text-decoration:underline;

}

.linktxtgeneral: visited {

font-family:Geneva, Arial, Helvetica, sans-serif;
color: #002b6d;
font-size: 12px;
text-decoration:none;

}






/* ------ Texto general ROJO ------ */

.txtrojo {

font-family: Arial, Helvetica, sans-serif;
color: #CC0000;
font-size: 12px;
line-height: 1em;
font-weight:bold;

}



.link_txtrojo {

font-family: Arial, Helvetica, sans-serif;
color: #CC0000;
font-size: 12px;
line-height: 1em;
font-weight:bold;
}


.link_txtrojo:hover {

font-family: Arial, Helvetica, sans-serif;
color: #CC0000;
font-size: 12px;
text-decoration:underline;
line-height: 1em;
font-weight:bold;

}


/* ----------------------------------------- */


.linea_azul {
border-bottom:#002B6D solid 2px;
}

.linea_azul_top {
border-top:#002B6D solid 4px;
}


/* -------------  Link idiomas  ---------------------------- */


.link {

font-family:Geneva, Arial, Helvetica, sans-serif;
color:#002b6d;
font-size: 12px;
text-decoration:none;

}

.link:hover {

font-family:Geneva, Arial, Helvetica, sans-serif;
color: #002b6d;
font-size: 12px;
text-decoration:underline;

}

.link: visited {

font-family:Geneva, Arial, Helvetica, sans-serif;
color: #002b6d;
font-size: 12px;
text-decoration:none;

}




.link_imágenes {

color:#ece9dc;
text-decoration:none;

}

.link_imágenes:hover {

color:#ece9dc;
text-decoration:none;

}

.link_imágenes: visited {

color:#ece9dc;
text-decoration:none;

}

