
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> IMPORTED STYLES <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

@import "reset.css"; /* Reseting styles */
@import "generic.css"; /*Generic styles*/
@import "box.css"; /*Boxs styles*/
@import "menu.css"; /* Web menu */
@import "voice.css"; /* Voice styles */
/*
Orden de los estilos

Comportamiento

    * display
    * overflow
    * clear
	* cursor
	
Posición

    * position
    * float
    * top

Tamaño

    * width
	* height
    
Margenes y bordes

    * margin
	* padding
    * border

Texto

    * font
    * text
    * line-height

Fondos y colores

    * background
    * color

*/

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT LAYOUTS <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* General */

html {}
body {}

/*Headers*/

h1 {}
h1 span {}

h2 {}

/*Accesibility headers*/

p.info_header { display: none; }

/*Contenedor general*/

#l_all { margin: 0 auto; overflow: hidden; width: 980px; }

/*Cabecera*/

#header { width: 980px; height: 180px; margin: 0 auto; position: relative; }

/*Div auxiliar*/

#before_l_contets { display: none; }

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents {
	float: left;
	position: relative;
	padding: 30px 20px 20px;
	width: 939px;
	background: url(../images/bg_l_contents.jpg) 0 0 no-repeat #ffffff;
}

/*Columna izquierda*/

#left { float: left; width: 200px; padding: 0 0 20px; }

/*Contenido central*/

#contents { float: right; position: relative; width: 721px; }

/*Menu*/

#menu {}

/* Search */

#search { float: left; margin: -50px 0 0; }

/* Right Column */

#right { display: none; }

/*Pie*/

#footer { width: 980px; margin: 0 auto; overflow: hidden; clear: both; padding: 20px 0; }
#footer .box {  }

/* Pop in */

#popin_service {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 260px;
	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 { color:#001B52; margin: -15px 0 10px; text-align:left; width: 100%; }

/* Contacto */

.contact_banner { position: absolute; top: 3px; right: 0; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents { height: 700px; width: 720px;}

/* Language flags */

.language_flags { position: absolute; top: 2px; right: 98px; width: 120px; }

.language_flags div { float: right; margin: 0 0 0 5px; }

/* Pagination */

.linkPagings { float: left; width: 100%; }
.pagenumbers { float: left; width: 369px; text-align: center; padding: 11px 0 3px; }

.linkPagings span { display: block; width: auto; }

div.pagenumbers .pagesLink {
	width: auto;
	padding: 2px 4px;
	margin: 0 4px;
	text-decoration: none;
	height: 14px;
}
div.pagenumbers a.selected {
	width: auto;
	padding: 2px 4px;
	margin: 0 1px 0 0;
	text-decoration: none;
	height: 14px;
}

div.linkLast a, #contents div.linkNext a {
	width: auto;
	text-decoration: none;
	margin: 0 0 0 10px;
	float:left;
	padding: 8px 30px 8px 0;
	text-align: right;
}

span.linkLast, #contents span.linkNext { float: left; padding: 8px 29px 7px 0; text-decoration: none; }
span.linkNext, span.linkLast { margin: 0 0 0 10px; }

#contents div.linkfirst a, #contents div.linkPrevious a {
	width: auto;
	padding: 2px;
	text-decoration: none;
	margin: 0 10px 0 0;
	display: inline;
	float: left;
	padding: 8px 8px 6px 27px;
}

span.linkfirst, #contents span.linkPrevious { text-decoration: none; float: left;	padding: 9px 8px 6px 28px; }
span.linkPrevious { margin: 0 10px 0 10px; }
span.linkfirst {}

/* Search */

#search legend { display: none; }
#search label {
	float: left;
	display: block;
	width: 100%;
	padding: 5px 0 0;
	font-size: 12px;
	text-align: left;
	color: #b70c38;
}
#search label input {
	width: 120px;
	margin: 0 0 0 8px;
	padding: 4px;
	color: #666;
	font-size: 11px;
	border-color: #D9DADE;
}

#search input.button { display: none; }
#search input.button:hover { background-position: 2px 8px; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 50px 0 0; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature a.c2logo { position: relative; z-index: 5; }
.signature p { position: relative; top: -3px; width: 270px; z-index: 1; font: 10px/12px Verdana; }
.signature p a {}

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left; margin: 0 0 0 25px; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0 1px 10px; }


/* Acceso a usuario restringido */

#customer_info { float: left; width: 183px; margin-top: 8px; padding: 8px; background: #D9DBE2; }
#customer_info p.customer { font-weight:normal; color:#001B52; font-size:14px; font-weight:bold; border-bottom:1px solid #830000; padding-bottom:2px; }
#customer_info a {
	float: left;
	margin: 8px 0 5px;
	padding-left: 15px; 
	color: #001B52;
	width: 88%;
	text-decoration: none;
	background: url(../images/black_arrow2.png) center left no-repeat;
}
#customer_info a:hover { float: left; margin: 8px 0 5px; color:#830000; width:80%; text-decoration:underline;}
#customer_info form button { 
	background: #001B52;
	color: #ffffff;
	padding: 2px;
	width: auto;
	margin-top: 10px;
	float: right;
}

div.extra_content div.box_top, div.extra_content div.box_bottom { display: none; }
div.extra_content div.box { margin: 10px 0 0; }
