
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> IMPORTED STYLES <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

@import "reset.css"; /* Reseting styles */
@import "generic.css"; /**/
@import "box.css"; /**/
@import "menu.css"; /* Web menu */
@import "voice.css"; /* Voice styles */
@import "print.css" print; /* Only print */
/*
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 {}

/**/

.info_header { display: none; }

/*Contenedor general*/

#l_all {  }

/*Cabecera*/

#flash_header { position: relative; width: 960px; height: 277px; margin: 0 auto 10px; }

#flash_header .flash { position: relative; background: transparent; }

/* Barra superior */

#flash_header #top_bar { position: absolute; top: 14px; width: 960px; height: 33px; background: url(../images/backgrounds/top_bar.gif); }

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 960px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 244px; }

/*Contenido central*/

#contents { float: right; width: 690px; padding: 0 0 5px; }

/*Menu*/

#menu {}

/*Columna derecha*/

#right { float: left; clear: left; }

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 20px 0; 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 { position: absolute; top: 12px; right: 182px; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 50px 0 0; color:#a1a1a1; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature { position: relative; top: -2px; width: 455px; color: #a1a1a1; font: 10px/12px Verdana; }
.signature  a { color: #a1a1a1; }
.signature  a:hover { color: #333333; }

/*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; }



/*div#breadcrumbs {

	}
div#breadcrumbs a{  }
div#breadcrumbs a:hover {   }
div#breadcrumbs span.current_breadcrumb {  }

a img {

	}

a:active, a:visited, a:link {

	}
a:hover {}

form {

	}

p {

	}

div#contents h1 {

	}
div#seccion h2 { }

div#header {

	}
div#header a img {  }
div#header div#language_flags {

	}

div#left {

	}

div#contents {

	}
div#contents.full { }

div#right {

	}


div#footer {

	}
div#footer div.validations {}
div#footer div.validations a { }
div#footer table {  }
div#footer table td {

	}

div#footer table td.first {

	}
div#footer div#brand {

	}
div#footer a {}
div#footer a:link {  }
div#footer a:hover { }
div#footer div.box_751 {

	}
div#footer div.box_751 div.signature {

	}
div#footer div.box_751 div.signature img {}
div#footer div.box_751 div.signature a { }

div#l_all div#l_contents div#left div.box_menu_bottom {}

div#popin_service {

	}*/
