@charset "UTF-8";
/* CSS Document */

/* CSS GENERAL */
body {
	background:#fff;
	margin:0px;
}



/* CSS CABECERAS */
h1 {
	color: #f0820b;
	font-family: Helvetica, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding:0px;
	margin: 0px;
}
h2 {
	color: #000000;
	font-family: Helvetica, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding:0px;
	margin: 0px;
}



/* CSS CAPAS */
#SuperiorCabecera {
	margin:0 auto;
	width:100%;
	border-top: 5px solid #f0820b;
}

#Cabecera {
	margin:0px auto;
	width:990px;
	padding:10px 0px;
}

#CabeceraContenido {
	display:table;
	width:990px;
}

#CabeceraIzquierda {
	position:relative;
	float:left;
	width:250px;
}

#CabeceraDerecha {
	position:relative;
	float:right;
	width:640px;
	padding-top:15px;
	text-align:right;
}

#Menu {
	margin:0px auto;
	padding:0px;
	width:990px;
	margin-bottom:5px;
	background:url(../images/fondo-barra-menu.jpg) no-repeat;
	height:43px;
}

/*#Animacion {
	margin:0 auto;
	width:990px;
	margin-bottom:5px;
}*/

#Buscador {
	margin:0 auto;
	width:990px;
	margin-bottom:5px;
}

#BuscadorContenido {
	background:#282828;
	height:40px;
	margin:0px auto;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

#Cuerpo {
	width:990px;
	margin:0px auto;
}

#CuerpoContenido {
	display:table-cell;
}


#Pie {
	margin:10px auto 0 auto;
	border-top:3px solid #dddbd4;
	background:#f1efed;
}

#PieContenido {
	width:990px;
	margin:0px auto;
	padding:15px 0px;
	display:table;
	line-height:20px;
}

#PieIzquierda {
	position:relative;
	float:left;
	margin:0 auto;
	width:680px;
	padding:10px;
	padding-left:0px;
}

#PieDerecha {
	position:relative;
	float:right;
	width:150px;
	text-align:right;
	margin:0 auto;
	padding:10px;
	padding-right:0px;
}



/* CAPAS GENERALES */
.capaDosIzquierdaProductos {
	position:relative;
	float:left;
	width:820px;
	margin-right:5px;
}
.capaDosDerechaProductos {
	position:relative;
	float:right;
	width:165px;
}

.capaDosIzquierda {
	position:relative;
	float:left;
	width:165px;
	margin-right:5px;
}
.capaDosDerecha {
	position:relative;
	float:left;
	width:820px;
}

.capaTresIzquierda {
	position:relative;
	float:left;
	width:165px;
}
.capaTresCentral {
	position:relative;
	float:left;
	width:650px;
	padding:5px;
}
.capaTresDerecha {
	position:relative;
	float:left;
	width:165px;
}



/* FUENTES */
.rojo {
	color:#FF0000;
}

.textosmini {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.textosmini {
	text-decoration: none;
}
A.textosmini:hover {
	color: #242424;
	text-decoration: none;
}

.textos {
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.textos {
	color: #f0820b;
	text-decoration: none;
}
A.textos:hover {
	color: #f0820b;
	text-decoration: none;
}

.titulospie {
	font:normal 16px/18px 'Trebuchet MS';
	color:#242424;
}
A.titulospie {
	text-decoration: none;
}
A.titulospie:hover {
	color: #000000;
	text-decoration: none;
}

.enlacespie {
	font:normal 12px/10px 'Trebuchet MS';
	color:#f0820b;
}
A.enlacespie {
	text-decoration: none;
}
A.enlacespie:hover {
	color: #000000;
	text-decoration: none;
}

/* ESQUINAS REDONDEADAS */
div.cuadro {
	margin-top:20px;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

A {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
A:hover {
	color: #f0820b;
	text-decoration: none;
}


/* ----------------- Inicio Scroll Horizontal ----------------- */
/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 745px;	 
	height:220px;
	margin:0 auto;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;	
}



/* single item */
#thumbs div {
	float:left;
	color:#fff;
	cursor:pointer;
	height:180px;
	padding:10px;
	text-align:center;
}

/* style when mouse is over the item */
#thumbs div.hover {
	/*background-color:#444;*/	
}

/* style when element is active (clicked) */
#thumbs div.active {
	/*background-color:#066;*/
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/left.png) no-repeat;
	float:left;
	margin:49px 4px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -30px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	
/* ----------------- Fin Scroll Horizontal ----------------- */

/* -----------------Inicio Banner Cabecera ----------------- */
.slideshow {
	margin:0 auto;
	width:990px;
	margin-bottom:5px;
	position:relative;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.slideshow a img {
    border:none;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
	height:200px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
}
.slideshow .buttons {
	float:left;
    display:none;
	top:162px;
	left:805px;
}
.slideshow .buttons {
	display:block;
	position:absolute;
	z-index:100;
	margin:0;
}
.slideshow .buttons li {
	float:left;
	display:inline;
	width:21px;
	height:26px;
	margin:0;
	padding-left:10px;
	line-height:26px;
	background-image:url(../images/bolafondo.png);
	background-repeat:no-repeat;
}
.slideshow .buttons li a {
	float:left;
    text-decoration:none;
	width:26px;
	height:26px;
	color:#fff;
	outline:0;
}
.slideshow ul.buttons li a:hover {
    text-decoration:none;
    color:#888888;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#242424;
}
/* -----------------Fin Banner Cabecera ----------------- */

/* Botón INFORMACIÓN */
a#botoninformacion-es {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-informacion-es.png) top left no-repeat;
}
a#botoninformacion-es:hover {
    background-position:0 -25px;
}
a#botoninformacionActivo-es {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-informacion-es.png) top left no-repeat;
    background-position:0 -25px;
}

/* Botón COMPOSICIÓN */
a#botoncomposicion-es {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-composicion-es.png) top left no-repeat;
}
a#botoncomposicion-es:hover {
    background-position:0 -25px;
}
a#botoncomposicionActivo-es {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-composicion-es.png) top left no-repeat;
    background-position:0 -25px;
}

/* Botón IMAGEN 360º */
a#botonimagen360-es {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-imagen360-es.png) top left no-repeat;
}
a#botonimagen360-es:hover {
    background-position:0 -25px;
}
a#botonimagen360Activo-es {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-imagen360-es.png) top left no-repeat;
    background-position:0 -25px;
}

/* Botón TECNOLOGÍAS */
a#botontecnologias-es {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-tecnologias-es.png) top left no-repeat;
}
a#botontecnologias-es:hover {
    background-position:0 -25px;
}
a#botontecnologiasActivo-es {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-tecnologias-es.png) top left no-repeat;
    background-position:0 -25px;
}



/* Botón INFORMACIÓN */
a#botoninformacion-en {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-informacion-en.png) top left no-repeat;
}
a#botoninformacion-en:hover {
    background-position:0 -25px;
}
a#botoninformacionActivo-en {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-informacion-en.png) top left no-repeat;
    background-position:0 -25px;
}

/* Botón COMPOSICIÓN */
a#botoncomposicion-en {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-composicion-en.png) top left no-repeat;
}
a#botoncomposicion-en:hover {
    background-position:0 -25px;
}
a#botoncomposicionActivo-en {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-composicion-en.png) top left no-repeat;
    background-position:0 -25px;
}

/* Botón IMAGEN 360º */
a#botonimagen360-en {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-imagen360-en.png) top left no-repeat;
}
a#botonimagen360-en:hover {
    background-position:0 -25px;
}
a#botonimagen360Activo-en {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-imagen360-en.png) top left no-repeat;
    background-position:0 -25px;
}

/* Botón TECNOLOGÍAS */
a#botontecnologias-en {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-tecnologias-en.png) top left no-repeat;
}
a#botontecnologias-en:hover {
    background-position:0 -25px;
}
a#botontecnologiasActivo-en {
    display:block;
    text-indent:-9999em;
    width:165px;
    height:25px;
    background:url(../images/boton-tecnologias-en.png) top left no-repeat;
    background-position:0 -25px;
}
