html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color:#000;
}

/* Quita el maldito borde azul de los enlaces al estar activos */ 

*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}


#contenedor{
	width:1024px;
	background-color:#FFF;
	margin:0 auto 0 auto;
	margin-top:30px;
}


#centrado {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 508px;
    margin-top: -280px;    // Mitad
    width: 1024px;
    margin-left: -512px;    // Mitad
}

/* 
	ZONA DE SCROLL SUPERIOR
*/

div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 628px;	
	height: 65px;	
	/* custom decorations */
	margin-top:20px;
}

/* 
	Elementos del Scroll
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-right:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	width:65px;
	height:65px;
	text-align:center;
	line-height:65px;
	margin-right:15px;
	/* Opacidad de la imagen */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	cursor:pointer;
}


/* active item */
div.scrollable div.items div.active {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
}

div.scrollable div.items div:hover {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
}



/* 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:27px;
	height:27px;
	background:url(../img/left.png) no-repeat;
	float:left;
	margin:40px 10px;
	cursor:pointer;
}

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

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

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/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(../img/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;     
} 	


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	/* background-color: #fff; */
	padding: 3px;
	/* opacity: 0.85; */
	font-size:9px;
}
#tooltip h3, #tooltip div { margin: 0; }

#separador_descripcion {
	width:191px;
	height:1px;
	color:#dddddd;
	border:0px;
	background-color:#dddddd;
	padding:0px;
	margin:0px;
	float:left;
	margin-top:8px;
	margin-bottom:8px;
	clear:both;
}

#separador_categorias {
	width:165px;
	height:1px;
	color:#dddddd;
	border:0px;
	background-color:#dddddd;
	padding:0px;
	margin:0px;
	float:right;
	margin-top:8px;
	margin-bottom:8px;
	clear:both;
}

div #categoria a {
	color:#555555;
	text-decoration:none;
}

div #categoria a:hover {
	font-weight:bold;
}

div #categoria a.seleccionado {
	color:#555555;
	text-decoration:none;
	font-weight:bold;
}

.puntoventa_contenido {
	padding-top:10px;
	padding-bottom:5px;
	display:none;
	color:#5d5d5d;
	line-height:16px;
}


#photoholder {
  width:757px;
  height:508px;
  background:#fff url('/images/loading.gif') 50% 50% no-repeat;
}
#thephoto {
  width:757px;
  height:508px;
  visibility:hidden;
}

/* ZONA DE SCROLL */

/* Scroll Bar */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width:10px;
	background-image:url(../img/fondo_scroll.gif);
}
.vscrollerbar {
	background-image: url(../img/bola_scroll.png);
	width: 10px;
	height: 10px !important;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 17px;}
.hscrollerbar {height: 17px; background-color:#090;}


.vscrollerbar, .hscrollerbar {
	padding: 0px;
	padding-top:0px; /*La distancia a la que frena el scroll arriba */
	z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
	width: 27px;
	height: 17px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #698AAA;
}


#tira_inferior {
	width:1024px;
	padding-top:10px;
	margin-right:10px;
	background-color:#000;
	color:#999;
	font-size:10px;
}


#tira_inferior a {
	color:#999;
	text-decoration:none;
}

#tira_inferior a:hover {
	color:#FBB6D2;		
}


/* Scroll Bar - Fin */


/* ---------->>> jtip <<<---------------------------------------------------------------*/



#JT_arrow_left{

	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}



#JT_arrow_right{
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
	cursor:help;
}


.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#ED85CC;
	font-size: 10px;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}


