
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 {}
h1 span {}

h2 {}

/*Accesibility headers*/

h2.info_header, h3.info_header { display: none; }

/*Contenedor general*/

#l_all {}

/*Cabecera*/

div#bg_flash { top:0pt; width:100%; z-index:0; }
#header { height:295px; margin:0pt auto 10px; padding:0pt; position:relative; width:985px; background:transparent url(../images/backgrounds/header.jpg) no-repeat scroll left top; }
#header a img { margin:6px 0 0 0; float:left; }
/*Div auxiliar*/

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 985px; margin: 0 auto 10px; padding:0; }

/*Columna izquierda*/

#left { float:left; width:240px; }

/*Contenido central*/

#contents { float: left; width: 715px; padding: 0 0 20px 10px; margin:0; }

/*Menu*/

#menu { float: left; position:relative; width: 229px; margin:-140px 0 0 15px; display:inline;}

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 5px 0; width: 985px; margin:0 auto; background:url(../images/backgrounds/b_menu.gif) top left; }
#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 { position: absolute; top: 10px; right: 0; }

/* Banners */

.banner { margin: 10px 0 0; }
.banner img { padding:5px 0 0 15px; }

/* Breadcrumbs */

.breadcrumbs { float:right; position:relative; margin:-26px 0 0 0; color:#1f0e5d; display:inline; }

/* Contacto */

.contact_banner {  }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents {}

/* Language flags */

.language_flags { display:inline; position:absolute; top:0; right:410px; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 5px 50px 0 40px; display:inline; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { position: relative; top: -3px; width: 255px; color: #a1a1a1; font: 10px/12px Arial; }
.signature p a { color: #a1a1a1; }

/*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:5px 0 0 30px; }
.webservices a { margin: 0; padding: 1px 0 1px 5px; text-decoration:none; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}

/* Areas */
#navigation_header { float:right; margin-top:6px; position:absolute; right:0pt; top:0pt; width:396px; }
#navigation_header ul li { float:right;   }
#navigation_header ul li a#acli { width:100px; height:136px; display:block; text-indent:-9999em;}
#navigation_header ul li a#acli:hover { background-position:0 -136px; }
#navigation_header ul li a#b { width:100px; height:136px; display:block; text-indent:-9999em;}
#navigation_header ul li a#b:hover { background-position:0 -136px; }
#navigation_header ul li a#c {  width:98px; height:136px; display:block; text-indent:-9999em;}
#navigation_header ul li a#c:hover { background-position:0 -136px; }
#navigation_header ul li a#d {  width:98px; height:136px; display:block; text-indent:-9999em; }
#navigation_header ul li a#d:hover { background-position:0 -136px; }
#navigation_header ul li span { display:none;}
