/* ---------------------------------------------------------------------------------------------------------------*/
/* 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 { background:#04325d url(../images/cabecera_body.jpg) center top no-repeat; }
 
/*Headers*/

h1 {}
h1 span { font-size:22px; font-weight:normal; font-family:Arial, Verdana, "Times New Roman";}

h2 {}

/*Accesibility headers*/

p.info_header { display: none; }

/*Contenedor general*/

#l_all {}

/*Cabecera*/

#header {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 130px;
	}
#header a.home_link {
	display: block;
	width: 300px;
	text-align: center;
	margin: 15px auto 0;
	}
/*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: 962px; margin: 0 auto; }

/*Columna izquierda*/

#left { float: left; width: 194px; padding: 0 0 20px; }

/*Contenido central*/

#contents { float: right; width: 750px; padding: 0 0 20px 0; }

/*Menu*/

#menu {}

/* Search */

#search { float: left; margin: 10px 0 0; }

/* Right Column */

#right { display: none; }

/*Pie*/

#footer { width: 980px; margin: 0 auto; overflow: hidden; clear: both; padding: 20px 0; }
#footer .box {  }

/* 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: 10px 0 0; }
.banner img { border: 1px solid #eee; padding: 5px; }

/* Breadcrumbs */

.breadcrumbs { position: absolute; bottom: -9em; right: 10px; width: 98%; text-align: right; }

/* Contacto */

.contact_banner { position: absolute; top: 3px; right: 0; }

/* Iframe */

#contents iframe {}
#contents iframe#ifr_contents { height: 700px; width:750px;}

/* Language flags */

.language_flags { position: absolute; top:112px; right:15px; width: 100px;}

.language_flags div { float: right; margin: 0 0 0 5px; }

/* Pagination */

.linkPagings { width:100%; float:left; }
.pagenumbers { width: 427px; 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; }
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; }
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 50px 0 0; display:none;  }
.signature img { float: left; margin: 0 7px 0 0; }
.signature a.c2logo { position: relative; z-index: 5; }
.signature p { position: relative; top: -3px; width: 270px; z-index: 1; color: #a1a1a1; font: 10px/12px Verdana; }
.signature p a { color: #a1a1a1; }

/*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 1px 18px; }


/* Acceso a usuario restringido */

#customer_info { float:left; width:190px; margin-top:8px; padding:8px; background:#0099cc;}
#customer_info p.customer { font-weight:normal; color:#fff; font-size:14px; font-weight:bold; border-bottom:1px solid white; padding-bottom:2px; }
#customer_info a { float: left; margin: 8px 0 5px; color:#fff; width:88%; text-decoration:none; background:url(../images/black_arrow2.png) center left no-repeat; padding-left:15px; }
#customer_info a:hover { float: left; margin: 8px 0 5px; color:#fff; width:80%; text-decoration:underline;}
#customer_info form button { 
	background:#3c3c3c;
	color:#FFFFFF;
	padding:2px;
	width:auto;
	margin-top:10px;
	float:right;
	}

#footer { border-top:1px solid #4d779d;}
.signature p{ color:#80c1fd;}
.signature p a{ color:#80c1fd;}
.webservices a.recommend { color:#80c1fd; background:url("../images/ico_celeste.gif") 1em .6em no-repeat; text-decoration:none;}
.webservices a.suggestion{ color:#80c1fd;background:url("../images/ico_celeste.gif") 1em .6em no-repeat; text-decoration:none;}
.webservices a.legal { color:#80c1fd;background:url("../images/ico_celeste.gif") 1em .6em no-repeat; text-decoration:none;}
.validations a{ color:#80c1fd;}
.webservices{}

.webservices a:hover { text-decoration: underline; }

/**************************** Paginacion**********************************************************************************/
div.linkPagings{ display:block; clear:both; margin-top:0; padding:1em .5em; background:#074075 url("../images/line_finBloqueTexto.gif") repeat-x scroll center bottom; width:98.5%}
#contents div.linkPagings a { }
div.pagenumbers { background:#04325d; margin:0 auto; width:80%; }


#contents div.pagenumbers .pagesLink { border: 1px solid #fbcc2b; color: #5e5b5b; background:#fbcc2b;  }
#contents div.pagenumbers a.selected { background: #4a6e9c;	color: white; border:1px solid #4a6e9c; }
#contents div.pagenumbers a.selected:hover { cursor: default; background: #b19e3a;	color: #5e5b5b; }

#contents div.linkLast a, #contents div.linkLast a:hover { background: #074075 url(../images/ultima.gif)  no-repeat; height:19px; width:1px; text-indent:-39999px;  border:none; overflow:hidden;}
#contents div.linkNext a, #contents div.linkNext a:hover { background: url(../images/siguiente.gif) no-repeat; height:19px; width:1px; text-indent:-39999px;border:none;overflow:hidden; }
#contents div.linkfirst a, #contents div.linkfirst a:hover { background: url(../images/primera.gif)no-repeat; height:19px; width:1px;text-indent:-39999px;border:none;overflow:hidden; }
#contents div.linkPrevious a, #contents div.linkPrevious a:hover { background: url(../images/anterior.gif)no-repeat; height:19px; width:1px;text-indent:-39999px;border:none;overflow:hidden; }
div.linkLast a, #contents div.linkNext a  { text-align:left;}

span.linkfirst, #contents span.linkPrevious, span.linkLast, #contents span.linkNext { border:none; }
span.linkPrevious { background: url(../images/anterior.gif) no-repeat; height:19px; width:1px; text-indent:-39999px;}
span.linkfirst {background: url(../images/primera.gif) no-repeat; height:19px; width:1px; text-indent:-39999px;}

span.linkLast { background: #074075 url(../images/ultima.gif) no-repeat; height:19px; width:1px; text-indent:-39999px;}
span.linkNext {background: url(../images/siguiente.gif) no-repeat;height:19px; width:1px; text-indent:-39999px;border:none;}
