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

*{margin: 0; padding: 0;}

body{
	font: normal 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #1D1723;
	margin: 30px;
	background: #fff;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(bg_page.jpg);
}

a{color: #4F8C29;}

a img{
	border: 0;
}

p{
	margin-bottom: 10px;
}

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

input.textbox{
	border: 1px #ccc solid;
	background: #fff url(bg_textbox.gif) repeat-x top;
	padding: 1px;
}

input.button{
	padding: 3px 5px;
	-padding: 0px;
	background: #93216C;
	border: 1px #802 solid;
	color: #fff;
}

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: 860px;
	background: #fff url(container_bg.jpg) repeat-x top;
	padding: 20px 20px 0px 20px;
	border: 12px #fff solid;
	margin: 0 auto;
}

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

#langs li{
	display: inline;
	margin-right: 15px;
}

#langs li.current{
	display: none;
}

#langs li a{
	color: #1D1723;
	text-decoration: none;
	padding: 1px 4px;
	font-weight: bold;
}

#langs li a:hover{

}

/* CABECERA */

#header{
	padding-top: 30px;
	margin-bottom: 10px;
}

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

#header h1 span{
	display: none;
}

/* BANNERS */
#credits{
	position: absolute;
	margin-left: 892px;
	top: 80px;
	z-index: 1;
}

#credits a:hover img{
	border-left: 3px #c0c0c0 solid;
}

/* ACCESO AL CARRITO */
#accesocarrito{
	position: absolute;
	margin-left: 670px;
	margin-top: 50px;
	background: url(carrito.gif) no-repeat left top;
	padding-left: 45px;
	width: 140px;
	cursor: pointer;
}

#accesocarrito a{
	color: #93216C;
	font-weight: bold;
}

#accesocarrito h2{
	text-transform: uppercase;
	font-size: 10px;
	color: #93216C;
	font-weight: bold;
}


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

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


/* MENU/FESTIVALES*/

#menu, #festivales{
	margin-bottom: 20px;
	padding: 10px 0px;
	padding-left: 10px;
	text-align: right;
}

#menu h3, #festivales h3{
		font-size: 10px;
		font-weight: normal;
		text-align: left;
		background: #1d1723;
		color: #ECEE9E;
		font-weight: bold;
		padding-left: 3px;
}

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

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


/* MENU */

#menu li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 3px;
	border-right: 8px #4F8C29 solid;
}

#menu li.current a{
	border-right: 8px #93216C solid;
}

#menu li a:hover, #menu li.current a:hover{
	color: #93216C;
	border-right: 8px #93216C solid;
}


/* FESTIVALES */

#festivales li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 3px;
	border-right: 8px #4F8C29 solid;
}

#festivales li.current a{
	border-right: 8px #93216C solid;
}

#festivales li a:hover, #festivales li.current a:hover{
	color: #93216C;
	border-right: 8px #93216C solid;
}

/* SPONSORS */

#sponsors{
	padding: 10px 0px;
}

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

#content_right{
	margin: 22px 0px;
	float: right;
	width: 200px;
	z-index: 3;
}


/* NEWS */

#news{
	color: #888;
}

#news h3{
		font-size: 10px;
		font-weight: normal;
		text-align: left;
		color: #ECEE9E;
		padding: 3px 5px;
		background: #1d1723;
		font-weight: bold;
}

#news ul{
	padding: 10px 0px 20px 0px;
}

#news li{
	margin-bottom: 5px;
}

#news li a{
	color: #1D1723;
	text-decoration: none;
	border-left: 8px #93216C solid;
	padding-left: 5px;
}

#news li a:hover{
	border-left: 8px #4F8C29 solid;
}

#news li div.newcontent{
	padding-left: 5px;
	margin-bottom: 15px;
	border-left: 8px #4F8C29 solid;
	color: #666;
}

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

/* EVENTOS */
#eventos{
}

#eventos h3{
		font-size: 10px;
		font-weight: normal;
		text-align: left;
		color: #ECEE9E;
		padding: 3px 5px;
		background: #1D1723;
		font-weight: bold;
}

#eventos ul{
	padding: 10px 0px 20px 0px;
}

#eventos li{
	margin-bottom: 5px;
}

#eventos li a{
	color: #1D1723;
	text-decoration: none;
	border-left: 8px #93216C solid;
	padding-left: 5px;
}

#eventos li a:hover{
	border-left: 8px #4F8C29 solid;
}
/* offfriends */

#friends{
	
}

#friends h3{
		font-size: 10px;
		font-weight: normal;
		text-align: left;
		color: #ECEE9E;
		padding: 3px 5px;
		background: #1D1723;
		font-weight: bold;
}

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

#friends li{
	margin-bottom: 5px;
}

#friends li a{
	color: #1D1723;
	text-decoration: none;
	border-left: 8px #93216C solid;
	padding-left: 5px;
}

#friends li a:hover{
	border-left: 8px #4F8C29 solid;
}

/* 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: 150px;
	/*margin-right: 275px;*/
	width: 480px;
	margin-bottom: 20px;
	padding-top: 22px;
	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 a:hover{color: #93216C; text-decoration: none; border-bottom: 3px #93216C solid;}

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

#content h2{
	font-size: 20px;
	padding: 2px 0px;
	color: #fff;
	background: #93216C;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#content h3{
	font-size: 10px;
	padding-top: 3px;
	margin-bottom: 5px;
	color: #93216C;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#content p{
	line-height: 14px;
	text-align: justify;
}

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

#pie{
	clear: both;
	padding-top: 10px;
	color: #888888;
}

.back{
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	padding: 5px 0px;
}

.back a{
	color: #888888;
	text-decoration: none;
}

.back a:hover{
	color: #93216C !important;
	border: 0 !important;
}
