
/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Fondos */
html {  }
body { background:#ffffff; }

/* Fuente */

body { font-family:Verdana, Arial, Helvetica; font-size:11px; line-height:normal; text-align: justify; color: #666666; }
p { color: #d4d4d4; padding: 0 0 10px 0; fon }

/**/

strong, b { font-weight: bold; color:#333333; }
em, i { color: #ff6d24; }

#contents ul {}
#contents ul li {}

#contents { font-size: 11px; }
#contents p { line-height: normal; color: #666666; }

#contents h1 {
	/*float:left;*/
	width:100%;
	margin: 0 0 10px;
	padding:5px 0 20px;
	font-size: 36px;
	font-weight: normal;
	color: #010101;
	border-bottom: 1px solid #f6ad02;
}
#contents h1 span {  }

/**/

h2.info_header, h3.info_header { display: none; }

/*Contenedor general*/

#l_all {  }

/*Cabecera*/

#header { width: 980px; margin: 0 auto 20px; padding-bottom: 10px; position: relative; }

#before_l_contets {}

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 980px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 174px; padding: 0 0 30px; }

/*Contenido central*/

#contents {float: left; width: 609px; padding:0 10px 30px 10px;}

/*Menu*/

#menu { border-right: 1px solid #e9e9e9; }

/*Columna derecha*/

#right { float: right; width: 163px; padding-top: 58px;}

/*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 30px 0 0; color:#a1a1a1; }
.signature img { float: left; margin: 5px 7px 0 0; }
.signature { position: relative; top: -3px; width: 270px; color: #C8C9CC; font: 10px/12px Verdana; text-align: left; }
.signature  a { color: #c8c9cc; text-decoration: none; text-align: left;}
.signature  a:hover { color: #F6AD02; }


/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; }
.validations a { margin: 0 0 0 10px;}

/*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; }

