
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> IMPORTED STYLES <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

@import "reset.css"; /* Reseting styles */
@import "generic.css"; /**/
@import "box.css"; /**/
@import "menu.css"; /* Web menu */
@import "voice.css"; /* Voice styles */
/*
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 <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Fondos */
html { }
body { background: url(../images/bg_body.jpg) center bottom no-repeat #081141; }

/* Fuente */

body { font: 60%/14px Verdana, Arial, Helvetica, sans-serif; text-align: justify; color: #616161; }
p { color: #676767; padding: 0; margin: 0 0 14px; }

/**/

h1 { font-size: 16px; color: #001b52; font-weight: bold; background: #d9dbe2; padding: 6px 6px 7px 10px; }
h1 span { margin-bottom:5px; color:#001b52; }

/**/

h2.info_header, h3.info_header { display: none; }

/*Contenedor general*/

#l_all { margin: 0 auto; overflow: hidden; width: 980px;  }

/*Cabecera*/

#header { height: 180px; margin:0 auto; padding:0; position:relative; width:980px;}
#header a { float:left; width:auto; margin:0; padding:0;}
#header a img { float:left; width:auto; margin:0; padding:0;}

#before_l_contets {}

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

#l_contents { float: left; padding: 20px; width: 940px; background: url(../images/bg_l_contents.jpg) 0 0 no-repeat #ffffff; }

/*Columna izquierda*/

#left { float: left; width: 200px; padding: 0 0 30px; }

/*Contenido central*/

#contents { float: right; margin: 1px 0 0; position: relative; width: 721px; }

/*Menu*/

#menu { }

/*Columna derecha*/

#right { float: right; width: 163px;}

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 20px 0 50px; width: 100%; }
#footer .box { width: 980px; margin: 0 auto; }

/* Pop in */

#popin_service { border: 1px solid white; border-bottom: 2px solid #666; border-right: 2px solid #666; background: #dcdcdc; }

#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; }

/* Breadcrumbs */

#breadcrumbs { position: absolute; bottom: 20px; right: 0; width: 100%; text-align: right; background: blue; }
#breadcrumbs a {}
#breadcrumbs .current_breadcrumb {} /*Estilo usado en el breadcrumbs de la sección actual*/

/* Contacto */

.contact_banner { position: absolute; top: 10px; right: 100px; }

/* Iframe */

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

/* Language flags */

#language_flags { float:right; margin:-170px 0 0; text-align:right; width:193px; }

#header #language_flags a { float: right; margin: 0 0 0 10px; }

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

.signature { float: left; margin: 0 50px 0 0; color:#237cb0; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature { position: relative; top: -3px; width: 255px; color: #237cb0; font: 10px/12px Verdana; }
.signature a { color: #237cb0; }
.signature a:hover { color: #28a3ea; }

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

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

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

.webservice { float: left; }

.webservice a { margin: 0 10px 0 0; padding: 1px 0 1px 22px; color: #999;  }
.webservice a:link { color: #999; }
.webservice a:hover { text-decoration: none; }

.webservice a.recommend { background: url(../images/ico_recommend.png) no-repeat; }
.webservice a.suggestion { background: url(../images/ico_suggestion.png) no-repeat; }
.webservice a.legal { background: url(../images/ico_legal.png) no-repeat; }
