
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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*/

.info_header { display: none; }

/*Contenedor general*/

#l_all { width: 947px; margin: 0 auto; }

/*Cabecera*/

#header { margin: 0 auto; position: relative; height:130px; }

/*Cabecera Flash*/

#flash_header { position: relative; height: 313px; }

/*Div auxiliar*/

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 947px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 234px; margin: 0; overflow: hidden; }

/*Contenido central*/

#contents { float: left; position: relative; width: 710px; overflow: hidden; }

/*Menu*/

#menu { width: 216px; }

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { width: 947px; margin: 0 auto; padding: 20px 0; }
#footer .box { float: right; width: 710px; padding: 10px 0; }

/* 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 { float: right; width: 87px; height: 8px; overflow: hidden; }
#contents .atencion_online img { border: none; }

/* Banners */

.banner { margin: 10px 0 0; }

/* Breadcrumbs */

.breadcrumbs {
	float:right;
	color: #fff;
	padding:0;
	margin:0;
	text-align: right;
}

/* Contacto */

.contact_banner { float: right; width: 65px; display:none; }
#contents .contact_banner img { border: none; }

/* Iframe */ 

#contents iframe {}
#contents iframe#ifr_contents { height:584px; width:100%;}

/* Language flags */

.language_flags { margin:5px 0; }
.language_flags a { padding:5px; }
#contents .language_flags img { border: none; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { position: relative; top: 3px; width: 480px; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; width: 218px; }
.validations a { margin:0 0 0 5px; }

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: right; padding: 3px 0 32px 0; width:100%; text-align:right; }
.webservices a { margin: 0 0 0 10px; padding: 1px 0 1px 5px; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}

#contents .box .linkPagings { float: left; width: 690px; height: 20px; margin: 10px 0; text-align: center; }
#contents .box .linkPagings  a.linkFirst { padding: 0 0 0 8px; }
#contents .box .linkPagings  a.linkLast { padding: 2px 8px; }
#contents .box .linkPagings  a.linkLast:hover { color: #fff; background:#296DC0; text-decoration:none; }
#l_contents #catalog_tools { width:215px; background: url(../images/backgrounds/catalog_search.png) no-repeat; height:88px; padding:32px 0 0 5px }
#l_contents #catalog_tools label { text-align:left; font-weight:bold; color:#ff983c; margin-bottom:12px;}
#l_contents #catalog_tools input { border:1px solid #f1a03d; padding:3px; float:left; }
#l_contents #catalog_tools button { float:left; width:20px; height:25px; background:#013f6d; margin-left:5px; }
