body
{
	background: url(img/fondo.jpg) center top;
	margin: 0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	color: #444;
	overflow: hidden;
}
a, a:link, a:visited, a:active
{
	color: #078999;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#outer
{
	margin: auto;
	width: 900px;
	height: 657px;
	left: 50%;
	top: 50%;
	margin-top: -328px; /* make this half your image/element height */
	margin-left: -450px;
	position: absolute;
}
#head
{
	background: url(img/header.jpg);
	height: 157px;
}
#menu
{
	background: url(img/menu_base.jpg);
	height: 47px;
}
#main
{
	background: url(img/fondo_main.jpg);
	height: 400px;
	z-index: 1;
}
#foot
{
	background: url(img/footer.jpg);
	height: 67px;
}

.base
{
	height: 360px;
	padding: 0px 78px 5px 99px;
}

.carga
{
	background: url(img/carga.gif) center center no-repeat;
}

/*Index*/
.indexIzq
{
	height: 400px;
	left: 99px;
	/*left: 96px;*/
	position: absolute;
	z-index: 2;
}
	.indexIzq .notas
	{
		height: 285px;
		overflow: hidden;
		margin-left: 10px;
		margin-right: 2px;
		width: 487px;
	}

	.jScrollPaneTrack
	{
		background: url(img/fondo_scroll.gif) repeat-y;
	}
	.jScrollPaneDrag {
		background: url(img/scroll_mid.gif) repeat-y;
	}


	.indexIzq .paginacion
	{
		margin-left: 5px;
		margin-top: 5px;
		width: 487px;
	}
.indexDer
{
	position: absolute;
	z-index: 4;
	/*background: url(img/fondo_der.jpg) no-repeat;*/
	width: 241px;
	height: 385px;
	margin-right: 73px;
	margin-top: 5px;
	right: 0;
	overflow: hidden;
}
.tit_der
{
	height: 60px;
	width: 241px;
	background: url(img/facebook.jpg) no-repeat top right;
	position: absolute;
	right: 80px;
	z-index: 3;
}
.tit_fechas
{
	height: 53px;
	background: url(img/tit_fechas.png) no-repeat;
	margin-left: 13px;
}
.tit_noticias
{
	height: 60px;
	width: 721px;
	background: url(img/novedades.jpg) no-repeat;
	/*
	height: 70px;
	width: 508px;
	background: url(img/tit_noticias.png) no-repeat;
	*/
}
.tit_albumes
{
	height: 60px;
	width: 721px;
	background: url(img/albumes.jpg) no-repeat;
}
.tit_videos
{
	height: 55px;
	width: 721px;
	background: url(img/videos.jpg) no-repeat;
}
.tit_links
{
	height: 60px;
	width: 721px;
	background: url(img/links.jpg) no-repeat;
}
.tit_shows
{
	height: 60px;
	width: 721px;
	background: url(img/shows.jpg) no-repeat;
}
.tit_fotos
{
	height: 70px;
	width: 721px;
	background: url(img/fotos.jpg) no-repeat;
	/*
	height: 70px;
	width: 508px;
	background: url(img/tit_noticias.png) no-repeat;
	*/
}
.tit_banda1
{
	height: 60px;
	width: 721px;
	background: url(img/banda1.jpg) no-repeat;
}
.tit_banda2
{
	height: 60px;
	width: 721px;
	background: url(img/banda2.jpg) no-repeat;
}
.tit_banda3
{
	height: 65px;
	width: 721px;
	background: url(img/banda3.jpg) no-repeat;
}
.tit_banda1 a, .tit_banda2 a, .tit_banda3 a
{
	display: inline-block;
	height: 53px;
	text-decoration: none;
}
.tit_banda1 a:hover, .tit_banda2 a:hover, .tit_banda3 a:hover
{
	text-decoration: none;
}
.botonLink
{
	height: 60px;
	padding: 5px;
	display: block;
	text-decoration: none;
}
.botonLink:hover
{
	text-decoration: none;
}
.botonLink span
{
	display: block;
	text-align: left;
}
.botonLink .nombre
{
	color: black;
	font-size: 120%;
}
.botonLink .texto
{
	color: black;
}
.botonLink:hover .link
{
	text-decoration: underline;
}
.botonLink .foto
{
	display: block;
	float: left;
	padding: 7px 0 0 7px
}

/*Menu*/
#menu *
{
	margin: 0;
	padding: 0;
}
#menu ul
{
	z-index: 100;
	list-style: none;
}
#menu ul li
{
	float: left;
	position: relative;
}
#menu ul li a
{
	display: block;
	height: 40px;
	text-decoration: none;
}
#menu ul li a img
{
	border: 0;
}
#menu ul li div
{
	display: none;
	position: absolute;
	top: 0;
	z-index: 1000;
}
#menu ul li:hover div
{
	display: block;
}
#menu ul li ul li.vertical
{
	float: none;
	position: relative;
	height: 40px;
}

/*Albumes*/

.albumes
{
	height: 317px;
	margin: 0 0 0 10px;
	padding-right: 10px;
	text-align: center;
}

.fotos
{
	height: 280px;
	margin: 0 0 0 10px;
	padding-right: 10px;
	text-align: center;
}

.fotos .foto
{
	display: inline-block;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}
.fotos .foto div
{
	float: left;
	display: inline;
}

/*Notas*/

.notaT
{
	margin-bottom: 10px;
}
.notaT div
{
	margin-right: 10px
}
.notaT .copete
{
	text-align: justify;
}
.notaT .copete p
{
	margin: 0;
}
.notaT .fecha
{
	color: #e7232d;
	font-weight: normal;
	/*position: absolute;
	right: 0;
	top: 4px;*/
	margin-left: 10px;
	padding-top: 2px;
	float: right;
	font-size: 70%;
	font-weight: bold;
}
.notaT .titulo, .titulo, a .titulo
{
	color: #078999;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	position: relative;
	text-decoration:none;
	margin-right: 0px;
	text-align: justify;
}
.titulo a
{
	color: #078999;
	text-decoration:none;
}
.notaT .imagen
{
	background: url(img/sombra.png) no-repeat bottom right;
	height: 119px;
	margin: 7px 5px 0px 7px;
	float: left;
}
.notaT .imagen img
{
	border: none;
	margin: -7px 7px 7px -7px;
}
.notaT .imagen a:hover img
{
	/*border-color: #e7232d;*/
}

/*Paginadores*/
.paginador
{
	padding:0 1px;
	text-align:center;
}


/* Banda */
#historia
{
	height: 135px; margin: 0 5px; padding-right: 5px
}

#historia b
{
	color: #03899F;
}

#discos
{
	height: 310px;
	margin: 0 5px;
	padding: 50px;
}
#discos a img
{
	border: 0;
}










