﻿/*Horizontal Orientation CSS*/
#caro {
	width: 711px;
	height: 238px;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
}

#caro .jscarousal-horizontal {
	width: 256px;
	height: 290px;
	border: none;
	margin: 0;
	padding: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
	float: left;
	padding-left: 40px;
}

#caja_carrusel_uno {
	width: 301px;
	height: 290px;
	float: left;
	padding-left: 220px;
	padding-top: 10px;
}

#carouselh {
	width: 711px;
	height: 238px;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}

.jscarousal-horizontal .carrusel_precio {
	width: 272px;
	height: 17px;
	background: #131413 url(images/precio.png) no-repeat right bottom;
	padding: 8px;
}

.jscarousal-horizontal .carrusel_detalle {
	width: 258px;
	height: 115px;
	float: left;
	background: transparent url(images/fondocajas.jpg);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	text-decoration: none;
}

a {
	text-decoration: none
}

span {
	text-decoration: none
}

.jscarousal-horizontal .carrusel_detalle .detalle_id {
	color: #8dac1b;
	font-weight: bold;
	text-align: left;
	display: block;
	font: bold 14px/16px Helvetica, sans-serif;
}

.jscarousal-horizontal .carrusel_detalle .detalle-text {
	color: #fff;
	font-weight: bold;
	text-align: left;
	display: block;
	font: bold 11px/15px Helvetica, sans-serif;
	text-decoration: none;
}

.jscarousal-horizontal {
	width: 656px;
	height: 290px;
	border: none;
	margin: 0;
	padding: 0;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}

#jscarousal-horizontal_uno {
	width: 290px !important;
}

.jscarousal-horizontal .precio_nombre {
	color: #fff;
	font: bold 18px/18px Helvetica, sans-serif;
	float: left;
}

.jscarousal-horizontal .precio {
	color: #fff;
	font: bold 18px/18px Helvetica, sans-serif;
	float: right;
	padding-right: 0px;
}

.jscarousal-horizontal .precio_nombre span {
	padding: 15px;
	text-decoration: none;
}

.jscarousal-horizontal-back, .jscarousal-horizontal-forward {
	float: left;
	width: 23px;
	height: 291px;
	color: White;
	position: relative;
	top: 0px;
	cursor: pointer;
}

.jscarousal-horizontal-back {
	background-image: url(images/flecha_anterior.png);
	background-repeat: no-repeat;
	background-position: left;
}

.jscarousal-horizontal-forward {
	background-image: url(images/flecha_siguiente.png);
	background-repeat: no-repeat;
	background-position: right;
}

.jscarousal-contents-horizontal {
	width: 610px;
	height: 301px;
	float: left;
	position: relative;
	overflow: hidden;
}

.jscarousal-contents-horizontal>div {
	position: absolute;
	width: 100%;
	height: 284px;
}

.jscarousal-contents-horizontal>div>div {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	width: 288px;
	height: 281px;
	background-color: #232323;
}

.jscarousal-contents-horizontal img {
	width: 288px;
	height: 147px;
	border: none;
}
/*esti*/
#demo-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	padding: 40px 20px 0px 20px;
}

#demo-left {
	width: 15%;
	float: left;
}

#demo-right {
	width: 85%;
	float: left;
}

#hWrapperAuto {
	margin-top: 20px;
}

#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: 20px;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}