A               { text-decoration: none; color: #ffffff; }
A:link          { color: #ffffff; }
A:visited       { color: #ffffff; }
A:active        { color: #ffffff; }
A:hover         { color: #ffffff; text-decoration: underline;}

a img {
   border: none;
}

html {
   font-family: "Lucida Sans", Tahoma;
   font-size: 13px;
   color: #cdcdcd;
   text-decoration: none;
}

body {
   margin: 0px;
   padding: 0px;
   background-color: #000000;
   background-image: url('/img/back.jpg');
   background-position: top center;
   background-attachment: fixed;
}

input, textarea, select {
   color: #787878;
   background: #ffffff;
   border: 1px solid #cdcdcd;
}

.boton {
   border: none;
   background:#000000;
   color: #ffffff;
   margin: 0px;
   height: 25px;
}

#lienzo {
	width: 960px;
	margin: 0px auto 0px auto;
}

div#header {
	height: 160px;
	clear: both;
	margin-bottom: 20px;
}

div#logosRRSS {
	float: right;
	margin-top: 40px;
	text-align: right;
}

div#logosRRSS img {
	vertical-align: middle;
	border: none;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.logoMain {
	position: absolute;
	top: 35px;
	border: none;
}

div#footer {
   background-image: url('/img/back-footer.png');
   background-position: top center;
   clear: both;
   margin-top: 50px;
   min-height: 150px;
   padding-top: 20px;
}

div#footerContent {
	width: 960px;
	margin: 0px auto 0px auto;
}

div#credits {
	margin-top: 15px;
}

div#contentArea {
	min-height: 600px;
}


h1 {
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	background-image: url('/img/back-h1.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 55px;
	margin-bottom: 35px;
}

div#contentLeft {
	width: 640px;
}

div#cdsDerecha {
	float: right;
	width: 300px;
	margin-left: 30px;
}

div#cdsDerecha img {
	border: none;
	-moz-box-shadow:    3px 3px 5px 6px #000;
	-webkit-box-shadow: 3px 3px 5px 6px #000;
	box-shadow:         3px 3px 5px 6px #000;
	clear: both;
}

div.discografiaSlot {
	clear: both;
	margin-bottom: 30px;
}

div.discografiaSlot h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 40px;
	margin: 0px;
}

div.slotConcierto {
	padding: 15px;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 82%;
	height: 47px;
	border: 2px solid #ccad17;
	border-radius: 3px;
	background: #000000;
	float: right;
	font-size: 11px;
}

div.calendarDate {
	width: 40px;
	height: 50px;
	float: left;
	border: 2px solid #fc0000;
	border-radius: 3px;
	background: #ffffff;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

h3.infoBolo {
	margin: 0px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
}

div.infoMes {
	clear: both;
	border-bottom: 1px solid #cdcdcd;
	font-size: 15px;
	color: #000000;
}

div.infoDia {
	font-size: 30px;
	color: #000000;
}

div#booking {
	float: right;
	background: #343434;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	color: #ffffff;
	margin-top: -60px;
	font-size: 11px;
}

div#booking h2 {
	margin: 0px;
	margin-top: 5px;
	text-transform: uppercase;
}

