/* modal para looc.js
---------------------- */
#overlay {
	background-image:url(../images/bg/overlay.png);
	display:block;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:90;
}
/*	modal_revista
--------------------- */

#modal_gente {
	display: none;
	width: 330px;
	height: 505px;
	padding: 15px 15px 5px;
	position: absolute;

	background: url(../images/bg/bg_modal_revista.png) 0 0 no-repeat;
	z-index: 100;
}
#modal_gente img {
	margin-bottom: 5px;
	width: 100px;
}

#modal_gente p {
	float:right;
}

#modal_revista {
	display: none;
	width: 270px;
	height: 425px;
	padding: 15px 15px 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -150px;
	background: url(../images/bg/bg_modal_revista.png) 0 0 no-repeat;
	z-index: 100;
}
#modal_revista img {
	margin-bottom: 5px;
	width: 262px;
}
#modal_revista p {
	font-size: 12px;
}
#modal_revista .pestana {
	color:#fff;
	position: relative;
	top: 7px;
	left: 130px;
	font-size: 11px;
}
#modal_revista .pestana em {
	font-style: italic;
	font-weight: bold;
	font-family: serif;
	font-size: 14px;
}
#modal_revista .pestana a {
	color:#fff;
	background: url(../images/ico/ico_arrow_pestana.png) center right no-repeat;
	padding-right: 13px;
}
#modal_revista .pestana a:hover {
	color:#DA00F9;
}
#modal_revista a.closeThis,
#modal_listado a.closeThis,
#modal_gente a.closeThis,
#modal_contacto a.closeThis,
#modal_aviso a.closeThis,
 {
	display: block;
	position: absolute;
	top: 10px;
	left: 280px;
	background: url(../images/ico/ico_cerrar_modal.png) 0 0 no-repeat;
	text-indent: -99999px;
	width:12px;
	height: 12px;
}
/* modal_listado
-------------------------- */
#modal_listado {
	display: none;
	width:323px;
	height:323px;
	padding:10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -150px;
	background: url(../images/bg/bg_modal_listado.png) 0 0 no-repeat;
	z-index: 100;
}

#modal_aviso {
	display: none;
	width:323px;
	height:323px;
	padding:10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -150px;
	background: url(../images/bg/bg_modal_listado.png) 0 0 no-repeat;
	z-index: 100;
}

#modal_listado a.closeThis {
	left: 320px;
}
#modal_listado h3 {
	color:#DA00F9;
	font-size: 12px;
	margin-bottom:10px;
	font-style: normal;
	letter-spacing:0;
}
#modal_listado .flexcroll,
#modal_listado .caja {
	height:285px;
	padding-left: 15px;
	overflow-y: scroll;
}

.modal_contacto {
	display: none;
	width:323px;
	height:323px;
	padding:10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -225px 0 0 -150px;
	background: url(../images/bg/bg_modal_listado.png) 0 0 no-repeat;
	z-index: 100;
}

/* scrollbars*/
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
.vscrollerbase {left: 0 !important;}
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/

.vscrollerbar {
	width: 8px;
	background: url(../images/ico/ico_scrollbar.png) 0 0px no-repeat;
}
/*
.vscrollerbarbeg {height: 24px !important;width: 36px;background: url(scrollbar.png) -108px -32px no-repeat;}
.vscrollerbarend {height: 24px;width: 36px;background: url(scrollbar.png) -108px 0px no-repeat;}
*/
.vscrollerbase {
	width: 8px;
	background: #ccc;
}
/*
.vscrollerbasebeg {width: 36px;height: 28px !important;background: url(scrollbar.png) -72px -28px no-repeat;}
.vscrollerbaseend {height: 28px;width: 36px;background: url(scrollbar.png)  -72px 0px no-repeat;}

.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}
*/
/* Scroll Bar Master Styling Ends Here */