/* NAVIGATOR */
#navigator{
	margin-bottom:15px;
}
/* COLUMN */

#main #container .module_content.top .column.left{
	width:66%;
}
#main #container .module_content.top .column.right{
	width:34%;
}

/* COlUMN LEFT */

div.module_in.higthlight .c_left{
	width:70%;
	float:left;
}
div.module_in.higthlight .c_left p{
	font-size:12px;
}
div.module_in.higthlight .c_left h2{
	font-size:20px;
	margin-bottom:15px;
}

div.module_in.higthlight .c_left ul{
	margin-top:10px;
	list-style-type:disc;
	font-size:11px;
	color:#0b4da2;
}
div.module_in.higthlight .c_left ul li{
	margin-left:15px;
}

div.module_in.higthlight .c_right{
	width:30%;
	float:left;
}
div.module_in.higthlight .c_right a.view_all{
	font-size:11px;
	text-decoration:underline;
	position:absolute;
	right:10px;
	bottom:10px;
}
div.module_in.higthlight .c_right ul{
	margin-left:60px;
}
div.module_in.higthlight .c_right ul li{
	margin-bottom:5px;
}

/* PLANES RESULTADO */
.module_planes{
	margin:15px 0;
}
.module_planes.last{
	margin-bottom:0;
}
.module_planes h3{
	display:inline;
	color:#0b4da2;
	font-size:14px;
}
.module_planes a.compare{
	color:#646464;
	font-size:12px;
	padding-right:15px;
	background:url('../images/flecha_celeste_right.png') no-repeat right 4px;
	font-weight:bold;
}
.module_planes .col{
	float:left;
	margin-top:10px;
}
.module_planes .col.left{
	width:70%;
}
.module_planes .col.right{
	width:30%;
}

/* MODULE IN */

div.module_in.product_small{
	width:320px;
	height:172px;
	margin-top:15px;
}
div.module_in.higthlight{
	width:602px;
	margin-bottom:15px;
}
div.module_in.popular{
	width:602px;
}

div.module_in.promotion{
	margin:15px 0;
	width:320px;
}

div.module_in.search{
	width:602px;
	margin-bottom:15px;
}
div.module_in.search div.column{
	width:160px;
	margin-right:10px;
	padding-top:10px;
}
div.module_in.search div.column.type{
	padding-top:0;
	width:80px;
}
div.module_in.search div.column p.label{	
	float:left;
	font-weight:bold;
	width:110px;
}
div.module_in.search div.column.type p.label{
	float:none;
	width:100%;
}
div.module_in.search div.column.actions{
	margin-right:0;
	padding-top:25px;
	text-align:right;
	width:70px;
}
div.module_in.search div.column p.value{
	float:right;
	font-size:11px;
	text-align:right;
	width:50px;
}	
div.module_in.search div.column div.slider{
	clear:both;
	margin-top:30px;
	width:95%;
}
div.module_in.result{
	width:602px;
}
div.module_in.result p.txt_cantidad_result{
	color:#0b4da2;
	font-size:14px;
	font-weight:bold;
}
div.module_in h2 span{
	color:#0b4da2;
}
div.module_in a{
	color:#0b4da2;
	text-decoration:none;
}
div.module_in a:hover{
	font-weight: bold;
	text-decoration: underline;
}
div.module_in a.link{
	position:absolute;
	bottom:7px;
	font-weight:bold;
}
div.module_in p{
	font-size:11px;
}
div.module_in p.title{
	color:#4096ee;
	font-size:14px;
	font-weight:bold;
}


.pagination-clean{
	float:right;
}

.li-tabs{
	background-color: white !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right:1px solid  !important; 
	border-color: #DEDEDE !important;
	padding-right: 10px !important;

}

.div-tabs{
	border: 0 !important;
}
/* -------------------------------------------- */
/* ------------- Pagination: Clean ------------ */
/* -------------------------------------------- */
.pagination-clean li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
/* savers #pagination-clean li,*/
.pagination-clean a           { border-right:solid 1px #DEDEDE; margin-right:2px; }
.pagination-clean .previous-off,
.pagination-clean .next-off   { color:#888888; display:block; float:left; font-weight:bold; padding:0 4px; }	
.pagination-clean .next a,
.#pagination-clean previous a  { border:none; font-weight:bold; }	
.pagination-clean .active     { color:#000000; font-weight:bold; display:block; float:left; padding:0 6px; /* savers */ border-right:solid 1px #DEDEDE; }
.pagination-clean a:link,
.pagination-clean a:visited   { color:#0b4da2; display:block; float:left; padding:0 6px; text-decoration:underline; }
.pagination-clean a:hover     { text-decoration:none; }
