@charset "utf-8";
/* Teléfono */
@import url("movil.css") only screen and (max-width:320px);
/* Tableta */
@import url("tablet.css") only screen and (min-width:321px) and (max-width:768px);
/* Escritorio */
@import url("pc.css") only screen and (min-width:769px);
#featured{
	width: 350px;
	padding-right: 0px;
	position: ;
	
	background: #EFEFEF;
	float: left;
	margin-top: 53px;
	margin-bottom: 0px;
	border-top-width: 0.1px;
	border-right-width: 0.1px;
	border-bottom-width: 0.1px;
	border-left-width: 0.1px;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
	margin-left: 241px;
	height: 770px;
}
#featured ul.ui-tabs-nav{
	position: absolute;
	list-style: none;
	width: 360px;
	padding-top: 580px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: ;
	margin-left: ;
}

#featured ul.ui-tabs-nav li img{
	float: left;
	background: #EFEFEF;
	padding: 0px;
	border: 0px solid #eee;
	
	width: 81px;
	margin-top: -40px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 0px solid #fff;
	box-shadow: 0px 0px 0px #aaa;	
}



#featured .ui-tabs-panel{
	width: 350px;
	height: 530px;
	position: relative;
	border: 0px solid #fff;
	box-shadow: 0px 0px 0px #aaa;	
	float: left;
}

#featured .ui-tabs-hide{ 
	display:none; 
}



