/* ---------------------------------------------------------------------------------------------------------------*/
/* C2 Intelligent Solutions (http://www.solucionesc2.net)
/* Proyecto: Complejo Creativo
/* Diseño: J. Alberto Medina
/* Montaje: Álvaro Fernández
/* Fecha: 04/04/008
/* 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 */
@import "print.css" print; /* Only print */

/* Colores 
normal = '#555';
traduccion = '#4bacc6';
comunicacion = '#fc7a00';
redaccion = '#843984';
*/


/*
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 { width: 980px; margin: 0 auto; }

/*Cabecera*/

#header { margin: 0 auto 10px; position: relative; width: 100%; }

/*Div auxiliar*/

#before_l_contets { float: left; padding: 10px 0 10px;}

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

#l_contents { margin: 0 0 20px; }

/*Columna izquierda*/

#left { float: left; width: 194px;  }

/*Contenido central*/

#contents { float: left; width: 752px; padding: 0 0 50px 20px; margin-top: 2px;}

/*Menu*/

#menu {}

/*Columna derecha*/

#right { display: none; }

/*Pie*/

#footer { overflow: hidden; clear: both; /*width: 980px;*/ height: 12px; margin: 20px auto auto; padding: 10px 0; background: #555 /*url(../images/footer-bg.gif) top left repeat-x*/; }
#footer .box { width: 980px; margin: auto;}
#footer .box .patrocinadores { margin-right: 100px;}

/* 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 { }

/* Banners */

.banner { margin: 0px 0 0; text-align: right;}
.banner img {height: 20px;}

/* Breadcrumbs */

.breadcrumbs { float: left; text-align: left; width: 630px; }

/* Contacto */

.contact_banner { margin: 10px 0 5px; clear: both; }

/* Iframe */

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

/* Language flags */

.language_flags { position: absolute; bottom: 4px; right: 0px; }

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

.signature { float: left; margin: 0 0px 0 0; }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { position: relative; top: 3px; left: 10px; color: #ddd; font: 10px/12px Verdana; }
.signature p a { color: #fff; }
.signature p a:hover { color: #bbb; }

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

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

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

.webservices { float:right; text-align:right; width:340px; }
.webservices a { margin: 0 0 0 10px; padding: 1px 0 1px 22px; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px;}

div#customer_info p.customer {
	font-weight: bold;
	margin-top: 10px;
}
div#customer_info button {
	background-color: #3e3e3e;
	font-size: 9px;
	text-align: center;
	height: 22px;
	border: none;
	padding-bottom: 2px;
	color: #fff;
	float: left;
	margin: 10px 0 0;
	cursor: pointer;
	margin-bottom: 10px;
}