
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 { background: #0b4174; margin: 0; padding: 0; font-size:11px; }
body { margin: 0; padding: 0; background: url(../images/bg_body.gif) top repeat-x; height: 582px; border:0; }

/*Headers*/

h1 {}
h1 span {}

h2 {}

/*Accesibility headers*/

h2.info_header, h3.info_header { display: none; }

/*Contenedor general*/

#l_all { 
	width: 768px;
	position: relative;
	width: 768px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	clear: both;
	overflow: hidden;
	}

/*Cabecera*/

#header { position: relative; height: 140px; z-index:-1;} 
#header a { }
#header a img { margin: 0; display: none; }

/*Div auxiliar*/

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { float: left; background: url(../images/bg_l_all.png) 0 0 no-repeat; padding: 0; }

/*Columna izquierda*/

#left { 
	margin: 6px 2px 0 5px;
	display: inline;
	background: url(../images/backgrounds/background_menu.gif) top left no-repeat;
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-top: 14px; 
	}

/*Contenido central*/

#contents {float: left; width: 568px; overflow: hidden; }

/*Menu*/

#menu {}

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { position: relative; z-index: 2; overflow: hidden; background: url(../images/bg_footer_big.jpg) center top no-repeat; margin: 0 0 0 3px; }

#footer .box {
	margin: 0 auto;
	width: 768px;
	height: 98px;
	padding: 18px 0 45px;
}

/* 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 { margin: 10px 0 0; }
.banner img { border: 1px solid #eee; padding: 5px; margin: 10px 0 0 3px; }

/* Breadcrumbs */

#breadcrumbs { position: absolute; top: 125px; left: 100px; width: 650px; color: #fff; font-size: 10px; text-align: left; }

#breadcrumbs a { color: #fff; font-size: 10px; display: inline; height: 10px; width: auto; }

#breadcrumbs .current_breadcrumb { color: #fff; font-weight: bold; font-size: 10px; } /*Estilo usado en el breadcrumbs de la sección actual*/

/* Contacto */

.contact_banner { float: left; margin: 10px 0 0; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents {}

/* BG Flash */

#bg_flash { position: absolute; width: 100%; top: 0; z-index: 0; height: 800px; }

/* Language flags */

#header .language_flags { position: absolute; position: absolute; right: 5px; top: 123px; }

#header .language_flags a img { display: inline; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { 
	clear:both;
	color:#B2B2B2;
	height:25px;
	padding-bottom:2px;
	padding-left:10px;
	padding-top:5px;
	text-align:left; 
	}
.signature a.c2logo { position: relative; z-index: 10; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { position: relative; z-index: 5; top: 5px; color: #a1a1a1; font: 10px/12px Verdana; }
.signature p a { color: #a1a1a1; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; margin:10px 10px 0 0; display: inline; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left; width:450px; margin:10px 0 10px 15px; display: inline; }
.webservices a { margin: 0 20px 0 0; padding: 3px 0 3px 22px; display: block; float: left; width: auto;}

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}
.text_container p { margin:12px; }

#contents .box .linkPagings { margin:10px 0; padding: 5px 0; float:left; width:100%; text-align:center; font-size:11px;}
#contents .box .linkPagings  a.linkFirst{padding:0 0 0 15px;}
#contents .box .linkPagings  a.linkLast{padding:0 15px 0 0;}

/* Website news */

#lastest_news {}
	#lastest_news .new {
		float: left;
		width: 518px;
		margin: 0 0 0 12px;
		padding: 10px;
		border: 1px solid #999;
		}
	#lastest_news .new .new_header {
		float: left;
		margin: 0 0 10px;
		width: 100%;
		background: url(../images/bg_h3_carrusel.gif) repeat-x #2C93DA ;
		}
	#lastest_news .new .new_header h3 {
		float:left;
		font-size:11px;
		font-weight:bold;
		margin:0;
		padding:3px 0 0 10px;
		color: #fff;
		width:75%;
		}
	#lastest_news .new .new_header .date {
		color: #fff;
		float: right;
		font-size: 10px;
		margin: 7px 0 0;
		padding: 0 8px 0 0;
		text-align: right;
		width: 15%;
		}
	#lastest_news .new .new_picture {
		float: left;
		border: 1px solid #ccc;
		padding: 1px;
		margin: 0 10px 10px 0;
		}
	#lastest_news .new .more_info {
		color: #22539E;
		text-decoration: underline;
		font-weight: bold;
		}
