
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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, p.info_header { display: none; }

/*Contenedor general*/

#l_all {}

/*Cabecera*/

#header { height: 182px; margin: 0 auto 15px; position: relative; width: 980px; }

/*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: 218px; }

/*Contenido central*/

#contents { float: left; width: 725px; padding: 0 0 20px 30px; }

/*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 { float:left; width:auto; margin: 65px 0 0; }
.banner img { border: 3px solid #F4F4F4; }

/* Breadcrumbs */

.breadcrumbs { position: absolute; bottom: 0; right: 0; width: 100%; text-align: right; color:#c8c9cc}

/* Contacto */

.contact_banner { position: absolute; top: 10px; right: 0; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents { height: 700px; width:750px;}

/* Language flags */

.language_flags { position: absolute; top: 12px; right: 85px; }

/* Pagination */

.linkPagings { width:100%; float:left; margin: 10px 0 0 10px; }
.pagenumbers { width: 365px; float: left; text-align: center; padding: 4px 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 {}

span.disabled { color: #cccccc; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 30px 0 0; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { position: relative; top: -3px; width: 270px; color: #c8c9cc; font: 10px/12px Verdana; text-align: left; }
.signature p a { color: #c8c9cc; text-decoration: none; text-align: left; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; }
.validations a { margin-left: 20px;}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0 1px 22px; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}

/* Acceso a usuario restringido */

#customer_info { float:left; width:190px; margin-top:8px; padding:8px; background: #F4F4F4;}
#customer_info p.customer { font-weight:normal; color:#000; font-size:14px; font-weight:bold; border-bottom:1px solid #000; padding-bottom:2px; }
#customer_info a {
	float: left;
	margin: 8px 0 5px;
	color: #f94602;
	font-weight: bold;
	width: 88%;
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/back_arrow2.gif) center left no-repeat;
}
#customer_info a:hover { color: #F6AD02; float: left; margin: 8px 0 5px; width:80%; text-decoration:underline;}
#customer_info form button { 
	background:#3c3c3c;
	color:#FFFFFF;
	padding:2px;
	width:auto;
	margin-top:10px;
	float:right;
}
