#super_popup {
	background-color: transparent !important;
}

#overlay-html-wrapper {
	position: absolute;
    right: 0;
    top: -99999px;
}

#super_popup_contentDiv {
	padding: 0px;
}

.overlay-html-content {
	z-index:10000;
	overflow: hidden;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	position: fixed;
}

.overlay-html-content-no-feats {
	width: 360px;
}

.overlay-html-content .overlay-header ul {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10000;
}

.overlay-body {
	
	/*height: 350px;*/
	background-image: url(../img/fondo.png);
	overflow: hidden;
	border: 1px solid #CCC;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.overlay-body h3 {
	font-size: 1.8em;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 20px;
	min-height: 10px;
}
.overlay-body h3:before {
	content: "";
	background-image: url('../img/punto2.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 11px;
	width: 20px;
	height: 28px;
	display: block;
}
.details, .feat {
	float: left;
	height: auto;
}
.details {
	width: 250px;
}
.details ul {
	padding-left: 20px;
}
.details li {
	margin-bottom: 5px;
	margin-right:-35px;
}

.details li.categoria {
	background-image: url('../img/r3/i_label.png');
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-bottom: 3px;
}


.details li.site {
	padding-bottom: 3px;
    padding-left: 19px;
	padding-top: 0px; 
	background-image: url(../img/ico_link_03.png);
	background-repeat:no-repeat;
}
.details li strong {
	font-weight: bold;
	display: block;
}

.details li.ranking {
	height: 44px;
}

.feat {
	width: 285px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #CCC;
	overflow-y: auto;
	margin-top: 18px;
	height:330px;
}
.feat .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 1.166em;
}
.feat .item a {
	text-decoration: none;
}
.feat .item span {
	display: block;
}
.feat .item .title {
	font-weight: bold;
	font-size: 1.285em;
	line-height: 1.445em;
}
.feat .item .description {
	line-height: 1.125em;
}
.feat .item .restricion, .feat .item .categorie {
	font-size: 0.857em;
	padding-bottom: 5px;
	display: inline-block;
}
.feat .item .date {
	font-size: 0.785em;
	font-weight: bold;
}
.img-container {
	height: 70px;
	overflow: hidden;
	margin-bottom: 10px;
}
.img-container img {
	max-width: 100%;
	display: block;
}
.feat .subimg-container {
	height: 230px;
	overflow: hidden;
}
.feat .extra {
	border: 1px solid #f7d30b;
	padding: 5px;
	background-color: #fff3c1;
	font-size: 13px;
}
.flecha {
	width: 26px;
	height: 20px;
	display: block;
	display: block;
	margin: -1px auto 0;
	background-image: url('../img/r3/i_flecha.png');
	background-repeat: no-repeat;
}

.telefonos {
	background-image: url('../img/r3/i_phone.png');
	background-repeat: no-repeat;
	padding-left: 19px;
}

.overlay-close, .overlay-close a {
	position:absolute;
	height: 33px;
	width: 33px;
    margin-left: -12px;
    margin-top: -4px;
	
}