.main-cont{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.static-content {
	width: 900px;
	height: auto;
	float: left;
	overflow: hidden;
	padding: 10px;
	background: url(/css/imagenes/repetirPrincipal.jpg) top center repeat-x #fff;
}
.footer {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.wrapper{
	width: 920px;
	margin: 0 auto;
}

/* : : : : : : : : HEADER: : : : : : : : : : */
.header {
	width: 100%;
	height:100px;
	float:left;
	overflow: hidden;
	background: #fff;
}
.logo {
	width: auto;
	float: left;
	margin: 10px;
}
.menu-bar {
	width: 400px;
	height: 20px;
	float: right;
	margin-bottom: 30px;
	padding: 10px 10px 0 0 ;
	text-align: right;
}
.menu-bar a{
	color: #66CCFF;
}
.search-bar {
	width: 400px;
	height: auto;
	float: right;
	text-align: right;
}
.cart {
	width: 150px;
	height: auto;
	float: left;
}
.search {
	width: 200px;
	height: auto;
	float: right;
	padding-right: 10px;
}
.search input.text{
	background: #DBE2E8;
	padding: 5px;
	color: #536A6F;
	border: none;
}
/* : : : : : : : : FOOTER: : : : : : : : : : */
.footer-data {
	width: 100%;
	padding: 5px;
	overflow: hidden;
	color: #CCFFFF;	
}
.credits {
	width: 100%;
	height:25px;
	float:left;
	overflow: hidden;
	font-size: 11px;
}
.credits a {
	color: #66CCFF;
}
.disclaimer {
	text-align: center;
	padding: 5px;
}
/* : : : : : : : : STATIC CONT: : : : : : : : : : */
.search-box{
	width: 250px;
	float: right;
	margin: 20px 0;
	background: #f5f5f5;
	border: solid 1px #f1f1f1;
	padding: 10px;
}

/* : : : : : : : : MAIN MENU: : : : : : : : : : */
.main-menu{
	position: relative;
	width: 896px;
	margin-bottom: 10px;
	overflow: hidden;
}
.main-menu ul{
	float: left;
	display: inline-block;
	list-style: none;
	padding: 2px;
	margin-left: 10px;
}
.main-menu ul li{
	float: left;
}
.main-menu ul li a{
	float: left;
	padding: 9px 10px;
}
.main-body{
	position: relative;
	overflow: hidden;
}
.user{
	float: right; 
	padding: 11px 10px;
}

/* : : : : : : : : BREADCRUMB: : : : : : : : : : */
.breadcrumb{
	padding: 5px;
	clear: both;
}
/* : : : : : : : : CONTS: : : : : : : : : : */
.left-sidebar{
	position: relative;
	float: left;
	display: inline-block;
	width: 180px;
	margin-right: 10px;
	overflow: hidden;
}
.right-sidebar{
	float: right;
	display: inline-block;
	width: 180px;
}
.content, .full-content{
	width: 496px;
	margin-bottom: 10px;
	display: inline-block;
}
.box{
	margin-bottom: 10px;
}
.box .top {
	padding: 8px 0px 6px 10px;
}
.box .middle{
	overflow: hidden;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
}
.content .middle {
	padding: 10px 5px;
	/*min-height: 200px;*/
	display: inline-block;
	width: 488px;
}
.content .bottom {
	height: 5px;
}
.paginator ul{
	list-style: none;
	display: inline-block;
	float: left;
}
.paginator ul li{
	float: left;
	padding: 2px 5px;
}
.error ul{
	margin-left: 10px;
}
.content .top, .full-content .top {
	width: 476px;
	clear: both;
}

/* : : : : : : : : PRODUCTS IN SIDEBAR : : : : : : : : : : */
.product-item{
	float: left;
	margin: 0 0 5px 0;
	width: 150px;
}
.product-item-thumb{
	float: left;
	width: 50px;
	text-align: center;
	background: #fff;
}
.product-item-info{
	float: right;
	width: 90px;
}

/* : : : : : : : : PRODUCTS IN SIDEBAR : : : : : : : : : : */


/* : : : : : : : : PRODUCTS CENTER : : : : : : : : : : */

.product-sku{
	width: 100%;
	padding: 5px 0;
}
.product-minigallery{
	float: left;
	width: 200px;
}
.product-fulldetail{
	width: 260px;
	float: right;
}
/* : : : : : : : : PRODUCTS CENTER : : : : : : : : : : */

/* : : : : : : : : : : CARRITO : : : : : : : : : : : : */
.cart-info{
	width: 150px;
}
.cart-list{
	padding: 5px 0 0 0;
	border-top: 1px solid #eee;
}
.cart-item{
	padding: 2px 0;
}
.cart-quantity{
	font-size: 11px;
	padding: 3px 0;
}
/* : : : : : : : : : : CARRITO : : : : : : : : : : : : */



/* : : : : : : : : : : CARRITO DETALLE : : : : : : : : : : : : */
.full-content{
	width: 680px;
}
.full-content .top{
	width: 656px;
}
.full-content .middle{
	padding: 10px;
}
tr.cart-row td{
	padding: 10px 0;
}
.change-attributes select{
	margin-left: 3px;
}
.cart-thumb{
	width: 75px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
}

.cart-options{
	padding: 20px 10px;
	float: right;
}

.cart-options ul li{
	display: inline;
	margin-right: 5px;
	padding: 3px;
	cursor: pointer;
}

/* : : : : : : : : : : LOGIN : : : : : : : : : : : : */

.login-personal-info table{
	width: 100%;
}
.login-personal-info table td{
	padding: 10px 0;
}

/* : : : : : : : : SLIDER PRODUCTO : : : : : : : : : : */
#box_img{
	position:absolute;
}
.mask{
	position:relative;
	width:200px;
	height:200px;
	overflow:hidden;
	background: #fff;
	padding: 10px 0;
}
.cont-img {
	position:absolute;
	display:block;
	width: 200px;
	text-align: center;
	background-color: transparent;
}

/* : : : : : : : : SLIDER PRODUCTO : : : : : : : : : : */
/* : : : : : : : :     TOOLTIP      : : : : : : : : : : */
.tool-tip {
                width: auto;
                z-index: 10;
                overflow: hidden;
                cursor: pointer;
                padding: 3px;
}
 
.tool-title {
                width: auto;
                padding: 2px 0px;
}
 
.article-cont{
	width: 96%;
	padding: 1% 2%;
	
}

.article-cont p, .article-cont ul{
	line-height: 130%;
	padding-bottom: 10px;
}
/* : : : : : : : : HOME : : : : : : : : : : */
/* : : : : : : : : Eyecatcher : : : : : : : : : : */

.row-top{
	position: relative;
	float: left;
	width: 710px;
	height: 300px;
	overflow: hidden;
}
.eyecatcher {
	float: left;
	width: 710px;
	height: 300px;
	overflow: hidden;	
}
.region {
	float: left;
	width: 160px;
	height: 290px;
	padding: 5px;
	overflow: hidden;
}


/* : : : : : : : : Home Products : : : : : : : : : : */

.home-products {
	float: left;
	display: inline-block;
	width: 100%;
	height: 335px;
}
.section-detail {
	float: left;
	width: 560px;
	height: 335px;
	overflow: hidden;
	border: none;
}
.more-sections {
	float:right;
	padding:10px;
	width:220px;
}
.sections {
	float: left;
	width: 310px;
	height: auto;
	overflow: hidden;
	
}
.section-item {
	float: left;
	width: 310px;
	height:110px;
}
.more-categories{
	width: 200px;
	padding: 0 10px 0 0;
	float: right;
}
.section-item, .section-item2{
	width: 310px;
	border-bottom: 1px solid #c8258e;
	height: 110px;
}
.section-item2{
	border: none;
}
.section-info{
	width: 205px;
	float: left;
}
.section-info h2{
	color: #F9764E;
	font-size: 1.4em;
	padding: 7px 0 10px 5px;
}
.section-info ul{
	padding: 0 0 0 20px;
}
.section-info ul li{
	line-height: 140%;
}
.section-item img{
	float: right;
	padding: 5px 10px 0 0;
}


/* : : : : : : : : Carrousel : : : : : : : : : : */

.products-carrousel {
	float: left;
	width: 525px;
	height: 215px;
	overflow: hidden;
	position: relative;
	
}
.carrousel-container {
	float: left;
	width: 485px;
	height: 210px;
	overflow: hidden;
}
.carrousel-iten {
	float: left;
	width: 485px;
	height: 178px;
	position: absolute;
}
.carrousel-photo-price,
.guest-photo-price{
	width: 125px;
	padding: 15px;
	float: left;
}
.guest-photo-price{
	padding: 5px; 
}
.carrousel-info{
	float: right;
	padding: 0 20px 0 0;
	width: 310px;
}
/* : : : : : : : : Carrousel : : : : : : : : : : */

.section-links {
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.row-bottom {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.international {
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
	margin-right: 10px;
}
.guest-info{
	width: 170px;
	float: left;
}
.links-box {
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
	margin-right: 10px;
	
}
.newsletter {
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
	
}
/**
 * Filas y celdas en div.
 */
.tableDiv {
	position: relative;
	display: block;
	overflow: hidden;
}
 .trDiv {
 	position: relative;
	overflow: hidden;
 }
.tdDiv{
	position: relative;
	display: inline-block;
	overflow: hidden;
}