/*Horizontal Orientation CSS*/
.jscarousal-horizontal
{
	width: auto;
	height: 200px;
	overflow:hidden;
	background-color:#FFFFFF;
	border:0px solid #369;
	margin: 0px;
	padding: 0px;
	position: relative; 
}

.jscarousal-horizontal a img
{
	border: 0px solid #FFFFFF;
	display:block;
	text-decoration:none;
	
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward
{
	float: left;
	width: 23px;
	height: 0px;
	background-color: #121212;
	color: White;
	position: relative;
	top: 0px;
	cursor: pointer;
}
.jscarousal-horizontal-back
{
	/*background-image: url(left_arrow.jpg);*/
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal-horizontal-forward
{
	/*background-image: url(right_arrow.jpg);*/
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents-horizontal
{
	width: 690px;
	height: 200px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left:0px;
}
.jscarousal-contents-horizontal > div
{
	position: absolute;
	width: 100%;
	height: 200px;
}
.jscarousal-contents-horizontal > div > div
{
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.jscarousal-contents-horizontal_img
{
	width: 107px;
	height: 61px;
	border: solid 0px #7A7677;
}
/*Horizontal Orientation CSS Ends*/

/*Vertical Orientation CSS Starts*/
.jscarousal-vertical
{
	width: 140px;
	height: 460px;
	background-color: #121212;
	border: solid 0px #7A7677;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.jscarousal-vertical-back, .jscarousal-vertical-forward
{
	width: 100%;
	height: 30px;
	background-color: #121212;
	color: White;
	position: relative;
	cursor: pointer;
	z-index:100;
}
.jscarousal-vertical-back
{
	background-image: url(top_arrow.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.jscarousal-vertical-forward
{
	background-image: url(bottom_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.jscarousal-contents-vertical
{
	overflow: hidden;
	width: 140px;
	height: 410px;
}
.jscarousal-contents-vertical > div
{
	position: absolute;
	top: 40px;
	width: 100%;
	height: 820px;
	overflow: hidden;
}
.jscarousal-contents-vertical > div > div
{
	width: 140px;
	height: 125px;
	margin: 8px;
	margin-left: 14px;
}
.jscarousal-contents-vertical > div > div span
{
	display: block;
	width: 70%;
	text-align: center;
}
.jscarousal-contents-vertical img
{
	width: 100px;
	height: 80px;
	border: solid 1px #7A7677;
}
/*Vertical Orientation CSS Ends*/

/*Common*/
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	/*font-weight: bold;*/
	text-align: center;
	display: block;
	font-family:Calibri; 
	font-size:14px;
	/*padding: 10px 2px 2px 0px;*/
}





#hWrapperAuto a img
{
	border: 0px solid #FFFFFF;
	display:block;
	text-decoration:none;
	}


		#demo-wrapper
        {
            margin:0px;
            padding:0px;
            width:auto;
            height:auto;
			overflow:hidden;
			z-index:1000;
			
			
		
			
        }
		
		/*estilo bloque */


#hWrapperAuto {
        padding: 0px;
		margin:0px;
      }
      #hWrapperAuto div {
     
		height:auto;
		overflow:hidden;
        padding: 0px;
        margin: 0px;
        display: block;
        float: left;
		
	
      }
	  #carouselhAuto{height:auto; overflow:hidden; padding:0px !important; margin:0px 1px 0px -2px !important; display:inline-block!important; border-left:0px solid #369 !important; z-index:10 !important;}
	  
	  .bloqueitem{ background-color:#FFFFFF;  width:229px; margin:0px; height:auto; overflow:hidden;border-left:0px solid #369; border-right:1px solid #369;}
	  
	  .bloqueitem table{ width:100%; height:auto; overflow:hidden; margin:0px; padding:0px;}
      .clearfix {
        float: none;
        clear: both;
      }
        #demo-left
        {
            width: 15%;
            float: left;
        }
        #demo-right
        {
            width: 85%;
            float: left;
        }
        #hWrapperAuto
        {
		width:auto;
			 margin:0px;
			 padding:0px;
			 
        }
        #demo-tabs
        {
            width: 100%;
            height: 50px;
            color: White;
            margin: 0;
            padding: 0;
        }
        #demo-tabs div.item
        {
            height: 35px;
            float: left;
            background-color: #2F2F2F;
            border: solid 1px gray;
            border-bottom: none;
            padding: 0;
            margin: 0;
            margin-left: 10px;
            text-align: center;
            padding: 10px 4px 4px 4px;
            font-weight: bold;
        }
        #contents
        {
            width: 100%;
            margin: 0;
            padding: 0;
            color: White;
            font: arial;
            font-size: 11pt;
        }
        #demo-tabs div.item.active-tab
        {
            background-color: Black;
        }
        #demo-tabs div.item.active-tabc
        {
            background-color: Black;
        }
        #v1, #v2
        {
            margin:0px;
        }
        .visible
        {
            display: block;
        }
        .hidden
        {
            display: none;
        }
        #oldWrapper
        {
            margin-left: 100px;
        }
        #contents a
        {
            color: yellow;
        }
        #contents a:hover
        {
            text-decoration: none;
            color: Gray;
        }
        .heading
        {
            font-size: 20pt;
            font-weight: bold;
        }
		.header{height:40px;background-color:#9DADCE;color:#fff;text-align:center;font-weight:100;font-family:Calibri; font-size:22px;}
		.foot{height:20px;background-color:#9DADCE;!important; }
		.promocion{background-color:#369;}
		.pedidos{background-color:rgb(102, 134, 179)}
		.pedidos01{background-color:rgb(178, 194, 217) !important;}
		
		
		
		a.prev{
               
				background: url(/pagina_internet/imagenes/fecha-izquierda.png) no-repeat transparent;
                width: 38px;
                height: 38px;
                display:none;
                position:relative;
				margin:-100px 0px 0px 0px;
				float:left;
				
				top:170px;
				left:0px;
				z-index: 10000;
				/*background-position: 0 0;
				
				/*opacity:0.6;
				filter:alpha(opacity=60);*/
				
				
        }
		
		a.next {
               
				background: url(/pagina_internet/imagenes/fecha-derecha.png) no-repeat transparent;
                width: 38px;
                height: 38px;
                display:none;
                position: relative;
				float:right;
                top:-35px;
				right:0px;
				margin:-80px 0px 0px 0px;
				
				z-index: 10000;
				/*background-position: -50px 0;
				/*opacity:0.6;
				filter:alpha(opacity=60);*/
				
				
				
        }
		
       
        a.prev:hover {
               background: url(/pagina_internet/imagenes/fecha-izquierda-hover.png) no-repeat transparent;
        }
        a.prev.disabled {
                background: url(/pagina_internet/imagenes/fecha-izquierda-hover.png) no-repeat transparent !important;  
        }
       
        
		a.next:hover {
               background: url(/pagina_internet/imagenes/fecha-derecha-hover.png) no-repeat transparent; 
        }
        a.next.disabled {
               background: url(/pagina_internet/imagenes/fecha-derecha-hover.png) no-repeat transparent !important;  
        }
        
		
		a.prev.disabled, a.next.disabled {
                cursor: default;
        }
        a.prev span, a.next span {
                display: none;
				
				
        }
		
		.clearfix {  

    	float: none;  
		clear: both;  
		} 
		
		/* ----------------------------------- */
		
		
		
