@charset "utf-8";
/* [G] Maqueteishon Framework Stylesheet */
body {
	/* 1em = 10px | 1.2em = 12px | 2em = 20px | etc. */
	font-size: 62.5%;
	background: #f7ac15;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
/* containers */
#outerContainer {
	position: relative;
	width: 100%;
}
#shadowTop {
	position: absolute;
	width: 100%;
	height: 11px;
	line-height: 0;
	font-size: 0;
	top: 0;
	left: 0;
	background: url(../img/img-sombra-top.png) 0 0 repeat-x;
	z-index: 123;
}
#container {
	width: 950px;
	position: relative;
	z-index: 12;
	margin: 0 auto;
}
/* main body */
#mainBody {
	background: url(../img/fon-body.png) center 26px no-repeat;
	min-height: 583px;
}
/* menu left */
#mnLef {
	float: left;
	position: relative;
	width: 85px;
	height: 315px;
}
#ulMnLef {
	position: absolute;
	z-index: 123;
	width: 100%;
	height: 303px;
	padding: 12px 0 0 0;
	background: url(../img/menu/fon-menu-izq.png) 0 0 no-repeat;
	top: 0;
	left: 0;
}
#ulMnLef li {
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto 9px auto;
}
#ulMnLef div.a {
	height: 100%;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
#ulMnLef div.brillo {
	width: 49px;
	height: 39px;
	display: none;
	background: url(../img/menu/img-brillo-btn-mn-izq.png) 3px 3px no-repeat;
}
#mnLefIt1 {
	background: url(../img/menu/btn-banda.png) 0 0 no-repeat;
}
#mnLefIt2 {
	background: url(../img/menu/btn-musica.png) 0 0 no-repeat;
}
#mnLefIt3 {
	background: url(../img/menu/btn-video.png) 0 0 no-repeat;
}
#mnLefIt4 {
	background: url(../img/menu/btn-fotos.png) 0 0 no-repeat;
}
#mnLefIt5 {
	background: url(../img/menu/btn-contacto.png) 0 0 no-repeat;
}
#mnLefIt5 div.a {
	cursor: default;
}
#mnLefIt4 a {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 123456;
	background: url(../img/blank.gif) 0 0 no-repeat;
}
#ulCaptionsLef {
	position: absolute;
	z-index: 1;
	width: 182px;
	height: 100%;
	top: 0;
	left: 77px;
	overflow: hidden;
}
#ulCaptionsLef li {
	position: absolute;
	height: 40px;
}
#mnLefIt1Cap {
	width: 118px;
	left: -118px;
	top: 18px;
}
#mnLefIt2Cap {
	width: 127px;
	left: -127px;
	top: 78px;
}
#mnLefIt3Cap {
	width: 109px;
	left: -109px;
	top: 137px;
}
#mnLefIt4Cap {
	width: 114px;
	left: -114px;
	top: 196px;
}
#mnLefIt5Cap {
	width: 182px;
	left: -182px;
	top: 254px;
}
/* right bar */
#muestraNoticiasCont {
	position: relative;
	z-index: 1234;
	margin: 0 auto;
	width: 950px;
	height: 1px;
}
#muestraNoticias {
	background: url(../img/blank.gif) 0 0 repeat;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 120px;
	z-index: 1234;
	cursor: pointer;
}
#noticiasTwitter {
	float: right;
	width: 268px;
	height: 275px;
	position: relative;
	z-index: 12;
	margin: 0 3px 0 0;
	top: -241px; /* visible top -16px; */
	background: url(../img/noticias/fon-noticias.png) 0 0 no-repeat;
}
#txtNoticias {
	width: 226px;
	height: 204px;
	padding: 5px 0 0 0;
	background: url(../img/noticias/fon-txt-noticias.png) 0 0 no-repeat;
	position: absolute;
	left: 21px;
	top: 22px;
	overflow: hidden;
}
#desplNot {
	height: 200px;
	width: 218px;
}
#txtNot {
	padding: 6px 25px 10px 13px;
}
#txtNot p {
	font-size: 1.1em;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	background: url(../img/sep-comun.gif) 0 100% repeat-x;
}
#txtNot a {
	color: #333;
}
#txtNot a:hover {
	text-decoration: none;
}
#txtNot span.fecha {
	font-size: 0.9em;
	color: #666;
	display: block;
}
#txtNot span.noticia {
	display: block;
}
#noticiasTwitter h1 {
	position: absolute;
	top: 241px;
	left: 136px;
	cursor: pointer;
	height: 27px;
	width: 125px;
}
#noticiasTwitter h1 img {
	margin: 5px 0 0 13px;
	display: block;
}
/* footer */
#footer {
	position: relative;
	margin-top: -8px;
	width: 100%;
	overflow: hidden;
	height: 31px;
}
/* redes sociales */
#ulRedesSociales {
	width: 304px;
	margin: 0 auto;
	height: 31px;
}
#ulRedesSociales li {
	float: left;
	position: relative;
	height: 49px;
	width: 59px;
	margin: 0 2px 0 0;
}
#ulRedesSociales a {
	display: block;
	height: 49px;
	text-decoration: none;
}
#ulRedesSociales .sombraSoc {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 123;
	width: 59px;
	height: 27px;
	cursor: pointer;
	background: url(../img/redes-sociales/img-sombra-sociales.png) 0 0 no-repeat;
}
#ulRedesSociales img {
	position: absolute;
	bottom: 3px; /* elevado 17px */
	left: 12px;
	z-index: 1;
	width: 32px;
	height: 32px;
}

/* lightbox */
#fonLB {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12345;
	display: none;
}
.lb {
	display: none;
	position: absolute;
	top: 25px;
	left: 25%;
	z-index: 123456789;
	width: 455px;
	background: url(../img/lightbox/img-top-lb.png) 0 0 no-repeat;
	padding: 18px 0 0 0;
}
.lb .botLB {
	height: 18px;
	line-height: 0;
	font-size: 0;
	background: url(../img/lightbox/img-bot-lb.png) 0 0 no-repeat;
}
.lb .fonLB {
	background: url(../img/lightbox/fon-lb.png) 0 0 repeat-y;
}
.lb .contLB {
	position: relative;
	z-index: 1;
	padding: 8px 0 10px 9px;
	margin: 0 0 0 9px;
}
.lb .closeLB {
	position: absolute;
	z-index: 12345;
	width: 25px;
	height: 25px;
	top: 16px;
	left: 413px;
	cursor: pointer;
}
.lb .contTxtLB {
	background: url(../img/lightbox/fon-txt-lb.png) 0 0 no-repeat;
	width: 404px;
	height: 366px;
	padding: 5px 0 0 0;
	margin: 0 0 0 9px;
}
.lb .txtLB {
	padding: 10px 15px 10px 15px;
}
.lb .txtLB p {
	font-size: 1.3em;
	margin-bottom: 10px;
}
.lb .txtLB {
	margin-bottom: 10px;
}
.lb .txtLB li {
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: 5px;
	padding-left: 10px;
}
.lb .txtLB h3 {
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 12px 0;
	padding: 5px 0 0 0;
}
.lb .txtLB p a {
	color: #333;
}
.lb .txtLB p a:hover {
	text-decoration: none;
}
.lb .txtLB img.flRig {
	margin: 5px 0 5px 5px;
}
.lb .txtLB img.flLef {
	margin: 5px 5px 5px 0;
}
.lb .txtLB img.flRig,
.lb .txtLB img.flLef {
	border: 1px solid #ccc;
}
.lb .desplLB {
	height: 362px;
	width: 394px;
	overflow: hidden;
}
.lb h2 {
	margin: 0 0 10px 0;
}
#lbMusica h2 {
	margin-top: -8px;
	margin-bottom: 12px;
}
.lb .imgDisco {
	width: 392px;
	height: 392px;
	margin: 0 auto 11px auto;
}
.lb .imgDisco a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.lb .imgDisco .mask {
	position: absolute;
	width: 392px;
	height: 392px;
	top: 0;
	left: 0;
	z-index: 123456;
}
.lb .imgDisco .tapa {
	position: absolute;
	width: 380px;
	height: 380px;
	top: 1px;
	left:5px;
	z-index: 12;
}
.contMusica {
	padding: 0 27px 10px 8px;
}
.contMusica .flLef,
.contMusica .flRig {
	width: 190px;
}
.lb .infoDisco {
	padding: 0 0 0 11px;
}
.lb .infoDisco h3 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 0 0 7px 0;
	font-weight: bold;
}
.lb .infoDisco li {
	font-size: 1.2em;
	background: url(../img/img-fl-negra.png) 2px -1px no-repeat;
	padding: 0 0 0 19px;
	line-height: 14px;
}
.lb .infoDisco li,
.lb .infoDisco li a {
	color: #000;
	text-decoration: none;
}
.lb .infoDisco li a:hover {
	text-decoration: underline;
}
.lb .infoDisco .ulLinksDisco {
	overflow: hidden;
}
.lb .infoDisco .ulLinksDisco li {
	float: left;
	margin: 0 20px 0 0;
}
.lb .infoDisco .ulLinksDisco li a {
	font-weight: bold;
}
.lb .infoDisco .trckLstCont {
	background: url(../img/lightbox/sep-lb.png) 0 100% repeat-x;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.lb .infoDisco .ulTracklist {
	margin: 0;
}
.lb .infoDisco .ulTracklist.flLef {
	width: 185px;
}
.lb .infoDisco .ulTracklist.flRig {
	width: 185px;
}
.lb #videoGrande {
	background: url(../img/lightbox/video/fon-video.png) 0 0 no-repeat;
	width: 407px;
	height: 247px;
	padding: 5px 0 0 5px;
	margin: 0 0 7px 4px;
}
.lb #videoGrande #theVideo {
	width: 403px;
	height: 243px;
	background: url(../img/ajax-loader.gif) 50% 50% no-repeat;
}
.flCar {
	float: left;
	width: 13px;
	height: 86px;
	cursor: pointer;
}
#carouselAnt {
	margin: 0 4px 0 0;
}
.carouselOuter {
	background: url(../img/lightbox/sep-carousel.png) 10px 0 no-repeat;
	padding: 10px 0 0 0;
}
.wrapperCar {
	height: 89px;
	overflow: hidden;
	width: 382px;
	float: left;
	margin: 0 7px 0 0;
	position: relative;
}
.wrapperCar ul {
	height: 89px;
	position: absolute;
	top: 0;
	left: 0;
}
.wrapperCar li {
	height: 89px;
	width: 91px;
	float: left;
	margin: 0 6px 0 0;
}
.wrapperCar li.on a {
	cursor: default;
}
.wrapperCar a {
	height: 89px;
	width: 91px;
	display: block;
	position: relative;
}
.wrapperCar .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 89px;
	width: 91px;
	z-index: 123;
}
.wrapperCar .img {
	position: absolute;
	top: 1px;
	left: 6px;
	height: 82px;
	width: 83px;
	z-index: 1;
}
#lbBanda,
#lbMusica,
#lbVideo {
	display: none;
}
/* guiafe */
.guiaFe {
	padding: 15px 0 0 0;
}
.guiaFe p {
	text-align: center;
	font-size: 1.1em;
}
.guiaFe a {
	color: #000;
	text-decoration: none;
}
