
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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*/

p.info_header { display: none; }

/*Contenedor general*/

#l_all {}

/*Cabecera*/

#header { width: 981px; margin: 0 auto 10px; 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: 980px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 194px; }

/*Contenido central*/

#contents { float: left; width: 776px; padding: 0 0 10px 7px; }

/*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 { position: absolute; top: 10px; right: 0; }

/* Banners */

.banner { margin:18px 8px 0pt; }
.banner img { }

/* Breadcrumbs */

.breadcrumbs { position: absolute; bottom: 4px; right: 0; width: 100%; text-align: right; color:#fff; }

/* Contacto */

.contact_banner { position: absolute; top: 5px; right: 0; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents { height:600px; width:750px; background:#414141;}

/* Language flags */

.language_flags { position: absolute; top: 5px; right: 90px; }

/*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 p { position: relative; top: -3px; width: 275px; color: #5d5d5d; font: 10px/12px Verdana; }
.signature p a { color: #5d5d5d; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; margin-right:5px; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0 1px 8px; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}



/* Pagination */

.linkPagings { margin:15px 0 0; width:100%; float:left; }
.pagenumbers { width: 412px; float: left; text-align: center; padding: 3px 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: 2px 15px 2px 8px;
	text-align: right;
}

span.linkLast, #contents span.linkNext { padding: 2px; text-decoration: none; float: left; padding: 2px 15px 2px 8px; }
span.linkNext { margin: 0 0 0 10px; }
span.linkLast { margin: 0 0 0 10px; }

div.linkfirst a, #contents div.linkPrevious a {
	width: auto;
	padding: 2px;
	text-decoration: none;
	margin: 0 10px 0 0;
	display: inline;
	float: left;
	padding: 2px 8px 2px 15px;
}

span.linkfirst, #contents span.linkPrevious { padding: 2px;	text-decoration: none; float: left;	padding: 2px 8px 2px 15px; }
span.linkPrevious { margin: 0 10px 0 10px; }
span.linkfirst {}

