/* ---------------------------------------------------------------------------------------------------------------*/
/* C2 Intelligent Solutions (http://www.solucionesc2.net)
/* Proyecto: Complejo Creativo
/* Diseño: J. Alberto Medina
/* Montaje: Álvaro Fernández
/* Fecha: 04/04/2008
/* Url: http://www.complejocreativo.com
/* --------------------------------------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 */

/*
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*/

p.info_header { display: none; }

/*Contenedor general*/

#l_all {}

/*Cabecera*/

#header { width: 981px; margin: 24px auto 60px; position: relative; height: 160px; }

/*Div auxiliar*/

#before_l_contets { display: none; }

 /*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: 195px; padding-bottom:30px; }

/*Contenido central*/

/*#contents { float: right; width: 735px; padding: 0 0 20px 50px; display:inline; }*/
#contents { float: right; display: inline; width: 735px; padding: 0 0 0 40px;  }

/*Menu*/

#menu {width:184px; padding:0 10px 0 0; margin-bottom:60px; border-right: 1px solid #f90c0c; float:left;}

/* Search */

#search { float: left; margin: 10px 0 0; }

/* Right Column */

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; padding: 50px 0 20px; width: 100%; }
#footer .box {  width: 980px; margin: 0 auto;}

/* Pop in */

#popin_service {
	display: none;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 260px;
	padding: 5px;
	z-index: 1;
}

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT ELEMENTS <<<-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Online Attention */

.atencion_online { position: absolute; top: 10px; right: 0; }

/* Banners */

.banner {  margin: 0 0; padding:0;}
.banner img { border: none; padding: 0; }

/* Breadcrumbs */

.breadcrumbs {  width: 100%; text-align: right; color:#333333; top:-19px; }

/* Contacto */

.contact_banner { position: absolute; top: -16px; right: 0; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents { height:700px; width:735px;}

/* Language flags */

.language_flags { position: absolute; top: -17px; right: 85px; }

.language_flags div { float: right; margin: 0 0 0 5px; }

/* Pagination */

.linkPagings { width:100%; float:left; }
.pagenumbers { width: 450px; float: left; text-align: center; padding: 2px 0 3px; }

.linkPagings span { display: block; width: auto; }

div.pagenumbers .pagesLink {
	width: auto;
	padding: 2px 4px;
	margin: 0 4px;
	text-decoration: none;
	height: 14px;
}
div.pagenumbers a.selected {
	width: auto;
	padding: 2px 4px;
	margin: 0 1px 0 0;
	text-decoration: none;
	height: 14px;
}

div.linkLast a, #contents div.linkNext a {
	width: auto;
	text-decoration: none;
	margin: 0 0 0 10px;
	float:left;
	padding: 2px 15px 2px 8px;
	text-align: right;
}

span.linkLast, #contents span.linkNext { padding: 2px; text-decoration: none; float: left; padding: 2px 15px 2px 8px; visibility:hidden; }
span.linkNext { margin: 0 0 0 10px; }
span.linkLast { margin: 0 0 0 10px; }

div.linkfirst a, #contents div.linkPrevious a {
	width: auto;
	padding: 2px;
	text-decoration: none;
	margin: 0 10px 0 0;
	display: inline;
	float: left;
	padding: 2px 8px 2px 15px;
}

span.linkfirst, #contents span.linkPrevious { padding: 2px;	text-decoration: none; float: left;	padding: 2px 8px 2px 15px; visibility:hidden; }
span.linkPrevious { margin: 0 10px 0 10px; }
span.linkfirst {}

/* Search */

#search legend {
	margin: 0;
	padding: 0 0 8px;
	color: #0099CC;
	font-weight: bold;
}
#search label {
	float: left;
	display: block;
	border-top: 1px solid #0099CC;
	width: 100%;
	padding: 5px 0 0;
	font-size: 10px;
	text-align: left;
}
#search label input { width: 184px; margin: 5px 0 0; font-size: 11px; color: #666; padding: 4px; }

#search input.button {
	float: right;
	width: 49px;
	padding: 4px 0 0 16px;
	border: none;
	color: #0099CC;
	cursor: pointer;
	font-size: 11px;
	background: url(../images/black_arrow.png) no-repeat 0 8px;
}
#search input.button:hover { background-position: 2px 8px; }

/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { float: left; margin: 0 120px 0 0; }
.signature img { float: left; margin: 0 7px 0 0;}
.signature a.c2logo { position: relative; z-index: 5; }
.signature p { position: relative; top: -3px; width: 275px; color: #333333; text-align:left; }

/*.signature p a { color: #333333; text-decoration: none; }
.signature p a { color: #a1a1a1; }*/

/*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) */

.webservices { float: left; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0 1px 8px; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}

#customer_info { float:left; width:181px; margin-top:8px; padding:10px; background:#333333; }
#customer_info p.customer { font-weight:normal; color:#ffffff; font-size:14px; font-weight:bold; }
#customer_info a { float:left; margin:8px 0 5px 0; color:#999999; width:88%; text-decoration:none; font-size:12px; font-weight:bold; }
#customer_info a:hover { float:left; margin:8px 0 5px 0; color:#ffffff; width:85%; text-decoration:none; }
#customer_info form button { 
	background:#333;
	color:#F90C0C;
	height:23px;
	padding:0 0;
	width:85px;
	margin-top:10px;
	float: right;
	font-weight: bold;
	}

