@import "reset.css"; /* Reseting styles */
@import "generic.css"; /**/
@import "box.css"; /**/
@import "menu.css"; /* Web menu */
@import "voice.css"; /* Voice styles */

/* Fondos */
html { }
body { background: url(../images/bg_body.jpg) no-repeat fixed center top transparent; }

/* Fuente */

body { font: 12px Tahoma, Arial, Helvetica, sans-serif; text-align: justify; color: #001E7C; }
p { color: #4c6173; padding: 0; margin: 0 0 0px; }

/**/

h1 {font-family:Arial, Helvetica, sans-serif; font-size: 23px; color: #001E7C; font-weight: bold; padding: 6px 6px 7px 0px;  }
h1 span { margin-bottom:5px; color:#E32F8B; }

/**/

h2.info_header, h3.info_header { display: none; }

/*Contenedor general*/

#l_all { margin: 0 auto; overflow: hidden; width: 980px;  }

/*Cabecera*/

#header { height: 166px; margin:0 auto; padding:0; position:relative; width:980px;}
#header a { float:left; width:auto; margin:0; padding:0;}
#header a img { float:left; width:auto; margin:0; padding:0;}

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { float: left; padding: 0 0 0 20px; width: 940px; }

/*Columna izquierda*/

#left { float: left; width: 200px; padding: 0 0 30px; background:#fff; padding:10px 18px 18px 18px; border: 1px solid #E6E8ED;}

/*Contenido central*/

#contents { float: right;  position: relative; width: 653px; padding:17px 20px 20px;  background: url(../images/bg_l_contents.png) repeat; border: 1px solid #e6e8ed; }

/*Menu*/

#menu { }

/*Columna derecha*/

#right { width: 219px;}

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 20px 0 50px; width: 100%; }
#footer .box { width: 980px; margin: 0 auto; }

/* Pop in */

#popin_service { border: 1px solid white; border-bottom: 2px solid #666; border-right: 2px solid #666; background: #dcdcdc; }

#popin_service {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 250px;
	padding: 5px;
	z-index: 1;
}


/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT ELEMENTS <<<-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Online Attention */

.atencion_online { position: absolute; top: 10px; right: 0; }

/* Banners */

.banner { margin: 10px 0 0; }
.banner img { border: 1px solid #eee; padding: 5px; }

/* Breadcrumbs */

#breadcrumbs { position: absolute; bottom: 20px; right: 0; width: 100%; text-align: right; background: blue; }
#breadcrumbs a {}
#breadcrumbs .current_breadcrumb {} /*Estilo usado en el breadcrumbs de la sección actual*/

/* Contacto */

.contact_banner { position: absolute; top: 10px; right: 100px; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents {}

/* Language flags */

#language_flags { float:right; margin:-154px 24px 0; text-align:right; width:193px; }

#header #language_flags a { float: right; margin: 0 0 0 10px; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 50px 0 0; color:#237cb0; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature { position: relative; top: -3px; width: 255px; color: #A1A1A1; font: 10px/12px Verdana; padding-left: 264px; }
.signature a { color: #666; }
.signature a:hover { color: #E62C88; }
html body div#l_all div#footer div.box div.signature p{ color:#A1A1A1 !important;}
html body div#l_all div#footer div.box div.signature p a{color:#A1A1A1 !important;}

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; padding-right:16px; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservice { float: left; }

.webservice a { margin: 0 10px 0 0; padding: 1px 0 1px 22px; color: #999;  }
.webservice a:link { color: #999; }
.webservice a:hover { text-decoration: none; }

.webservice a.recommend { background: url(../images/ico_recommend.png) no-repeat; }
.webservice a.suggestion { background: url(../images/ico_suggestion.png) no-repeat; }
.webservice a.legal { background: url(../images/ico_legal.png) no-repeat; }



/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> COOKIES <<<--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------*/

.alert_cookie {
	background-color:#001f7d;
    bottom: 0;
    color: #fff;
    height: auto;
    margin: 6px auto 0;
    position: fixed;
    width: 100%;
    z-index: 400;
}
.alert_cookie p {
	display: block;
    font-size: 11px;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: 0px;
}
.alert_cookie p a {border:1px solid #fff; color:#fff; text-decoration:none; padding:0px 5px 2px 5px; }
.alert_cookie p a:hover {background:#000;}




