/* ---------------------------------------------------------------------------------------------------------------*/
/* C2 Intelligent Solutions (http://www.solucionesc2.net)
/* Proyecto: Complejo Creativo
/* Diseño: J. Alberto Medina
/* Montaje: Álvaro Fernández
/* Fecha: 04/04/008
/* Url: http://www.complejocreativo.com
/* --------------------------------------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 { font-family: Helvetica, Arial, sans-serif; color:#b0b0b0;}
h1 span { color: #285d92;}

h2 {}

/*Accesibility headers*/

p.info_header, p.info_header { display: none; }

/*Contenedor general*/

#l_all {float:left; width: 100%; padding:35px 0; background:#fff; border-top: 4px solid #313b46; }

/*Cabecera*/

#header { width: 918px; margin: 0 auto; padding:0; position: relative; height: 123px; }

/*Div auxiliar*/

#before_l_contets {}

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

#l_contents { width: 918px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 140px; }

/*Contenido central*/

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

/*Menu*/

#menu { margin: 30px 0 0 0;}

/*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 { margin: 10px 0 0; padding:0; float:left; width:100%; height:11px; }

/* Banners */

.banner { margin: 47px 0 0; }
.banner img {}

/* Breadcrumbs */

.breadcrumbs { position: absolute; bottom: 20px; right: 0; width: 100%; text-align: right; color:#ECECEC; display:none; }
.breadcrumbs span.current_breadcrumb { color:#7aaada; font-weight: normal;}
/* Contacto */

.contact_banner { margin: 30px 0 0;}

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents {}

/* Language flags */

.language_flags { position: absolute; top: 92px; left:0; width:auto; height:auto; cursor:pointer; }

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

.signature { float: left; margin: 0 50px 0 0; display: none; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { position: relative; top: -3px; width: 255px; color: #7b838b; font-size: 10px; }
.signature p a { color: #7b838b; text-decoration: none; }

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

.validations { float: right; }
.validations a {}

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

#footer .webservices { float: left; }
#footer .webservices a { margin: 0 10px 0 0; padding: 1px 0 1px 0; float:left; width:auto; }

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

#contents .linkpagings { margin:10px 0; float:left; width:100%; font-size:11px; background:#3a4652;}
#contents .linkpagings .linkfirst { float:left; width:auto; border-right: 2px solid #fff;}
#contents .linkpagings .linkfirst a {
	color:#fff;
	padding: 4px 10px 4px 25px;
	margin:0;
	float:left;
	width:30px;
	font-size: 11px;
	text-decoration: none;
	background:url(../images/backgrounds/volver.gif) no-repeat 5px 7px #7aaada;
	
	}
#contents .linkpagings .linkfirst a:hover {background:url(../images/backgrounds/volver.gif) no-repeat 5px 7px #8bcb4a;}
#contents .linkpagings .linklast a {
	color:#fff;
	padding: 5px 30px 3px 10px;
	float: right;
	width:30px;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	background:url(../images/backgrounds/siguiente.gif) no-repeat 55px 7px #7aaada;
	border-left: 2PX SOLID #FFF;
	display:block;
	}
#contents .linkpagings .linklast a:hover { background:url(../images/backgrounds/siguiente.gif) no-repeat 55px 7px #8bcb4a;}
#contents .linkpagings .pageslink{ padding:0; margin:0;  width:auto; color:#333;}
#contents .linkpagings .pagenumbers { width:600px; float:left; margin:0; padding:3px 0; text-align:center;}
#contents .linkpagings .pagenumbers a { color:#fff; font-size: 12px;  margin: 0 3px; padding:3px 0; text-decoration: none;}
#contents .linkpagings .pagenumbers a:hover { color:#8bcb4a; text-decoration:underline;}
#contents .linkpagings .pagenumbers a.selected { color:#8bcb4a; text-decoration:underline;font-weight:bold;}
/*negritas*/
strong { color:#7aaada;}
b {color:#7aaada;}
