
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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.header_h1 { display:none;}
h1 {}
h1 span {}

h2 {}

/*Accesibility headers*/

h2.info_header, h3.info_header { display: none; }

/*Contenedor general*/

#l_all {  width: 768px; margin:0 auto}

/*Cabecera*/

#header { width: 768px; margin: 0 auto 42px; position: relative; height: 101px; }

/*Div auxiliar*/

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 768px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 124px; }

/*Contenido central*/

#contents { float: right; margin: 0; padding: 0; width:620px;}

/*Menu*/

#menu {}

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 20px 0; width: 768px; margin:0 auto; }
#footer .box { width: 768px; margin: 0 auto; 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 { margin:15px 0; }

/* Banners */

.banner { margin: 10px 0 0; }
.banner img { border: 1px solid #eee; padding: 5px; }

/* Breadcrumbs */

.breadcrumbs { float:right; background:url(../images/bullet_list.gif) center left no-repeat; margin:-24px 0 0 0; padding: 0 0 0 10px;  }

/* Contacto */

.contact_banner { float:left; margin:10px 0;}

/* Iframe */

#contents iframe { width:618px; height:500px; margin:8px 0; border:1px solid #ff6a10;}
#contents iframe#ifr_contents {}

/* Language flags */

.language_flags {position: absolute; top: 12px; right:0; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: right; margin: 0 0 0 20px; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { position: relative; top: -3px; width: 255px; color: #585858; font: 10px/12px Verdana; }
.signature p a { color: #585858; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { width:201px; float:left; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left;  width:280px; }
.webservices a { margin: 0 8px 0 0; padding: 0 0 0 8px; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}

#lightbox {
	background-color:#000;
	border-bottom:2px solid #666666;
	border-right:2px solid #666666;
	padding:10px;
}
