body {
	background-color: #0a0a0a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #0a0a0a;
}

a span {
	display: none;
}

#base {
	position: absolute;
	width: 880px;
	left: 50%;
	margin-left: -440px;
	margin-top: 0px;

}

#header {
	margin: 10px 0px 10px 0px;
}

#logo {
	margin-left: 75px;
	height: 125px;
}

#menu {
	width: 880px;
	height: 41px;
	background-image:url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
}

#content {
	margin: 10px 0px 10px 0px;
}

#follow {
	width: 880px;
	height: 41px;
	background-image:url(../img/bg_menu.jpg);
	text-align: right;
}

#follow a {
	padding-right: 20px;
}

#footer {
	height: 60px;
}

#footer_left {
	color: #c1c1c1;
	margin: 10px 0px 0px 15px;
	font-size: 10px;
	font-weight: normal;
	float: left;
	width: 70%;
}

#footer_right {
	float: right;
	width: 128px;
	margin: 10px 15px 0px 0px;
}

#awebado {
	display: block;
	width: 128px;
	height: 34px;
	background-image: url(../img/awebado.jpg);
	background-repeat: no-repeat;
}

#awebado:hover {
	background-image: url(../img/awebado2.jpg);
}

.orange {
	background-color: #917731;
	background-image: url(../img/bg_orange.png);
	background-repeat: repeat-x;
	color: #0a0a0a;
}

.grey {
	background-color: #2c2c2c;
	background-image: url(../img/bg_grey.png);
	background-repeat: repeat-x;
	color: #ccab51;
}

.clear {
	clear: both;
}

.title {
	background-repeat: no-repeat;
	background-position: right;
	height: 26px;
	margin-top: 8px;
	color: #FFFFFF;
	font-size: 12px;
}

.title2 {
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	margin-top: 8px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0px 5px 20px;
}

.orange .title, .orange .title2 {
	background-image: url(../img/bg_orange2.jpg);
}

.grey .title, .grey .title2 {
	background-image: url(../img/bg_grey2.jpg);
}

.sep {
	margin-top: 8px;
}

.sep2 {
	height: 26px;
}

#content #left {
	width: 590px;
	float: left;
}

#content #right {
	width: 280px;
	float: right;
}

#eventos_proximos {
	clear: both;
}

#eventos_anteriores {
	clear: both;
}

.bloque {
	padding: 10px;
}

.bloque a img {
	border: 1px solid #000000;
}

.bloque a:hover img {
	border: 1px solid #FFFFFF;
}

.evento {
	border-bottom: 1px solid #8c7330;
	padding: 2px;
}

.evento .left {
	width: 50%;
	float: left;
}

.evento .right {
	width: 50%;
	float: right;
	text-align: right;
}

.evento .bottom {
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
}

.evento:hover {
	background-color: #7f682c;
}

.evento_pasado {
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #2c2c2c;
	padding: 5px 5px 5px 5px;
}

.evento_pasado:hover {
	background-color: #727171;
}

.evento_pasado a {
	color: #ccab51;
	text-decoration: none;
}

#loader {
	border: 1px solid #000000;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.foto_frame {
	margin-top: 10px;
	height: 16px;
}

.foto_left {
	width: 80%;
	float: left;
	color: #000000;
	font-size: 11px;
	padding-left: 20px;
}

.foto_right {
	width: 10%;
	float: right;
	
}

.foto_right a {
	color: #39311c;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #39311c;
	margin-left: 5px;
	padding: 1px 4px 2px 4px;
	font-weight: bold;
}

.bloque_left {
	width: 68%;
	float: left;
}

.bloque_right {
	width: 28%;
	float: right;
	text-align: center;
}

.bloque_right a {
	margin-bottom: 30px	!important;
}

.bloque_left .fecha {
	width: 45%;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.bloque_left .lugar {
	width: 45%;
	float: right;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}


#homeleft {
	width: 336px;
	float: left;
	margin-top: 8px;
	height: 185px;	
}


#homecenter {
	margin-left: 10px;
	margin-top: 8px;
	width: 336px;
	display: block;
	float: left;
	height: 185px;	
}

#homeright {
	width: 188px;
	float: right;
	margin-top: 8px;
	height: 185px;	
}


.btn_inicio, .btn_locales, .btn_noticias, .btn_especialidades, .btn_fotos, .btn_club, .btn_colaboradores, .btn_localizacion, .btn_contacto {
	background-position: center;
	background-repeat: no-repeat;
	height: 14px;
}

.btn_inicio {
	background-image:url(../img/btn_inicio.jpg);
	width: 29px;
}
.btn_inicio:hover {
	background-image:url(../img/btn_inicio2.jpg);
}

.btn_locales {
	background-image:url(../img/btn_locales.jpg);
	width: 39px;
}
.btn_locales:hover {
	background-image:url(../img/btn_locales2.jpg);
}

.btn_noticias {
	background-image:url(../img/btn_noticias.jpg);
	width: 87px;
}
.btn_noticias:hover {
	background-image:url(../img/btn_noticias2.jpg);
}

.btn_especialidades {
	background-image:url(../img/btn_especialidades.jpg);
	width: 81px;
}
.btn_especialidades:hover {
	background-image:url(../img/btn_especialidades2.jpg);
}

.btn_fotos {
	background-image:url(../img/btn_fotos.jpg);
	width: 66px;
}
.btn_fotos:hover {
	background-image:url(../img/btn_fotos2.jpg);
}

.btn_club {
	background-image:url(../img/btn_club.jpg);
	width: 24px;
}
.btn_club:hover {
	background-image:url(../img/btn_club2.jpg);
}

.btn_colaboradores {
	background-image:url(../img/btn_colaboradores.jpg);
	width: 78px;
}
.btn_colaboradores:hover {
	background-image:url(../img/btn_colaboradores2.jpg);
}

.btn_localizacion {
	background-image:url(../img/btn_localizacion.jpg);
	width: 64px;
}
.btn_localizacion:hover {
	background-image:url(../img/btn_localizacion2.jpg);
}

.btn_contacto {
	background-image:url(../img/btn_contacto.jpg);
	width: 47px;
}
.btn_contacto:hover {
	background-image:url(../img/btn_contacto2.jpg);
}

.opaco {filter: alpha(opacity=50); opacity: .3} 




#contacto input, #contacto textarea, .button {
	border: solid 1px #333333;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 5px 0px 10px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#contacto .button {
	margin: 20px 0px 10px 20px !important;
	padding: 6px !important; 
	color: #000000;
	background-color:#CCCCCC;
}

#contacto .button:hover {
	color: #000000;
	background-color: #917731;
	cursor: pointer;
}

#contacto {
	margin: 15px;
}

#flash_left {
	float:left;
	width: 435px;
}

#flash_right {
	float:right;
	width: 435px;
}


#homeleft .bottom , #homecenter .bottom {
	height: 15px !important;
	overflow: hidden;
}

.bottom a {
	text-decoration: none;
}

.grey .bottom a {
	color: #ccab51 !important;
}

#club_tarjeta {
	width: 45%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
}

#club_tarjeta h1 {
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/* Estilos para temas de las votaciones y estrellitas */

		#votar { float: right; width: 80px; margin-right: 10px; }
		#rat > * {float: left; line-height: 1.4em;}
		#resultado { clear: both; float: right; width: 250px; margin-right: 10px; margin-bottom: 10px; text-align: right; font-size: 9px; }


