body {
	font-family: Arial, sans-serif;
	font-size: .8em;
	background-color:#CCCCCC;
	margin: 0;
	padding: 0;
}



ul, li, h1, h2, h3, h4, p, a {
	padding: 0;
	margin: 0;
}

a {
	color: #666666;/*758F5D*/
	text-decoration: none;
	outline: none;
}

p {
	font-size: .95em;
	font-weight: normal;
	color: #000;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1.2em 0 1em;
	color: #666666;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #758f5d;
}



ul, li {
	list-style: none;
}


/* STYLES */

.clearIt {
	clear: both;
}

.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	height: 27px;
	height: 40px;
	background-color: #FFF;
	color: #000000!important;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.breadcrumb div.icon {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

.breadcrumb span img {
	width: 80px;
	height: 40px;
	display: block;
	position: relative;
	left: -40px;
}

.breadcrumb a {
	color: #666666;
}


.breadcrumb a, .breadcrumb span {
	margin-top: 13px !important;
	display: inline-block;
}

.breadcrumb span, .breadcrumb a.volver {
	font-size: .9em;
	color: #000000;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	display: inline-block;
	border-left: 1px solid #000000;
}
.breadcrumb span, .breadcrumb a:hover.volver {
	color: #666666;
	padding: 0 5px 0 20px;
	margin: 0 0 0 5px;
	display: inline-block;
	border-left: 1px solid #666666;
}


.breadcrumb a.volver {
	padding: 0 5px 0 20px;
	background: url(../images/back_arrow_greyscale.png) 5px 1px no-repeat;
}

.section_image {
	background-color: #000;
	height: 130px;
	overflow: hidden;
	background: no-repeat #000;
	
}

/* LAYOUT */

.wrapper {
	min-width: 320px;
	display: block;
	position: relative;
	padding-bottom: 144px;			/* height + border from footer */
}

.content {
}

.content_pad {
	padding: 10px 15px 40px 48px;
}

.content_pad2 {
	padding: 30px 15px 5px 48px;
}

#partituras .content_pad {
	padding-bottom: 20px !important;
}

/* HEADER */

.header {
	height: 76px !important;
	display: block;
	border-bottom: 5px solid #f7f7f7;
}

.logo, .logo h1, .logo a {
	width: 320px;
	height: 76px;
	display: block;
}

/* MAIN NAV */

.main_nav{
}

.main_nav ul {
}

.nav ul li {
	height: 40px;
	background: #666;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 80px;
	color: #FFF;
	overflow: hidden;
	margin-bottom: 1px;
}

.nav ul li img {
	width: 80px;
	height: 40px;
	float: left;
	margin-right: 45px;
}

.main_nav ul li {
/*	padding-left: 80px;*/
}

.nav ul li:last-child {
	margin: 0;
}

.nav ul li a {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	color: #FFF;
	display: block;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav ul li a.active {
	background: url(../images/nav_bullet_fineart.png) left top no-repeat #666666;
}

.main_nav ul li a:hover {
	background: url(../images/nav_bullet_fineart.png) 85px top no-repeat #FFFFFF;
	color:#000000;
}

.mm_volver a.active {
	background: url(../images/nav_bullet_volver.png) left top no-repeat #666666!important;
}

.mm_volver a:hover {
	background: url(../images/nav_bullet_volver.png) 85px top no-repeat #758F5D!important;
	color:#000000;
}

/* NOVEDADES, CUANDO y CONTACTO */

.novedades ul li, .cuando ul li, .contacto ul li {
	padding: 13px 10px 13px 48px;
	border-bottom: 2px solid #bcbec0;
}

.novedades ul li h3, .cuando ul li h3 {
}

.cuando ul li h3, .contacto ul li h2 {
	margin: 0;
}

.cuando ul li p, .contacto ul li p {
	margin-top: 0;
}


.contacto li a {
	font-style: italic;
}


/* BIOGRAFIA - DISCOGRAFIA - PARTITURAS - VIDEOS */

.biog_nav ul li, .discog_nav ul li, .videos_nav ul li {
	padding-left: 40px;
}

/* para dos renglones */
.videos_nav ul li {
	height: auto !important;
}

.videos_nav ul li a {
	line-height: 20px;
	padding: 10px 0;
}

.biog_nav ul li a, .discog_nav ul li a, .videos_nav ul li a {
	padding-left: 30px;
	background: url(../images/arrowRight_bullet.png) left 5px no-repeat;
}

.biog_nav ul li a:hover, .discog_nav ul li a:hover, .videos_nav ul li a:hover {
	background-image: url(../images/arrowRight_bulletGreen.png);
	color: #669966;
}

.discog_list_nav ul li a, .part_nav ul li a {
	text-transform: none;
	padding-left: 50px;
}

.discog_list_nav ul li a:hover, .part_nav ul li a:hover {
	color: #669966;
}

.discog_list_nav img, .part_nav img {
	float: left;
	width: 40px !important;
	height: 40px;
	margin-right: 10px !important;
}

.song h3 {
	color: #000;
	font-weight: normal;
}

.song p {
	margin: 5px 0;
}

.song p a {
	margin: 0 10px 0 0;
	display: inline-block;
}
.song {
	margin-bottom: 15px;
}

.song p a:hover {
	color: #669966;
}

.slide_wrapper {
	text-align: center;
}

.slide {
	display: inline-block;
	width: 190px;
	margin: 15px 0 10px;
	height: 190px;
}

.slide_img {
	max-height: 190px;
}

.slide_nav {
	position: relative;
	text-align: center;
}

.slide_nav ul {
	display: inline-block;
}

.slide_nav ul li {
	float: left;
	margin: 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: .8.5em;
	color: #FFF;
	line-height: 14px;
}

.slide_nav a {
	display: block;
}

.slide_nav a.arrow {
	display: block;
	width: 13px;
	height: 14px;
	text-indent: -9999px;
}

.slide_nav ul li.slide_prev a {
	background: url(../images/slide_prev.png) no-repeat;
}

.slide_nav ul li.slide_next a {
	background: url(../images/slide_next.png) no-repeat;
}

.disco_header {
	height: 260px;
	padding: 10px;
	background-color: #000;
	text-align: center;
}

.letra_header {
	padding: 20px 10px 15px 50px;
	background-color: #000;
}

.creditos {
	font-size: .85em;
	margin-top: 50px;
}

.disco_header h2, .letra_header h2 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	display: inline-block;
	margin: 0 auto;
	text-transform: none;
	color: #FFF;
}

.letra_header h2 {
	font-size: 1.1em;	

}

.letra_header h2 a {
	color: #FFF !important;
	background: url(../images/back_arrow_white.png) left 3px no-repeat;
	padding-left: 15px;
}



/* FOTOS */

.fotos {
	background: #CCC;
}

.fotos img {
	display: inline-block;
	border: 1px solid #666;
	float: left;
	margin: 0 10px 10px 0;
}

.foto_detalle {
	background: #CCCCCC;
	text-align: center;
	padding: 15px 0;
	background-size: cover;
}

.foto_detalle_fineart {
	background:#CCC;
	text-align: center;
	padding: 15px 0;
	background-size: cover;
}

@media (min-device-width: 480px) {
	.foto_detalle { background-image: url(../images/foto_detalle_bgr_big.jpg); }
}

.fotos_nav, .paginator {
	height: 20px;
	background-color: #CCC;
	text-align: center;
	padding: 10px 0;
}


.fotos_nav ul, .paginator ul {
	display: inline-block;
}

.fotos_nav ul li, .paginator ul li {
	float: left;
	margin: 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: .8.5em;
	color: #FFF;
	
	
}

.fotos_nav ul li a, .paginator ul li a {
	display: block;
	line-height: 18px;
	color: #FFF;
	text-transform: uppercase;
}

.fotos_nav ul li.foto_prev a, .paginator ul li a.pg_prev {
	padding-left: 22px;
	background: url(../images/slide_prev.png) no-repeat;
}

.fotos_nav ul li.foto_next a, .paginator ul li a.pg_next {
	padding-right: 22px;
	background: url(../images/slide_next.png) no-repeat right;
}

.foto_detalle img {
	margin: 0 auto;
	max-width: 293px;
}

.foto_detalle {
	
}

.foto_epig {
	background-color: #bfbfbf;
	padding: 15px 45px;
}




/* FOOTER */

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*height: 90px;*/
	display: block;
	border-top: 5px solid #f7f7f7;
	
	font-family: Georgia, "Times New Roman", Times, serif !important;
}



.social {
	height: 30px;
	padding: 12px 0;
	background: url(../images/footer_btm_bgr.png) repeat-x;
	text-align: center;
}

.social ul {
	display: inline-block;
	margin: 0 auto;
}

.social ul li {
	float: left;
	margin: 0 15px;
}

.social ul li a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}

.social ul li.social_tw a { background: url(../images/ico_tw_30.png) no-repeat; }
.social ul li.social_fb a { background: url(../images/ico_fb_30.png) no-repeat; }
.social ul li.social_ms a { background: url(../images/ico_ms_30.png) no-repeat; }

.versions {
	height: 45px;
	background-color: #e9e8e8;
	text-align: center;
}

.versions ul {
	display: inline-block;
	margin: 0 auto;
	padding: 13px 0;
}

.versions ul li {
	border-right: 1px solid #8c8b8b;
	float: left;
}

.versions ul li:last-child {
	border: none;
}

.versions ul li a, .youtube ul li a  {
	
	text-transform: uppercase;
/*	font-size: .8em;*/
	text-decoration: none;
	padding: 2px 10px;
	display: block;
}

.youtube {
	height: 40px;
	background-color: #000;
	color: #FFF;
	padding: 0 48px;
	text-align: center;
}

.youtube a {
	padding-left: 40px;
	background: url(../images/ico_yt_38.png) no-repeat;
	height: 36px;
	display: block;
	color: #FFF;
	font-weight: bold;
	line-height: 38px;
	display: inline-block;
}