
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 { margin: 0 auto;}

/*Headers*/

h1 {}
h1 span {}

h2 {}

/*Accesibility headers*/

p.info_header, p.info_header { display: none; }

/*Contenedor general*/

#l_all {}

/*Cabecera*/

#header { width: 980px; margin: 0 auto;  }

/*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: 175px; }

/*Contenido central*/

#contents { float: right; width: 774px; padding: 0 0 20px 0; }

/*Menu*/

#menu { float:left; margin-bottom: 20px;}

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 165px 0 33px; 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 <<<-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Banners */

.banner { margin: 10px 0 0; }
.banner img { }

/* Breadcrumbs */

.breadcrumbs { position: absolute; bottom: 20px; right: 0; width: 100%; text-align: right; display: none; }

/* Contacto */

.contact_banner { position: absolute; top: 10px; right: 100px; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents {
	width: 600px;
	height: 600px;
}

/* Language flags */

.language_flags { position: absolute; top: 12px; right: 182px; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 50px 0 0; }

a.c2logo img { float:left; margin: 0 7px 0 0;}
.signature a.c2logo { position: relative; z-index: 5; }

.signature p { position: relative; top: -3px; width: 255px; z-index: 1; color: #b9d0e0; font: 10px/12px arial; text-align: left; }
.signature p a { color: #b9d0e0; text-decoration: none; }

.box h3.info_header { display: none;}
/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; }
.validations a {}

/*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;}

/*paginador*/
#contents .linkPagings { margin:10px 0; float:left; width:252px; font-size:11px; background:#f4f4f4;}
#contents .linkpagings .linkfirst { float:left; width:auto; border-right: 2px solid #fff;}
#contents .linkPagings .linkfirst a {
	color:#fff;
	padding: 2px 10px 0px 20px;
	margin:0;
	float:left;
	width:30px;
	font-size: 11px;
	text-decoration: none;
	background:url(../images/backgrounds/prev_arrow.gif) no-repeat left top #f3a72f;
	border-right: 2px solid #fff;
	
	}
#contents .linkPagings .linkfirst a:hover { background: url(../images/backgrounds/prev_arrow.gif) no-repeat left bottom #285d92;}
#contents .linkPagings .linkLast a {
	color:#fff;
	padding: 2px 20px 0px 4px;
	float: right;
	width:30px;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	background: url(../images/backgrounds/next_arrow.gif) no-repeat  right top #f3a72f;
	border-left: 2PX SOLID #FFF;
	display:block;
	}
#contents .linkPagings .linkLast a:hover { background: url(../images/backgrounds/next_arrow.gif) no-repeat right bottom #285d92;}
#contents .linkPagings .pageslink{ padding:0; margin:0;  width:auto; color:#333;}
#contents .linkPagings .pagenumbers { width:100px; float:left; margin:0; padding:2px 0 0; text-align:center; display:inline;}
#contents .linkPagings .pagenumbers a { color:#285d92; font-size: 12px;  margin: 0 3px; padding:3px 0; text-decoration: none;}
#contents .linkPagings .pagenumbers a:hover { color:#f3a72f; text-decoration:underline;}
#contents .linkPagings .pagenumbers a.selected { color:#285d92; text-decoration:underline;font-weight:bold;}

/*listas*/
#contents ul { list-style:none; margin:0 0 0 50px; padding:0;}
#contents ul li { list-style: none; list-style-image: url(../images/backgrounds/list_ico.gif); list-style-position: outside;}
