
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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: url(../images/backgrounds/bg_all.gif) no-repeat fixed top center #ffffff !important;}

/*Headers*/

h1 {}
h1 span {}

h2 {}

/*Accesibility headers*/

p.info_header, p.info_header { display: none; }

/*Contenedor general*/

#l_all { width: 980px; margin: 0 auto; }

/*Cabecera*/

#header { width: 770px; margin:0 auto 5px; height:160px; position: relative; float:left;}

/*Div auxiliar*/

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 770px; margin: 0 auto; float:left; }

/*Columna izquierda*/

#left { float: left; width: 184px; margin-right:20px; }

/*Contenido central*/

#contents { float: left; width: 560px; padding: 0;}

/*Menu*/

#menu {float: left; margin:0 0 25px; }

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; width: 980px; margin: 0 auto 20px; }
#footer .box { width: 770px; margin: 0 auto; padding:40px 0 0; float:left; }

/* 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 {  }
.banner img { margin:200px 0 35px 0; border:1px solid #8e0000; }

/* Breadcrumbs */

.breadcrumbs { position: absolute; bottom: 0; right: 0; text-align: right; font-size:10px; color:#8e0000; padding:3px; }

/* Contacto */

.contact_banner { position: absolute; top:8px; right:10px;}

/* Iframe */

#contents iframe { width:560px; height:630px;}
#contents iframe#ifr_contents {}

/* Language flags */

.language_flags { position: absolute; top: 10px; right: 86px; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 50px 0 0; }

.signature a.c2logo {position:relative;z-index:10;}
.signature img { float: left; margin: 0 7px 0 0; } 
.signature p { position: relative; top: -3px; width: 270px; color: #999999; font: 10px/12px Verdana; }
.signature p a { color: #999999; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; }
.validations a { margin-left: 10px;}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: right; background:#ffffff; padding:3px 0; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0 1px 22px; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}

/*lightboxCaption*/
#lightboxCaption { color:#000000;}
#keyboardMsg a { color:#8e0000;}



#customer_info { float:left; width:161px; margin-top:8px; padding:10px; background:#f5f5f5;}
#customer_info p.customer { font-weight:normal; color:#8e0000; font-size:14px; font-weight:bold; }
#customer_info a { float: left; margin: 8px 0 5px; color:#707070; width:88%; text-decoration:none; }
#customer_info a:hover { float: left; margin: 8px 0 5px; color:#8e0000; width:80%; text-decoration:underline;}
#customer_info form button { 
	background:#8e0000;
	color:#FFFFFF;
	padding:2px;
	width:auto;
	margin-top:10px;
	}


/* Pagination */

.linkPagings { width:560px; float:left; margin:30px 0 0;}
.pagenumbers { width: 284px; float: left; text-align: center; padding: 2px 0 3px; background:#e5e5e5; }

.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 5px;
	text-align: right;
}

#contents span.linkNext { text-decoration: none; float: left; padding: 2px 5px; }
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 5px;
}

span.linkfirst, #contents span.linkPrevious { padding:2px 5px;	text-decoration: none; float: left;	color:#333; }
span.linkPrevious { margin: 0 10px 0 10px; }
span.linkfirst {}

