
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 */
/*
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 { width:941px; margin:0 auto;}

/*Cabecera*/

#header { width: 941px; margin: 0 auto 20px; position: relative; height: 155px; }

/*Div auxiliar*/

#before_l_contets { display: none; }

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 941px; margin: 0 auto 10px; float:left; }

/*Columna izquierda*/

#left { float: left; width: 224px; padding: 0 0 10px; background:#efefef; margin-right:20px; }

/*Contenido central*/

#contents { float: right; width: 696px; padding: 0 0 20px 0; }

/*Menu*/

#menu {}

/* Search */

#search { float: left; margin: 10px 0 0; }

/* Right Column */

#right { display: none; }

/*Pie*/

#footer { width: 941px; margin: 0 auto; overflow: hidden; clear: both; padding: 10px 0; }
#footer .box {  }

/* Pop in */

#popin_service {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 260px;
	padding: 5px;
	z-index: 1;
}

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT ELEMENTS <<<-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Online Attention */

.atencion_online { position: absolute; top: 10px; right: 0; }

/* Banners */

.banner { margin: 10px 0 0; }
.banner img { border: 1px solid #eee; padding: 5px; }

/* Breadcrumbs */

.breadcrumbs { position: absolute; bottom: 5px; left: 10px; width: 100%; text-align: left; }

/* Contacto */

.contact_banner { position: absolute; top: 3px; right: 0; display:none}

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents { height: 666px; width:696px;}

/* Language flags */

.language_flags { position: absolute; top: 10px; right: 0px; }

.language_flags div { float: right; margin: 0 0 0 5px; }

/* Pagination */

.linkPagings { width:100%; float:left; margin:15px 0 0; background:#efefef; border-bottom:1px solid #bed22f; border-top:1px solid #bed22f; padding:0;}
.pagenumbers { width: 416px; float: left; text-align: center; padding: 3px 0; border-top:2px solid white; border-bottom:2px solid white; }

.linkPagings span { display: block; width: auto; }

div.pagenumbers .pagesLink {
	width: auto;
	padding:0;
	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 {
	width: auto;
	text-decoration: none;
	margin: 0;
	float:left;
	padding: 3px 15px 3px 8px;
	text-align: right;
	color:#000;
	background:url(../images/arrow_last.gif) 96% 6px no-repeat #c2d53b;
	border:2px solid white;
	border-right:0;
}

#contents div.linkNext a {
	width: auto;
	text-decoration: none;
	margin: 0;
	float:left;
	padding: 3px 15px 3px 8px;
	text-align: right;
	color:#000;
	background:url(../images/arrow_next.gif) 96% 6px no-repeat #c2d53b;
	border:2px solid white;
	border-right:0;
}

span.linkLast {text-decoration: none; float: left; padding:3px 15px 3px 8px;; border:2px solid white; border-right:0; background:url(../images/arrow_last_disabled.gif) 99% 6px no-repeat; }
#contents span.linkNext { text-decoration: none; float: left; padding: 3px 15px 3px 8px; border:2px solid white; border-right:0; background:url(../images/arrow_last_disabled.gif) 95% 6px no-repeat; }
span.linkNext { margin: 0;  }
span.linkLast { margin: 0; }

#contents div.linkfirst a {
	width: auto;
	padding: 2px;
	text-decoration: none;
	margin:0;
	display: inline;
	float: left;
	padding: 3px 8px 3px 15px;
	background: url(../images/arrow_first.gif) 3px 6px no-repeat #c2d53b;
}

#contents div.linkPrevious a {
	width: auto;
	padding: 2px;
	text-decoration: none;
	margin:0;
	display: inline;
	float: left;
	padding: 3px 8px 3px 15px;
	background: url(../images/arrow_prev.gif) 3px 6px no-repeat #c2d53b;
}

span.linkfirst, #contents span.linkPrevious { padding: 2px;	text-decoration: none; float: left;	padding: 3px 8px 3px 15px; border:2px solid white; border-left:0; color:#c1c1c1; }
span.linkPrevious { margin: 0; background:url(../images/arrow_prev_disabled.gif) 3px 6px no-repeat; }
span.linkfirst { background:url(../images/arrow_first_disabled.gif) 3px 6px no-repeat;}

/* Search */

#search legend {
	margin: 0;
	padding: 0 0 8px;
	color: #0099CC;
	font-weight: bold;
}
#search label {
	float: left;
	display: block;
	border-top: 1px solid #0099CC;
	width: 100%;
	padding: 5px 0 0;
	font-size: 10px;
	text-align: left;
}
#search label input { width: 184px; margin: 5px 0 0; font-size: 11px; color: #666; padding: 4px; }

#search input.button {
	float: right;
	width: 49px;
	padding: 4px 0 0 16px;
	border: none;
	color: #0099CC;
	cursor: pointer;
	font-size: 11px;
	background: url(../images/black_arrow.png) no-repeat 0 8px;
}
#search input.button:hover { background-position: 2px 8px; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { clear:both; margin: 0 auto; width: 545px; } 
.signature img { float: left; margin: 0 7px 0 0; }
.signature a.c2logo { position: relative; z-index: 5; }

.signature p { position: relative; top: 4px; z-index: 1; color: #c0c0c0; font: 10px/12px Verdana; }
.signature p a { color: #c0c0c0; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left; margin: 0 0 12px; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0; text-decoration:none; }


/* Acceso a usuario restringido */

#customer_info { float:left; width:208px; margin-top:8px; padding:8px; background:#009d4d;}
#customer_info p.customer { font-weight:normal; color:#fff; font-size:16px; font-weight:bold; border-bottom:1px solid #007d3e; padding-bottom:3px; }
#customer_info a { float: left; margin: 8px 0 5px; color:#fff; width:88%; text-decoration:none; background:url(../images/black_arrow2.png) center left no-repeat; padding-left:15px; }
#customer_info a:hover { float: left; margin: 8px 0 5px; color:#fff; width:80%; text-decoration:underline;}
#customer_info form button { 
	background:#000;
	color:#FFFFFF;
	padding:2px;
	width:auto;
	margin-top:10px;
	float:right;
	}


