/*
 * style.css
 * Contiene los estilos generales del site
 *
 * @package Espai Plantilla Horizontal
 * @subpackage css
 * @author Oscar Iglesias Lopez
 */
 

/*#### GENERAL - inicio ####*/ 
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* {margin:0; padding:0;}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img{ border:none; }


p{
  font-size: 12px;
  margin: 5px 0 0 0;
  text-align: justify;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
}

a{ 
  color: #333;												/*### _COLOR4_ ###*/
  outline: 0; 
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  color:#fff;											/*### _COLOR5_ ###*/
}

a.activo{
  color:#fff;											/*### _COLOR5B_ ###*/
}

a.enlace2{
	color:#FFF;
}

a.enlace2:hover{
	color:#cf003d;
}

h1, h2{
 	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-weight:normal;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #fff;											/*### _COLOR??_  (No está en la BBDD) ###*/
}

h3{
 	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-weight:normal;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;		
	text-transform: uppercase;
}

ul{
  font-size: 11px;
  font-weight: normal;
}

li{
  list-style-type: none;
  margin-bottom: 5px;
}

.form{
	background-color: #cf003d;	
}

body{
  	background-color: #333333;
	width:100%;
	margin:0 !important;
	padding:0 !important;
	font-family: Tahoma,Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}

#contentPral{
  	position: absolute;
  	width:980px;
	height:572px;
  	top: 50%;
  	left: 50%;   	
	margin-top: -285px;
	margin-left: -490px;
	padding:0;
}
/*#### GENERAL - fin ####*/

/*#### ENCABEZADO - inicio ####*/
#encabezado{
  width: 980px;
  height: 120px;  
  border-bottom: 1px solid #fff;							/*### _COLOR19_ ###*/
  margin: 0px 0px 0px 0px;
  color: #FFF;
}

#encabezado #logo{
	float:left;		
	min-height: 113px;
}

#encabezado #der{
	float:right;
	margin-top: 65px;
}
	

	/*### Menu IDIOMAS - inicio ###*/
	#encabezado #idiomas{
	  list-style:none !important;
	  font-size: 9px;
	  float: right;
	  padding-top: 5px;
	  color: #fff;
	}
	
	#encabezado #idiomas li{
		float:left;
		margin-left:2px !important;
		list-style: none;
	}
	
	#encabezado #idiomas a{
	  padding: 3px;
	  text-decoration: none;
	  color: #fff;											/*### _COLOR11A_ ###*/
	}
	
	.icon_es{ background:url(../img/iconos/idioma/es_OFF.gif) center no-repeat; }
	.icon_es:hover{ background:url(../img/iconos/idioma/es_ON.gif) center no-repeat; }
	.icon_es_ON{ background:url(../img/iconos/idioma/es_ON.gif) center no-repeat; }
	.icon_ca{ background:url(../img/iconos/idioma/ca_OFF.gif) center no-repeat; }
	.icon_ca:hover{ background:url(../img/iconos/idioma/ca_ON.gif) center no-repeat; }
	.icon_ca_ON{ background:url(../img/iconos/idioma/ca_ON.gif) center no-repeat; }
	/*### Menu IDIOMAS - fin ###*/

	/*### Menu SECCIONES - inicio ###*/
	
	#encabezado #der ul{
		width:655px;
		height:28px;
		margin-top:50px !important;
		margin: 0px !important;
		padding: 0px !important;
		list-style:none !important;
		float:right;
	}
	
	#encabezado #der li{
		position:relative;
		float:right;
		margin: 0px !important;
		padding: 0px !important;
		height:21px;
		padding:0px 0px 0px 2px !important;
		z-index:5;
		text-align:center;
	}
	
	#encabezado #der li span{
		text-align: center;
	}
	
	#encabezado a.home{
		font-size: 10px;
		text-transform:uppercase;
		color: #fff;										/*### _COLOR11B_ ###*/
		text-decoration: none;
		margin: 0px 2px 0px 2px;
		font-weight: bold;
	}
	
	#encabezado a.home:hover{
	  color: #cf003d;										/*### _COLOR??_  (No está en la BBDD) ###*/
	}
	
	#encabezado a.activo{
	  color: #cf003d;										/*### _COLOR??_  (No está en la BBDD) ###*/
	}
	/*### Menu SECCIONES - fin ###*/

/*#### ENCABEZADO - fin ####*/

/*#### CONTENIDO - inicio ####*/
.barra{
  padding: 0px 15px 0px 0px;
}

    /*#### HOME - inicio ####*/
	#inicio{
      width: 980px;
      height: 400px;
      margin: 0;
      font-family: Tahoma,Verdana,Serif,Arial;
      font-size: 10px;
      font-weight: bold;
      color: #fff;
    }
	
	#inicio p{
		font-size: 12px;
		font-weight: bold;
		text-align:center;	
	}
	
	#inicio a{
		color: #ffffff;		
		font-size: 15px;
	}
	
	#inicio a:hover{
		color: #cf003d;										/*### _COLOR??_  (No está en la BBDD) ###*/
	}

	#inicio a.activo{
		color: #cf003d;										/*### _COLOR??_  (No está en la BBDD) ###*/
	}	

	#inicio #izq{
		padding-top: 25px;
		width: 480px;
		float:left;
		height: 375px;
		border-right: 2px solid #fff;
		text-align:center;
	}
	
	#inicio #der{
		padding-top: 25px;
		width: 470px;
		float:left;
		height: 375px;
		text-align: center;
	}	
	
	
    #conten_inicio{
      width: 980px;
      height: 400px;
      margin: 0;
      font-family: Tahoma,Verdana,Serif,Arial;
      font-size: 10px;
      font-weight: bold;
      color: #fff;
    }
    /*#### HOME - fin ####*/

		/*### IZQUIERDA - inicio ###*/
		#conten_inicio #izq{
			padding-top: 25px;
			width: 470px;
			float:left;
			height: 375px;
		}
		
		#conten_inicio #izq_serv{
			margin-top: 25px;
			padding: 10px 0px 10px 20px;
			width: 450px;
			float:left;
			height: 335px;
			background-color: #cf003d;
			font-size: 13px;
		}
		
		#conten_inicio #izq_mapa{
			width: 710px;
			float:left;
			height: 360px;
			margin-top: 20px;
		}
		/*### IZQUIERDA - fin ###*/
		
		/*### DERECHA - inicio ###*/
		#conten_inicio #der{
			padding-top: 25px;
			float:right;
			width: 500px;
			overflow:hidden;
		}
		
		#lateral{	
		position: relative;
		width:500px;
		height:355px;
		overflow:hidden;
		float: left;
		}
		#lateral div{ 
			position: absolute;
			left: 0;
			top: 0;
		}
		
		#conten_inicio #der #arriba_presen{
			height: 320px;
			overflow:hidden;
			margin-bottom: 20px;
		}
		
		#conten_inicio #der #abajo_presen{
			width: 500px;
			height: 25px;
			text-align: right;
		}
		
		
		#conten_inicio #der #abajo_presen img{
			vertical-align: middle;
			margin-bottom: 2px;
		}
		
		#conten_inicio #der #abajo_presen a img{
			vertical-align: middle;
		}
		
		#conten_inicio #der #abajo_presen a{
			color: #FFF;
			font-size: 14px;
			margin-left: 10px;
		}
		
		#conten_inicio #der #abajo_presen a:hover{
			color: #cf003d;
		}
		
		#conten_inicio #der #abajo_presen a.activo{
			color: #cf003d;
		}
		
		

		
		#conten_inicio #der_mapa{
			float:right;
			width: 250px;
			padding: 20px 0 20px 20px;
		}
		
		#conten_inicio #der_mapa a{
			color: #cf003d;
		}

		#conten_inicio #der_mapa a:hover{
			color: #fff;
		}
		/*### DERECHA - fin ###*/
		
		/*### ARRIBA - inicio ###*/
		#arriba{
			padding-top: 20px;
			width: 980px;	
			height: 230px;
		}		
		
		#arriba_marcas{
			width: 980px;
			height: 50px;
			padding-top: 10px;
		}
		
		#arriba_marcas #menu_marcas{
			width:980px;
			height:17px;
			border:1px solid #333;									/*### _COLOR14_ ###*/
			background-color:#cf003d;									/*### _COLOR7_ ###*/
			clear:both;
			margin: 0px !important;
			padding: 6px 0 5px 0 !important;
			text-align: center;
			font-size: 11px;
		}
		
		#arriba_marcas #menu_marcas a{
			margin: 0 8px 0 8px;
		}
		
		/*### ARRIBA - fin ###*/
		
		/*### ABAJO - inicio ###*/
		#abajo{
			width: 980px;	
			height: 130px;
			text-align: center;
		}		
		
		#abajo img{
			margin: 0 4px 0 3px;
		}
		
		#abajo_marcas{
			width: 980px;
			height: 350px;		
		}
		
		#abajo_marcas #izq_marcas{
			float:left;
			width: 280px;
			height: 300px;
			background-color:#999;
			padding: 10px;
		}
		
		#abajo_marcas #izq_marcas li{
			list-style:  inside;
			color: #333;
			font-size: 14px;
			padding-bottom: 5px;
		}
		
		#abajo_marcas #der_marcas{
			float:left;
			width: 670px;
			height: 300px;		
			margin-left: 10px;
		}
		
		#abajo_marcas #der_marcas .logo{
			height: 75px;
			display:block;
			margin-left: 10px;
		}
		
		#abajo_marcas #der_marcas .rest{
			height: 250px;
			text-align: right;
		}

		#abajo_marcas #der_marcas .rest img{
			padding-left: 5px;
		}
		/*### ABAJO - fin ###*/
		
		#expo{
			padding-top: 20px;
			width: 945px;
			height: 380px;
			float: left;
		}
		
		#expo .gran{
			width: 577px;	
			float: left;
		}
		
		#expo .peq{
			width: 360px;	
			float:right;
		}
		
		#expo .peq img{
			margin: 0 3px 5px 0;
		}
		
		#proj{
			padding-top: 15px;
			width: 935px;
			height: 380px;
			float: left;
			margin-left: 20px;
		}
		
		#proj .gran img{
			height: 251px;
			width: 446px;
			margin: 0 10px 10px 0;
			border: none;
			padding: 0;
		}
		
		#proj .peq img{
			height: 107px;
			width: 142px;
			margin: 0 8px 0 0;
			border: none;
			padding: 0;
		}
		
		#menu_lat{
			float: right;
			width: 13px;
			padding: 20px 12px 0px 0px;
			text-align:right;
		}
		
		#menu_lat a{
			color: #ffffff;		
			font-size: 13px;
		}
		
		#menu_lat a:hover{
	  		color: #cf003d;										/*### _COLOR??_  (No está en la BBDD) ###*/
		}
	
		#menu_lat a.activo{
	  		color: #cf003d;										/*### _COLOR??_  (No está en la BBDD) ###*/
		}
		

/*#### CONTENIDO - fin ####*/


/*#### PIE - inicio ####*/
.pie{
  font-size: 10px;
  font-weight: normal;
  padding: 10px 0px 0px 0px; 
  border-top: 1px solid #fff;							/*### _COLOR19_ ###*/
  width: 980px;
  height: 30px;
  color: #fff;											/*### _COLOR15_ ###*/
}

	/*#### IZQUIERDA - inicio ####*/
	#copyr{
	  float: left;
	}

	#copyr a{
	  color: #fff;										/*### _COLOR16_ ###*/
	}
	
	#copyr a:hover{
	  color: #cf003d;									/*### _COLOR17_ ###*/
	}
	
	#copyr img{
		vertical-align: text-top;
	}
	/*#### IZQUIERDA - fin ####*/
	
	/*#### DERECHA - inicio ####*/	
	#copyr_d{
	  float: right;
	}
	
	#copyr_d a{
	  color: #fff;										/*### _COLOR15_ ###*/
	}
	
	#copyr_d a:hover{
	  text-decoration: underline;
	}
	/*#### DERECHA - inicio ####*/

/*#### PIE - fin ####*/

/*#### MAPA WEB - inicio ####*/
.mapaWeb{
	background-color: #d0003c;	
	font-family: Verdana, Geneva, sans-serif;
}

#ventanaemergente{
	width:710px;
	height:315px;
	margin:20px 20px 0 10px !important;	
}

#ventanaemergente_mini{
	width:710px;
	height:185px;
	margin:20px 20px 0 10px !important;	
}

#mapaRoot{
	margin: 20px;
}

#mapaRoot li{
	list-style:square;
	font-size: 12px;
	margin-bottom: 10px;
}

#mapaRoot ul{
	margin: 10px 0px 0px 20px;	
}

.titulo{
	font-size: 12px;
}
.inputStyle{
	width: 210px;
	height: 30px;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

.textareaStyle{
	width: 230px;	
	height: 170px;
	font-size: 13px;
	margin: 5px 5px 15px 0px;
	font-family: Verdana, Geneva, sans-serif;
}
/*#### MAPA WEB - fin ####*/

/*#### BARRA DE SCROLL - inicio ####*/
.scroll-track{
	width:5px;
 	height:10px;
 	background-color:#191919;
	margin:0px !important;
	padding:0px !important;
}

.scroll-handle-top {
	width:5px;
 	height:1px;
 	background-color:#BBB;
}

.scroll-handle{
 	width:5px;
 	height:10px;
	margin:0px !important;
	padding:0px !important;
 	background-color:#BBB;
 	cursor:pointer;
}

.scroll-handle-bot {
	width:5px;
 	height:1px;
 	background-color:#BBB;
}
/*#### BARRA DE SCROLL - fin ####*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:980px;
    height:400px;
    margin:0 auto;
    padding-top:20px;
    margin-top:0px;
}

#slider {
	position:relative;
    width:946px;
    height:359px;
    margin-left:0px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:960px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	border:0;
	margin-right:3px;
	float:left;
	color:#FFF;
	font-size:12px;
}
.nivo-controlNav a.active {
	color: #cf003d;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}


a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
