
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 { background:#f8f8f8;}

/*Headers*/

h1 {}
h1 span {}

h2 {}

/*Accesibility headers*/

p.info_header { display: none; }

/*Contenedor general*/

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

/*Cabecera*/

#header { width: 980px; margin: 10px auto 0; position: relative; height:308px; }

/*Div auxiliar*/

#before_l_contets {}

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

#l_contents { width: 938px; float:left; margin: -2px auto 0; border:1px solid #e8e8e8; border-top:none; background:white; padding:5px 20px 20px; }

/*Columna izquierda*/

#left { float: left; width: 185px; margin:0px; }

/*Contenido central*/

#contents { float: right; width: 730px; padding: 0; }

/*Menu*/

#menu {}

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 24px 0 20px; width: 100%; }
#footer .box { width: 980px; margin: 0 auto; }/* CSS Document */

/* Pop in */

#popin_service {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 250px;
	padding: 5px;
	z-index: 1;
}

div#left div.box { float:left; margin:0 0 10px ;}

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT ELEMENTS <<<-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Online Attention */

.atencion_online { position: absolute; top: 10px; right: 0; }

/* Banners */

.banner { margin: 50px 0 20px; width:150px; float:left; }
.banner img { }

/* Breadcrumbs */

.breadcrumbs { position: absolute; top: 30px; right: 20px; width: 48%; text-align: right; }

/* Contacto */

.contact_banner { position: absolute; top: 10px; right:3px; }

/* Iframe */

#contents iframe { width:731px; height:550px;}
#contents iframe#ifr_contents {}

/* Language flags */

.language_flags { position: absolute; right: 7px; top: 6px; }

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

.signature { float: left; margin: 0 50px 0 0; width: 275px; }
.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: -3px; color: #c4c4c4; font: 10px/12px Verdana; }
.signature p a { color: #c4c4c4; }

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

.validations { float: right;  }
.validations a {margin: 0 0 0 10px;}

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

.webservices { float: left; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0 1px 22px; text-decoration:none; }

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




/* Pagination */

.linkPagings { margin:15px 0 0; width:730px; float:left; }
.pagenumbers { width: 406px; float: left; text-align: center; padding: 2px 0 3px; background:#ebebeb; }

.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 {}


/*  ACCESO USUARIO  */

div#customer_info { background: #d7d7d7; border-top: 2px solid #309FBE; padding: 10px; float: left; margin: 10px 0; width: 84%;}
div#customer_info div.box_top, div#customer_info div.box_bottom { display: none; }
div#customer_info p.customer { font-weight: normal; color: #333; float: left; margin: 0 0 5px; width: 120px; font-size: 11px; text-align: left;}
div#customer_info form { margin: 0; padding: 0; }
div#customer_info a {
	color: #333;
	text-decoration: none;
	background: url(../images/ico_usuario.gif) 0 4px no-repeat;
	padding-left: 15px;
	margin: 5px 0;
	float: left;
	font-weight: bold;
}
div#customer_info div { width: 100%; float: left; clear: both; text-align: center; }
div#customer_info button { background: #309FBE; width: auto; color: #fff; margin: 10px 0 0; padding: 3px; }
