@import url("template.css");

/* Cabecera
/********************************************************************/
/* Cebecera y fondos */
#cabecera{
	float:left;
	width:100%;
	z-index: 1;
	position:relative;
	display: inline;
}

#cabecera.fondo01 h2 {background: url(../img/bg_cabecera_conocenos.jpg) no-repeat left top;}
#cabecera.fondo02 h2 {background: url(../img/bg_cabecera_rc.jpg) no-repeat left top;}
#cabecera.fondo03 h2 {background: url(../img/bg_cabecera_negocios.jpg) no-repeat left top;}
#cabecera.fondo04 h2 {background: url(../img/bg_cabecera_tecnologia.jpg) no-repeat left top;}
#cabecera.fondo05 h2 {background: url(../img/bg_cabecera_prensa.jpg) no-repeat left top;}
#cabecera.fondo06 h2 {background: url(../img/bg_cabecera_contacto.jpg) no-repeat left top;}
#cabecera.fondo07 h2 {background: url(../img/bg_bg_cabecera_enlaces.jpg) no-repeat left top;}
#cabecera.fondo08 h2 {background: url(../img/bg_cabecera_localiza.jpg) no-repeat left top;}
#cabecera.fondo09 h2 {background: url(../img/bg_cabecera_clientes.jpg) no-repeat left top;}
#cabecera.fondo10 h2 {background: url(../img/bg_cabecera_mapaweb.jpg) no-repeat left top;}

/* Cabeceras en Ingles  */
#cabecera.fondo11 h2 {background: url(../img/en/bg_cabecera_conocenos.jpg) no-repeat left top;}
#cabecera.fondo12 h2 {background: url(../img/en/bg_cabecera_rc.jpg) no-repeat left top;}
#cabecera.fondo13 h2 {background: url(../img/en/bg_cabecera_negocios.jpg) no-repeat left top;}
#cabecera.fondo14 h2 {background: url(../img/en/bg_cabecera_tecnologia.jpg) no-repeat left top;}
#cabecera.fondo15 h2 {background: url(../img/en/bg_cabecera_prensa.jpg) no-repeat left top;}
#cabecera.fondo16 h2 {background: url(../img/en/bg_cabecera_contacto.jpg) no-repeat left top;}
#cabecera.fondo17 h2 {background: url(../img/en/bg_bg_cabecera_enlaces.jpg) no-repeat left top;}
#cabecera.fondo18 h2 {background: url(../img/en/bg_cabecera_localiza.jpg) no-repeat left top;}
#cabecera.fondo19 h2 {background: url(../img/en/bg_cabecera_clientes.jpg) no-repeat left top;}
#cabecera.fondo20 h2 {background: url(../img/en/bg_cabecera_mapaweb.jpg) no-repeat left top;}

/* Cabeceras en Valenciano  */
#cabecera.fondo21 h2 {background: url(../img/ca/bg_cabecera_conocenos.jpg) no-repeat left top;}
#cabecera.fondo22 h2 {background: url(../img/ca/bg_cabecera_rc.jpg) no-repeat left top;}
#cabecera.fondo23 h2 {background: url(../img/ca/bg_cabecera_negocios.jpg) no-repeat left top;}
#cabecera.fondo24 h2 {background: url(../img/ca/bg_cabecera_tecnologia.jpg) no-repeat left top;}
#cabecera.fondo25 h2 {background: url(../img/ca/bg_cabecera_prensa.jpg) no-repeat left top;}
#cabecera.fondo26 h2 {background: url(../img/ca/bg_cabecera_contacto.jpg) no-repeat left top;}
#cabecera.fondo27 h2 {background: url(../img/ca/bg_bg_cabecera_enlaces.jpg) no-repeat left top;}
#cabecera.fondo28 h2 {background: url(../img/ca/bg_cabecera_localiza.jpg) no-repeat left top;}
#cabecera.fondo29 h2 {background: url(../img/ca/bg_cabecera_clientes.jpg) no-repeat left top;}
#cabecera.fondo30 h2 {background: url(../img/ca/bg_cabecera_mapaweb.jpg) no-repeat left top;}


#cabecera #tit-seccion{
	position: absolute;
	top: 0px; left:0px;
	z-index: -1;
}

#cabecera #tit-seccion h2{
	width: 693px; height: 121px;
	color: #fff;
}

#cabecera #tit-seccion h2 span{
	position: relative;
	z-index: -1;
}


/* Contact Center */
#contact_center{
	float:right;
	display:inline; /* IE6 fix (double right margin) */
	background: url(../img/bg_cc_interior.gif) no-repeat 15px 6px;
	border-left: 1px solid #409CC3;
	margin: 78px 0 3px 0;
	padding: 6px 0 10px 43px;
	width: 178px;
	font-size:.8em;
	color: #cfe6f1;
}

#contact_center strong {color:#fff;}
#contact_center p {
	margin: 0 15px 0 0;	
	font-size:.9em;
}
#contact_center p span {font-weight:bold;}

#contact_center a {color: #ffffff;}
#contact_center a:hover {color: #FB8404;}




/* Breadcrumbs
/********************************************************************/
.breadcrumbs{
	float:left;
	width:100%;
	background: url(../img/bg_breadcums.jpg) no-repeat 0px 0px #fff;
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #d6e2ed;
}
.breadcrumbs ul {
	padding: 12px 0 12px 27px;
}
.breadcrumbs ul li{
	background:url(../img/bul_breadcums.gif) no-repeat left 4px;
	display:inline;
	padding:0 5px 0 15px;
}
.breadcrumbs ul li.fst{
	background:none;
	padding-left:0;
}
.breadcrumbs ul li.sel {color:#059eca;}
.breadcrumbs ul li a {color:#999999;}
.breadcrumbs ul li a:hover {color:#059eca;}


/* Cuerpo
/********************************************************************/
#cuerpo{
	float:left;
	width: 100%;
}
#cuerpo .cholder {padding: 18px 23px 0 23px; min-height:300px;}

#cuerpo h3{
	margin: 0 0 18px 5px;
	font: normal 1.5em "Arial Narrow", Arial, Helvetica, sans-serif;
	color:#3DB9CC;
}

#cuerpo .col_izq {
	float: left;
	width: 386px;
}
#cuerpo .col_der {
	float: right;
	width: 238px;
}



/* Paginador
/********************************************************************/
.nav_pages {clear: both;}

.nav_pages ul{
	border-top:1px solid #ededed;
	font-size:.9em;
	padding: 14px 0 30px 0;
	text-align:center;
}

.nav_pages ul li {display:inline;}

.nav_pages ul li a,
.nav_pages ul li.sel span{
	background:url(../img/bg_np-sep.gif) no-repeat right 7px;
	padding: 0 8px 0 0;
}
.nav_pages ul li a {
	color: #636363;
	text-decoration: underline;
}
.nav_pages ul li.sel span{
	color:#3DB9CC;
	font-weight:bold;
}
.nav_pages ul li a:hover {color:#3DB9CC;}

.nav_pages ul li.ns,
.nav_pages ul li.ns span,
.nav_pages ul li.ns a {
	background: none;
	padding: 0; margin: 0;
}

.nav_pages ul li.first a{
	background:url(../img/ico_np-first.gif) no-repeat 0px 2px;
	padding:0 10px 2px 21px;
}
.nav_pages ul li.prev a{
	background:url(../img/ico_np-prev.gif) no-repeat  0px 2px;
	padding:0 10px 2px 21px;
}
.nav_pages ul li.next a{
	background:url(../img/ico_np-next.gif) no-repeat  right 2px;
	padding:0 21px 2px 10px;
}
.nav_pages ul li.last a{
	background:url(../img/ico_np-last.gif) no-repeat  right 2px;
	padding:0 21px 2px 10px;
}

.nav_pages ul li.prev{
	background:url(../img/bg_np-pages.gif) no-repeat right 2px;
	margin-right:12px;
}
.nav_pages ul li.next{
	background:url(../img/bg_np-pages.gif) no-repeat left 2px;
	margin-left:12px;
}

