
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 */
@import "print.css" print; /* Only print */

/*
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*/

h2.info_header, p.info_header { display: none; }

/*Contenedor general*/

#l_all { position: relative; width: 960px; margin: 0 auto; }

/*Cabecera*/

#header { margin: 0 0 20px; }

#flash_header { float: left; width: 685px; margin: 5px 0 0; position: relative; }

/*Div auxiliar*/

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 960px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 250px; margin: 41px 0 0; padding: 0 0 60px; }

/*Contenido central*/

#contents { float: right; width: 686px; margin: 35px 0 0; }

/*Menu*/

#menu {}

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 20px 0; width: 100%; }
#footer .box { width: 980px; margin: 0 auto; }

/* Pop in */

#popin_service {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 250px;
	padding: 5px;
	z-index: 1;
}

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT ELEMENTS <<<-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Online Attention */

.atencion_online { display: none; }

/* Banners */

.banner { margin: 20px 0 0; text-align: center; }
.banner img { }

/* Breadcrumbs */

.breadcrumbs {
	color: #f4af4b;
	position: absolute;
	top: 8px;
	left: 272px;
	width: auto;
	padding: 0 0 0 7px;
	text-align: right;
	background: url(../images/arrow_mini.gif) 0 6px no-repeat;
}

/* Contacto */

.contact_banner { position: absolute; left: 0; top: 8px; display: none; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents {
	width: 600px;
	height: 600px;
}

/* Language flags */

.language_flags { position: absolute; right: 6px; text-align: right; top: 10px; width: 100%; }
.language_flags div { float: right; width: 20px; margin: 0 0 0 15px; }
.language_flags div a { padding: 3px 7px 0 7px; background: url(../images/menu/separator.gif) 0 0 no-repeat; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 20px 0 0; width: 250px; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature a.c2logo { position: relative; z-index: 10; }
.signature p { position: relative; z-index: 5; top: 0;  letter-spacing: -1px; color: #a06730; font: 10px/12px Verdana; }
.signature p a { color: #a06730; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; margin: 2px 0 0; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left; margin: 4px 0 0; width: 490px; text-align: center; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0 1px 0; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px; }

#contents .box .linkPagings { margin: 10px 0; float: left; width: 100%; text-align: center; font-size: 11px; }
#contents .box .linkPagings  a.linkFirst { padding: 0 0 0 15px; }
#contents .box .linkPagings  a.linkLast { padding: 0 15px 0 0; }
