/* ---------------------------------------------------------------------------------------------------------------*/
/* C2 Intelligent Solutions (http://www.solucionesc2.com)
/* Proyecto: Central de Reservas
/* Diseño: Álvaro Fernández
/* Montaje: Álvaro Fernández
/* Fecha: 04/11/2008
/* Url: http://www.solucionesc2.com
/* --------------------------------------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> IMPORTED STYLES <<<------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

@import "reset.css"; /* Reseting styles */
@import "generic.css"; /*Generic styles*/
@import "box.css"; /*Boxs styles*/
@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*/

.info_header { display: none; }

/*Contenedor general*/

#l_all {}

/*Cabecera*/

#header { width: 765px; margin: 0 auto; position: relative; }

#header_print { display: none; }

 /*Div contenedor de las distintas columnas de maquetación (div#left, div#contents y div#right)*/

#l_contents { width: 765px; margin: 0 auto; }

/*Contenido central*/

#contents { float: right; width: 765px; padding: 0 0 20px 0; }

#contents .box, #contents .box form { float: left; width: 100%; }

/*Pie*/

#footer { width: 765px; margin: 0 auto; overflow: hidden; clear: both; padding: 0 0 20px 0; }
#footer .box {  }

/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> CONTENT ELEMENTS <<<-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/* Banners */

.banner { float: right; width: 490px; }
.banner img { border: 1px solid #eee; padding: 5px; }

/* Language flags */

#language_flags { position: absolute; top: 5px; right: 0; }

#language_flags div { float: right; width: 20px; margin: 0 0 0 15px; }


/*Firma de Complejo Creativo (logo de c2, dirección y url)*/

.signature { text-align: center; margin: 0 auto; max-width: 520px; clear: both;  }
.signature img { float: left; margin: 0 7px 0 0; }
.signature p { float: left; position: relative; top: 5px; width: auto; color: #a06730; font: 10px/12px Verdana; }
.signature p a { color: #a06730; padding: 0 0 0 5px; }

/*Logos de validación CSS, XHTML y WCAG*/

.validations { float: right; }
.validations a {}

/*Servicios web (recomendar, sugerencias y condiciones de uso) */

.webservices { float: left; }
.webservices a { margin: 0 10px 0 0; padding: 1px 0; }

.text_container img { clear: both; float: right; margin: 10px 0 10px 10px; }
