
/* ============ Definicion de Elementos ============ */

*{margin: 0; padding: 0;}

body{
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff url(bg-page.gif) repeat-x;
}

a{color: #00AAEE;}

a img{
	border: 0;
	text-decoration: none;
}

textarea{
	font: normal 10px/16px Verdana;
}

td{padding: 2px;}

li{list-style: none;}

span.destacado{
	padding: 2px 0px;	
	background: url(gray_diag_lines.gif);
}

/* ================================================== */


/* CONTAINER */
#container{
	width: 780px;
	margin: 0 auto;
}

/* LANGS */
#langs{
	position: absolute;
	top: 140px;
	width: 190px;
	text-align: right;
}

#langs li{
	display: inline;
	color: #bbb;
}

#langs li.current a{
	color: #555;
}

#langs li a{
	color: #bbb;
	text-decoration: none;
}

#langs li a:hover{

}

/* CABECERA */

#header{
	background: url(bg-header.gif) no-repeat top center;
	height: 180px;
}

#header h1{
	width: 450px;
	height: 109px;
	margin-bottom: 15px;
}

#header h1 span{
	display: none;
}

/* BANNERS */
#headlinks{
	position: absolute;
	margin-left: 600px;
	top: 140px;
	z-index: 1;
	color: #bbb;
}

#headlinks a{
	color: #bbb;
}


/* === CONTENT-LEFT === */

#content_left{
	margin-top: 15px;
	width: 180px;
	float: left;
	z-index: 2;
}


/* MENU/FESTIVALES*/

#menu, #festivales{
	margin-bottom: 30px;
	text-align: right;
}

#menu h3, #festivales h3{
		font-size: 10px;
		font-weight: normal;
		text-transform: uppercase;
		text-align: right;
		color: #F3481F;
		letter-spacing: 2px;
}

#menu ul, #festivales ul{
	padding-top: 5px;
}

#menu li, #festivales li{
	margin-bottom: 5px;
}

/* MENU */

#menu li{
	background: url(bg-menu-li.gif) no-repeat right;
	padding-right: 7px;
}

#menu li a{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #94216b;
	padding: 3px 4px;
}

#menu li.current a, #menu li.current a:hover{
	background: #f3481f;
	color: #fff;
}

#menu li a:hover{
	color: #F3481F;
	background: url(bg-menu-over.gif) repeat-y right;
}


/* FESTIVALES */

#festivales li{
	background: url(bg-menu-li.gif) no-repeat right;
	padding-right: 7px;
}

#festivales li a{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #94216b;
	padding: 3px 4px;
}


#festivales li a:hover{
	color: #F3481F;
	background: url(bg-menu-over.gif) repeat-y right;
}

/* SPONSORS */

#sponsors{
	margin: 40px 0px 20px 30px;
	padding: 5px 0px;
	background: #eee;
	border: 1px #e0e0e0 solid;
	text-align: center;
	width: 150px;
}

#sponsors h3{
	font-size: 10px;
	font-weight: normal;
	color: #888;
}

#sponsors p{
}


/* === CONTENT-RIGHT === */

#content_right{
	margin-top: 20px;
	float: right;
	width: 180px;
	z-index: 3;
}


/* NEWS */

#news{
	color: #888;
}

#news h3{
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		color: #fff;
		padding: 3px 5px;
		background: #94216B url(bg-deg1.gif) repeat-x;
		font-weight: bold;
}

#news ul{
	padding: 5px 0px 5px 5px;
}

#news li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 12px;
	border-bottom: 1px solid #FEE7E2;
}

#news li a{
	color: #888;
	text-decoration: none;
}

#news li a:hover{
	color: #94216B;
}

#news li div.newcontent{
	padding-left: 5px;
	margin: 10px 0px;
	color: #666;
}

#news li div.newcontent a{
	color: #F3481F;
	text-decoration: underline;
	border: 0;
	padding: 0;
}

/* frienlist */

#friends{
	margin-top: 20px;
}

#friends h3{
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		color: #fff;
		padding: 3px 5px;
		background: #bbb;
		font-weight: bold;
}

#friends ul{
	padding: 10px 0px 0px 0px;
}

#friends li{
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(bg-menu-li.gif) no-repeat 0px 3px;
}

#friends li a{
	color: #888;
	text-decoration: none;
}

#friends li a:hover{
	color: #F3481F;
}

/* LINK */

div.link{
	padding: 10px 0px;
}


div.link p{
	margin: 0;
}

/* NOTICIAS */

#noticias{
	
}

.noticia{
}

.noticia div.titulo{
	margin-bottom: 5px;
	padding: 0px 3px;
	background: #eee;
	padding-right: 70px;
}

.noticia div.fecha{
	float: right;
	padding-left: 5px;
	background: url(li_tramado.gif);
	text-align: right;
}

.noticia div.imagen{
	margin-bottom: 3px;
	text-align: right;
}

.noticia div.imagen img{
	border: 4px #fff solid;
	margin-left: 2px;
}

.noticia div.contenido{
	text-align: justify;
	line-height: 12px;
	margin-bottom: 5px;
}

.noticia div.categoria{
	text-align: right;
}

/* === CONTENIDO === */
#content{
	text-align: justify;
	margin-left: 198px;
	margin-top: 30px;
	width: 380px;
	margin-bottom: 20px;
	z-index: 4;
	color: #5C505B;
}

#content li{
	list-style: none;
	margin-bottom: 12px;
	padding-left: 10px;
	margin-left: 10px;
	background: url(content_li_bullet.gif) no-repeat 0px 6px;
}

#content h1{
	font-size: 40px;
	color: #bbb;
	letter-spacing: -3px;
	text-transform: lowercase;
	line-height: 35px;
	margin-bottom: 10px;
	text-align: left;
	margin-bottom: 20px;
}

#content h2{
	color: #F3481F;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#content h3{
	color: #F3481F;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#content p{
	line-height: 16px;
	text-align: justify;
	margin: 0px 0px 12px 0px;
}

#content li{
	list-style: disc !important;
	padding-left: 10px !important;
	margin-left: 10px !important;
}

/* === PIE DE PÁGINA === */

#pie{
	clear: both;
	width: 380px;
	margin-left: 198px;
	padding: 6px 0px;
	border-top: 3px #F3481F solid;
	text-align: center;
	color: #888888;
}



/* PARA SECCIONES ESPECÍFICAS ESTE APARTADO */

#grupos{
	margin-top: 20px;
}

#grupos p.item{
	padding-left: 20px;
	background: url(estrella.gif) no-repeat 0px 2px;
}

#grupos p.item a{
	text-decoration: none;
	color: #F3481F;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px #bbb dashed;
}

#grupos p.item a:hover{
	color: #94216B;
	border-bottom: 1px #94216B dashed;
}

#grupos p.back{
	margin: 20px 0px 10px 0px;
	text-align: right;
}

#grupos p.back a{
	padding-right: 20px;
	background: url(atras.gif) no-repeat right;
	color: #94216B;
	text-decoration: none;
}

#grupos p.back a:hover{
	text-decoration: none;
	border-bottom: 0;
}

#grupos h2{
	color: #F3481F;
	font-size: 20px;
	font-weight: bold;
	background: 0;
	line-height: 22px;
	margin-bottom: 0;
	text-align: left;
	border-bottom: 1px #bbb dashed;
}

#grupos h3{
	color: #94216B;
	font-size: 14px;
	text-transform: uppercase;
}

/* solicitud de participación */

#solicitud{
	border-top: 1px #bbb dashed;
	margin-top: 20px;
	padding-top: 10px;
}

#solicitud input{
	font-size: 11px;
	border: 1px #bbb solid;
	padding: 1px;
	background: #fff url(bg-textbox.gif) repeat-x top;
}

#solicitud input.checkbox, #solicitud input.radio{
	border: 0;
}

#solicitud input.button{
	background: url(bg-button.gif) repeat-x center center;
	border: 1px #94216B solid;
	padding: 0px 6px;
	height: 20px;
	color: #fff;
}

#solicitud textarea{
	font-size: 11px;
	border: 1px #bbb solid;
	background: #fff url(bg-textbox.gif) repeat-x top;
	padding: 2px;
}

#solicitud td.atributo2{
	font-weight: bold;
	color: #F3481F;
}

#solicitud td.atributo{
	font-weight: bold;	
}

/* ALBUMS DE FOTOS */

#albums{
	margin-top: 30px;	
}

div.album{
	border-bottom: 1px #bbb dashed;
	height: 70px;
}

div.album div.img{
	float: left;
}

div.album div.nom, div.album div.desc, div.album div.autor{
margin-left: 70px;
}

div.album div.nom{
}

div.album div.nom a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #F3481F;
	text-transform: uppercase;
}

div.album div.autor{
	color: #888;
}

#flashgallery{
	position: absolute;
	top: 195px;
	margin-left: 10px;
	background: #fff;
	border: 10px #eee solid;
	border-top: 0;
}

#flashgallery div.close{
	background: #eee;
	text-align: right;
	padding: 4px 10px;
}

#flashgallery div.close a{
	color: #bbb;
	text-decoration: none;
	font-weight: bold;
}

/* NOTICIAS */

#noticia{
	
}

#noticia p{
	text-align: left;
}

#noticia p.img{
	text-align: right;
	float: right;
	margin: 0px 0px 10px 20px;
}

#noticia p.img img{
	border: 8px #e0e0e0 solid;
}

#noticia h2{
	margin-bottom: 10px;
	border-bottom: 1px #e0e0e0 dashed;
}