/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0px;
	height:39px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	width: 100%;
	background-image: url(/images/tab.png);
	background-repeat: no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding:0px;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
	height:39px;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 33px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#bottom_left #expert_slide {
	height:auto;
	color: #4D3E29;
	background: #272423 url(images/bkg_landing.png) top center no-repeat;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}
#contenido-expert {

}
#contenido-expert ul {
	position: relative;
	width: 617px;
	background-repeat: repeat-x;
	background-position: top;
	height: 36px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}
#contenido-expert ul li {
	float: left;
	margin-right: 3px;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#contenido-expert ul li a {
	height: 26px;
	width: 121px;
	display: block;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	background-image: url(/images/offer-tab-reposo.png);
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contenido-expert ul li a:hover {
	background-image: url(/images/offer-tab-over.png);
	color: #5E503D;
}
#contenido-expert ul li .expertActivo {
	color: #5E503D;
	background-image: url(/images/offer-tab-over.png);
}


#contenido-expert .contenido {
	position: relative;
	width: 577px;
	margin-left: 15px;
	background-color: #F9F7F1;
	margin-bottom: 18px;
	margin-top: -2px;
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 23px;
	padding-left: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}






#expert_slide h5 {
	width:auto;
	height:35px;
	font:bold 1.45em Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom:1px solid #423F3E;
}
#offers_slide {
	position: relative;
	height: 399px;
	width: 650px;
}
#offers_slide h5 {
	margin:0;
	width:auto;
	height:35px;
	color:#FFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	background-color: #2e2b29;
	background-image: url(/images/dark-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
}
#contenido-offers {
	position: relative;
	height: 317px;
	width: auto;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/dark-back.gif);
	background-position: bottom;
}
#contenido-offers ul {
	position: relative;
	width: 617px;
	background-repeat: repeat-x;
	background-position: top;
	height: 36px;
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}
#contenido-offers ul li {
	float: left;
	margin-right: 3px;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 36px;
	width: 121px;
}
#contenido-offers ul li a {
	height: 26px;
	width: 117px;
	display: block;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/expert-tab-reposo.png);
}
#contenido-offers ul li a:hover {
	background-image: url(/images/expert-tab-hover.png);
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#contenido-offers .contenido {
	position: relative;
	width: 565px;
	margin-left: 17px;
	background-color: #f9f7f1;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 237px;
	margin-right: 0px;
	padding-top: 23px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 35px;
}
#contenido-offers ul li .offersActivo {
	background-image: url(/images/bkg-tab-offers.jpg);
	color: #5e503d;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contenido-offers
.contenido .interno .mascara   {
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 550px;
	display: block;
	height: 227px;
	padding: 0px;
	margin: 0px;
}
#contenido-offers .contenido .interno .mascara .slideContent  {
	width: 6000px;
	position: absolute;
	height: 227px;
	margin: 0px;
	padding: 0px;
}
#contenido-offers .contenido .interno .mascara .oferta  {
	width: 155px;
	float: left;
	height: 227px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#contenido-offers .oferta .offerTxt {
	position: relative;
	height: 19px;
	width: 154px;
	background-image: url(/images/offer-back.gif);
	color: #900;
	text-decoration: line-through;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenido-offers .oferta .closeoutTxt {
	background-image: url(/images/closeout-back.gif);
	height: 32px;
	width: 145px;
	position: relative;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
}
#contenido-offers .oferta .title {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenido-offers .oferta .pborder {
	border: 5px solid #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




#contenido-offers .contenido .interno #contenidoOffers1 {
	position: relative;
}
#contenido-offers .contenido .interno #contenidoOffers2 {
	position: relative;
}
#contenido-offers .contenido .interno #contenidoOffers3 {
	position: relative;
}
#contenido-offers .contenido .interno .btnRetroceder {
	position: absolute;
	top: 90px;
	left: -52px;
}
#contenido-offers .contenido .interno .btnAvanzar  {
	position: absolute;
	top: 90px;
	right: -32px;
}

#main_slide {
	height: 502px;
	width: 635px;
	position: relative;
	background-image: url(/images/bkg-slide-main.png);
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
}
#main_slide .mainSlideContent {
	background-color: #403d3b;
	height: 420px;
	width: 620px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_slide ul {
	width: 620px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_slide ul li {
	float: left;
	width: 155px;
	margin: 0px;
	padding: 0px;
}
#main_slide ul li a {
	height: 44px;
	width: 155px;
	display: block;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_slide ul li a:hover {
	color: #FFF;
	background-image: url(/images/bkg-tab-main-slide-a.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main_slide ul li .activoMainSlide {
	background-image: url(/images/bkg-tab-main-slide.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}
#main_slide #mainSlideContent1 {
	position: relative;
	height: 307px;
	width: 600px;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_slide .interno .descripcion{
	position: absolute;
	width: 620px;
	height: 60px;
	background-image: url(/images/bkg-main-slide-trans.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	left: 0px;
	bottom: 0px;
}
#main_slide #mainSlideContent2 {
	position: relative;
	height: 307px;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_slide #mainSlideContent3 {
	position: relative;
	height: 307px;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_slide #mainSlideContent4 {
	position: relative;
	height: 307px;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_slide .descripcion .texto {
	position: absolute;
	width: 350px;
	float: left;
	text-align: left;
	height: 43px;
	top: 5px;
	left: 10px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_slide .descripcion .precio {
	float: left;
	position: absolute;
	right: 20px;
	height: 40px;
	width: 185px;
	top: 5px;
	background-image: url(/images/bkg-main-slide-price.png);
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#main_slide .descripcion .texto .subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ead29f;
}
#main_slide .descripcion .texto .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#main_slide .descripcion .precio .priceWas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e84a4a;
	text-decoration: line-through;
	font-weight: bold;
}
#main_slide .descripcion .precio .priceTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#details_main_slide .mascara  {
	position: relative;
	width: 580px;
	height: 85px;
	overflow: hidden;
}
#details_main_slide .mascara .slideContent {
	position: absolute;
	width: 6000px;
	height: 80px;
}
#contenido-offers ul li .offersActivo:hover {
	background-image: url(/images/bkg-tab-offers.jpg);
	color: #5e503d;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.testimonialsMask {
	height: 504px;
	width: 290px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.testimonialIndividual {
	position: relative;
	height: 500px;
	width: 290px;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.testimonialsSliderContainer {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 6000px;
}
.remodel_testimonials ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 22px;
	right: 10px;
}
.remodel_testimonials ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
	height: 10px;
	width: 10px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/bull-reposo.jpg);
	background-repeat: no-repeat;
}

.remodel_testimonials ul li a {
	display: block;
	position: relative;
	height: 10px;
	width: 10px;
	margin: 0px;
	padding: 0px;
}

.testimonialsActivo {
	display: block;
	position: relative;
	height: 10px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bull-activo.jpg);
	background-repeat: no-repeat;
}
.remodel_testimonials ul li a:hover {
	display: block;
	position: relative;
	height: 10px;
	width: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bull-activo.jpg);
	background-repeat: no-repeat;
}

