@CHARSET "UTF-8";

body {
	background-color: #333333;
	color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	width: 100%;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #555555;
}

.rounded {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#ext {
	width: 100%;
	margin: auto;
	color: #55555;
}
/*Cabecera*/
#header,#footer {
	background-color: #333333;
	padding: 20px;
	padding-left: 50px;
	color: #eeeeee;
	font-size: 16px;
	border-top:solid 2px #aaaaaa;
	border-bottom: solid 2px #aaaaaa;
}

ul {
	list-style-type: none;
}

ul li {
	float: left;
	margin-left: 20px;
	text-decoration: none;
}

li.menuItem a, #footer a{
	color: #eeeeee;
}

.header-big {
	font-size: 20px;
}

.menuItem {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	border: solid 1px #333333;
}

.menuItemHover{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	color: #333333;
	background-color: #eeeeee;
	border: solid 1px #666666;
}
  a.menuItemHover {
	color: #555555;
}

/*Contenido*/


#data {
/* 	width:100%; */
	background-color : #eeeeee;
	color: #555555;
	padding: 20px;
	text-align: left;
	background-color: #eeeeee;
}
#data-content {
	width: 1000px;
	margin:auto;
}

#footer {
	background-color: #333333;
	color: #eeeeee;
}
#footer-left{
	float:left;
	font-size:12px;
}
#footer-right{
	float:right;
	font-size:12px;
}

/* #concerts, #news { */
/* 	margin-top:20px; */
/* 	border: solid 1px #333333; */
/* 	background-color: #ffffff; */
/* } */

#concertsTitle, #newsTitle {
	padding:20px;
}
.title{
	padding:10px;
	padding-left:20px;
}
#club-photo{
	margin-top:25px;
	border: 1px solid #999999;
    box-shadow: 1px 1px 5px #666666;
    background:#ffffff;
}
.caption{
	text-align:center;
	padding:10px;
	font-weight:normal;
}
#data-logo {
	margin: 0px;
	width: 400px;
	float: left;
}
#data-logo img{
	max-width:400px;
}

#data-info {
	font-size:0.9em;
	float: right;
	width:550px;
	min-height:300px;
}
#join{
	padding:20px;
}
.importantLink{
	text-decoration:underline;
	color:#ee0000;
}
.titleTag {
	margin: 5px;
	padding: 5px;
	font-weight: bolder;
	font-size: 120%;
}

.textCenter {
	text-align: center;
}

.hidden {
	display: none;
}
.text{
	font-weight:normal;
	padding:20px;
}
.text img{
	
	margin-top:25px;
	border: 1px solid #999999;
    box-shadow: 1px 1px 5px #666666;
    background:#ffffff;
}
.pointer {
	cursor: pointer;
	cursor: hand;
}

.recursosTitle {
	color: #222222;
}

.padding {
	padding: 20px;
}
.rssHeader{

}
.rssBody{
	font-weight:normal;
	font-size:0.8em;
}
.rssBody h4{
	text-decoration:underline;
}