/* ALACANT ROCK */
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #06C; text-decoration: none}
a:hover {color: #06C; text-decoration: none}

body {
	background: #D5E4F9 url('img/body.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}
.content img{border:none;padding:0px;}

h1 {font: normal 1.8em Tahoma,sans-serif;letter-spacing:3px;}
h2 {font: normal 1.1em "Lucida sans unicode",sans-serif;}
h3 {font: normal 15px Tahoma,sans-serif;}
h6 {font: normal 2.5em Tahoma,sans-serif;letter-spacing:3px; background:#039; color:#fff; text-align:center;}

img{border:none}
h3 a:hover{color:#FF9900;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h3 {padding-top: 0px; color:#06C; margin-bottom: 4px;}
h2 {padding-top: 0px; color:#FFF; margin-bottom: 4px; background:#000;}
/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
position:relative;
	border: 2px solid #81A2CD;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* header & title */
.header {
	/*background: #222 url('img/header.jpg') no-repeat;*/
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
position:relative;
}
/* path */
.path {
	background: #96BCED;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
letter-spacing:2px;
border-top:2px solid #81A2CD;
}
.path a {
	color: #FFF;
	text-decoration: none;
}
.path a:hover {
	color:#000;
	text-decoration: none;
}
/* publi */
#publi {
	margin-bottom: 5px;
	height:60px;
}
/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 568px;
}
.content .descr {
	background:#06C;
	font-size: 1.3em;
	margin-bottom: 3px;
	color:#FFF;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 180px;
}
.navigation h2 {
	color: #554;
	font: 16px Tahoma,sans-serif;
	line-height: 25px;
	margin: 0;
	padding-left: 30px;
}
.navigation ul {
text-align:left;
	padding: 0;
	border-top: 1px solid #FFF;
}
.navigation li {border-bottom: 1px solid #FFF;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 6px 0 8px 5%;
	text-decoration: none;
	width: 95%;
letter-spacing:2px;
}
.navigation li a:hover {
	background:#06c;
	color: #FFF;	
}

/* footer */
.footer {
height:62px;
background-image:url(img/fondopie.gif);
background-repeat:no-repeat;
	background-color:#949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 3px 5px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {color: #FFCC00;}
.footer .right, .footer .right {text-align:right;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #FFF;}

/*FORM*/
#contacto {text-align:left; width:500px; background-color:#FFF;}
#contacto fieldset {border:0;background-color: #FAFAFA; padding:10px 20px;}
#contacto p label {font: 12px tahoma, Geneva, Arial, Helvetica, sans-serif; float: left;width: 30%; text-align:left;padding-left:0px;}
#contacto p br {clear: left;}
.enviar{margin:12px 0 
0 0px;}

input, select, textarea{
	border: 1px solid #ccc;
	background-color: #fbfbfb;
	width:400px;
}
input:hover, select:hover, textarea:hover{
	border: 1px solid #6699FF;
}

/*AGENDA*/
.evento{
background-color:#FFF;
margin-bottom:10px;
display:block;
border:2px solid #96BCED;
}
.evento hover{
background-color:#000033;
}
.fecha_evento{
background-color:#96BCED;
padding-left:3px;
font-size:20px;
text-align:left;
color:#FFF;
letter-spacing:2px;
}
/*nombre*/
.nombre_evento{
background-color:#81A2CD;
padding:3px;
font-size:16px;
text-align:left;
color:#000;
letter-spacing:1px;
}
.nombre_evento small{
font-size:10px;
color:#FFF;
}
.nombre_evento a{
font-size:16px;
text-align:left;
color:#333;
}
.nombre_evento a:hover{
font-size:16px;
text-align:left;
color:#FFF;
}
/*grupos*/
.grupos_evento{
padding-left:3px;
font-size:14px;
text-align:left;
color:#333;
}
.grupos_evento a{
color:#06C;
}
.grupos_evento a:hover{
color:#FF9900;
}
.grupos_evento li{
list-style: none;
}
/*lugar*/
.lugar_evento{
padding-left:3px;
color:#000000;
}
.lugar_evento a{
color:#06C;
}
.lugar_evento a:hover{
color:#FF9900;
}

.descripcion_evento{
padding-left:5px;
padding-right:5px;
padding-top:10px;
padding-bottom:5px;
color:#000000;
}

/*LIGHTBOX*/
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 40%;
left: 40%;
width: 350px;
height: 250px;
padding: 16px;
border: 5px solid #F90;
background-color: #FAFAFA;
z-index:1002;
overflow: auto;
}

.little input{width:100px;}

/* Agenda DIV */
#next_event {
	position:absolute;
	left:700px;
	top:-35px;
	width:120px;
	z-index:1;
border-top: 3px solid #FFF;
border-left: 3px solid #FFF;
border-right: 3px solid #FFF;
background-color:#FFF;
}
.next_fecha{
font-family:tahoma, sans;
background-color:#81A2CD;
width:120px;
display:block;
color:#FFF;
font-size:24px;
text-align:center;
letter-spacing:-1px;
}

.next_nombre{
font-family:sans;
letter-spacing:-1px;
background-color:#FFF;
width:120px;
display:block;
color:#000;
font-size:14px;
text-align:center;
}

.noticia_destacada{
width:260px;
height:150px;
float:left;
padding:3px;
}

.grupo_destacado{
width:230px;
height:150px;
float:left;
margin-left:5px;
padding:3px;
}



/* Easy Slider */
#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:780px;
		height:160px;
		overflow:hidden; 
		}	


.logo{
position:absolute;
left:10px;
top:10px;
z-index:1;
opacity:0.8;
}

#comentario{
text-align:left;
}
.fecha_comentario{
font-size:16px;
color:#FFF;
background-color:#81A2CD;
}
.titulo_comentario{
font-size:14px;
color:#FFF;
background-color:#96BCED;
}
.texto_comentario{
text-align:justify;
}