/* The Basics */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.clear {
	clear: both;
}

body {
	font-family: Geneva, Arial, Verdana;
	font-size: 11px;
	color: #333;
}


/* The Basic Page Structure */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 46px 0 150px 0;
	position: relative;
}

#header {
	width: 974px;
	margin: 0 0 38px 26px;
}

#footer-wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

#footer {
	background: #000;
	width: 934px;
	margin: 0 auto;
	padding: 33px 33px 0px 33px;
	border-top: #fff 20px solid;
}

#content {
}

#leftColumn {
	float: left;
	width: 440px;
	padding: 26px;
}

#rightColumn {
	float: left;
	width: 400px;
	padding: 26px;
}

/* The Header */

#header #menu {
	margin: 30px 0 0 0;
}

#header #top-logo {
	margin: 0 0 0 6px;
}

#header #topCdPromo {
	position: absolute;
	top: -3px;
	right: 294px;
	width: 287px;
	height: 118px;
}

#header #topBanner1 {
	position: absolute;
	top: 1px;
	right: -84px;
	width: 376px;
	height: 116px;
}
#header #topBanner2 {
	position: absolute;
	top: 104px;
	right: 311px;
	width: 231px;
	height: 114px;
}

/* The Menu in the Header */

.menuItem {
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 16px;
	margin: 0 6px 0 0;
}

#header a {
	color: #fff;
	text-decoration: none;
	background: none;
	padding: 0;
}

#header #menu #inicio {
	background-image: url(../images/menu_inicio.gif);
	width: 46px;
}

#header #menu #inicio:hover, #header #menu #inicioActive {
	background-image: url(../images/menu_inicioHover.gif);
	width: 46px;
}

#header #menu #glam {
	background-image: url(../images/menu_glam.gif);
	width: 87px;
}

#header #menu #glam:hover, #header #menu #glamActive {
	background-image: url(../images/menu_glamHover.gif);
	width: 87px;
}

#header #menu #bio {
	background-image: url(../images/menu_bio.gif);
	width: 110px;
}

#header #menu #bio:hover, #header #menu #bioActive {
	background-image: url(../images/menu_bioHover.gif);
	width: 110px;
}

#header #menu #agenda {
	background-image: url(../images/menu_misc.gif);
	width: 80px;
}

#header #menu #agenda:hover, #header #menu #agendaActive {
	background-image: url(../images/menu_miscHover.gif);
	width: 80px;
}

#header #menu #videos {
	background-image: url(../images/menu_videos.gif);
	width: 101px;
}
#header #menu #descargas {
	background-image: url(../images/menu_descargas.gif);
	width: 80px;
}

#header #menu #videos:hover, #header #menu #descargasActive {
	background-image: url(../images/menu_descargasHover.gif);
	width: 80px;
}

#header #menu #videos:hover, #header #menu #videosActive {
	background-image: url(../images/menu_videosHover.gif);
	width: 101px;
}

/* The Footer */

#footer {
	font-size: 9px;
	color: #666;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #666;
	text-decoration: underline;
	padding: 0;
}

#footer a:hover {
	text-decoration: none;
}

#footer a img {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

#footer a:hover img {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#footer hr {
	border: 1px solid #333;
	margin: 11px 0 3px 0;
}

#footer #powered {
	float: left;
}

#footer #external {
	float: right;
}

#footer #external img {
	vertical-align: middle;
	margin: 0 0 0 10px;
}

#footer #powered img {
	margin: 0 7px 0 0;
}

#footer #music img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#footer #music #puedes {
	vertical-align: top;
}


/* The Home */

#body-home {
	background-image: url(../images/bgBodyHome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#body-home #content a:hover {
	background: #ff0000;
}

#homeVideo {
	margin: -50px 0 30px 0;
	z-index: -99;
}


/* The Type Stuff */

p {
	line-height: 18px;
	margin: 0 0 18px 0;
}

a {
	color: #fff;
	text-decoration: none;
	background: #000;
	padding: 0 3px;
}

a:hover {
	color: #000;
}

.newsItem {
	margin: 0 0 40px 0;
}

.newsItem p {
	margin: 0;
}

.newsDate {
	font-size: 11px;
	color: #999;
	margin: 0;
}

.newsHeader {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}

.newsText {
	font-size: 11px;
	color: #333;
	margin: 10px 0 10px 0;
}

.newsItem .btnCerrar {
	display: none;
}

.newsMore {
	display: none;
	clear: both;
	padding: 5px 0 0 0;
}

#agendaEvents .newsItem {
	margin: 0 0 20px 0;
}

#agendaEvents .newsItem .newsDate {
	float: left;
	margin: 0 8px 0 0;
}

#agendaEvents .newsItem .newsHeader {
	margin: 0 8px 0 0;
}

#agendaEvents .btnVerEvento {
	display: inline;
}

.newsItem .newsMore {
	
}

.newsItem .newsMore .imgA {
	padding: 0;
}


/* The BIO/DISCOGRAFIA */

#body-bio {
	background-image: url(../images/bgBodyBio.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#rightColumn .album {
	margin: 15px 0 0 0;
}

.album .albumInfo {
	float: left;
	padding: 18px 0 0 10px;
}

.album .albumTitle {
	font-family: Times;
	font-size: 28px;
	margin: 0 0 50px 0;
}

.album .albumTitle .special {
	font-size: 16px;
}

.album .albumLabel .year {
	color: #999;
}

.album .albumArt {
	float: left;
}

.albumTrackList {
	display: none;
	padding: 15px 0 0 15px;
}

.album .btnTrackListWrapper {
	height: 16px;
	width: 260px;
}

.album .btnTrackList {
	vertical-align: text-bottom;
	margin: 0 0 -2px 0;
}

.album .btnCloseTrackList {
	display: none;
	float: right;
	clear: both;
	vertical-align: bottom;
}

.albumTrackList .albumTrackListTitle {
	font-family: Times;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

.albumTrackList .albumTrackListTitleBonus {
	font-family: Times;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 25px;
}

.albumTrackList .albumTrackListTitle .albumTrackListNumber {
	color: #666;
	font-weight: normal;
	margin: 0 15px 0 0;
}

.albumTrackList .albumTrackListTitle .albumTrackListNumberDouble {
	color: #666;
	font-weight: normal;
	margin: 0 15px 0 -6px;
}


/* The Videos & Fotos */

#body-videos {
	background-image: url(../images/bgBodyVideos.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#body-videos a {
	background: none;
	padding: 0;
}

#content-videos {
	background: #000;
}

.gallery {
	background: #fff;
	margin: 0 0 15px 0;
	
}

.gallery1 {
	background: url(../images/bgImageGallery1.gif) no-repeat;
}

.gallery2 {
	background: url(../images/bgImageGallery2.gif) no-repeat;
}

.galleryTmb {
	float: left;
	margin: 0 0 0 9px;
}

.galleryInfo {
	float: left;
	padding: 18px 0 0 10px;
}

.gallery .galleryHidden {
	display: none;
}

.gallery .galleryTitle {
	font-family: Times;
	font-size: 18px;
}

.gallery .gallerySubTitle {
	color: #333;
	text-transform: uppercase;
	margin: 7px 0 15px 0;
}

.video {
	width: 412px;
	height: 110px;
	margin: 0 0 15px 0;
}

.video1 {
	background: url(../images/bgVideo1.gif) no-repeat;
}

.video2 {
	background: url(../images/bgVideo2.gif) no-repeat;
}

.videoTmb {
	float: left;
}

.videoInfo {
	float: left;
	padding: 13px 0 0 10px;
}

.video .videoTitle {
	font-family: Times;
	font-size: 18px;
}

.video .videoSubTitle1 {
	color: #333;
	text-transform: uppercase;
	margin: 0;
}

.video .videoSubTitle1 .videoTime {
	color: #999;
	margin: 0 0 0 10px;
}

.video .videoSubTitle2 {
	color: #333;
	margin: -2px 0 2px 0;
}

.video .videoLinks a, .video .videoLinks {
	color: #999;
}

.video .videoLinks a {
	text-decoration: underline;
}

.video .videoLinks a:hover {
	color: #000;
}


/* The Contact Popup */

#popup-contact {
	padding: 34px;
}

#contactForm input, #contactForm textarea {
	border: solid 1px #999;
	width: 293px;
	margin: 0 0 0 25px;
}

#contactForm td {
	padding: 0 0 4px 0;
}

#contactForm input:focus, #contactForm textarea:focus, #contactForm input:hover, #contactForm textarea:hover {
	border: solid 1px #000;
}

#contactForm #lblAccept {
	font-size: 9px;
	margin: 0 0 0 82px;
}

#contactForm #chkbxAccept {
	margin: 0 0 0 10px;
	vertical-align: bottom;
}

#contactForm #btnSubmit {
	width: auto;
	margin: 5px 0 0 0;
	border: 0;
	float: right;
}

#popup-contact .btnCerrar {
	position: absolute;
	top: 34px;
	right: 34px;
}

.popupHeader {
	margin: 35px 0 0 0;
}

#popup-contact p {
	width: 432px;
}

#popup-contact #pMainman {
	font-size: 9px;
}

#popup-contact #pMainman a {
	font-size: 11px;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 1px;
	margin: 0 45px 0 0;
}

#popup-contact #pMainman a:hover {
	background: #ff0000;
}


/* The I Will Glam */

#body-glam {
	background-color: #000;
	background-image: url(../images/bgBodyGlam.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#body-glam #content a:hover {
	background: #00ff00;
}

#glamVideo {
	margin: -65px 0 35px -26px;
	z-index: -99;
}

#body-glam #leftColumn {
	background: #fff;
	margin: 0 0 20px 0;
}


/* The Agenda */

#body-agenda {
	background-image: url(../images/bgBodyAgenda.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#body-agenda #content a:hover {
	background: #ff00ff;
}

#musicPlayer {
	margin: 35px 0 0 50px;
	width: 240px;
}


/* The Video Popup Close Button */

body#lightbox-video #btnClose {
	width: 88px;
	height: 25px;
	background: url(../images/lbClose.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

body#lightbox-video #btnClose:hover {
	background: url(../images/lbCloseHover.gif) no-repeat;
}


/* The Press Kit */

body#press {
	margin: 0 0 0 37px;
	background: #000;
}

#pressWrapper {
	width: 1280px;
	margin: 0 auto;
	background: url(../images/pressBg.gif) no-repeat #000;
	padding: 217px 0 100px 0;
}

body#press #pressLeftColumn {
	float: left;
	width: 491px;
	margin: 0 77px 0 38px;
}

body#press #pressRightColumn {
	float: left;
	width: 434px;
}

body#press a {
	background: none;
	padding: 0;
	color: #999;
	text-decoration: underline;
}

body#press a:hover {
	color: #000;
}

body#press #pressLeftColumn h1 {
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

body#press #pressLeftColumn h2 {
	font-family: Times;
	font-size: 19px;
	font-weight: bold;
	color: #000;
}

body#press #pressLeftColumn h3 {
	font-family: Geneva, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

span.pressRed {
	color: #ff0000;
}

span.pressSmallCaps {
	font-variant: small-caps;
}

p span.pressNumber {
	font-size: 10px;
}

h3 span.pressNumber {
	font-size: 13px;
}

body#press #pressLeftColumn a#headerLink {
	font-size: 12px;
}

body#press #pressRightColumn img {
	margin: 40px 0 0 0;
}

body#press #musicPlayer {
	margin: 40px 0 0 0;
}

body#press #pressRightColumn #video30, body#press #pressRightColumn #video7 {
	padding: 28px 0 0 4px;
}

body#press #pressRightColumn #video30 {
	background: url(../images/pressVideo30Bg.gif) no-repeat;
	margin: 0 0 20px 0;
}

body#press #pressRightColumn #videoDiaDespues {
	background: url(../images/pressVideoDiaDespues.gif) no-repeat;
	margin: 0 0 20px 0;
}

body#press #pressRightColumn #video7 {
	background: url(../images/pressVideoDiaDespues.gif) no-repeat;
}

body#press a.pressSbLink {
	float: right;
	clear: both;
}
