#agenda{
	
}

#visualarea{
	background: url(visualarea-agenda.jpg) no-repeat;
}

#visualtext{
	float: left;
	width: 400px;
	color: #fff;
	padding-top: 30px;
	padding-left: 30px;
}

#visualtext h2{
	font-size: 36px;
	letter-spacing: -2px;
	margin-bottom: 16px;
}

#visualtext h3{
	font-size: 17px;
	font-weight: normal;
}

div.rightcolumn{
	float: left;
	width: 400px;
}

/* LISTA EVENTOS */

div.lista_eventos{
	
}

div.lista_eventos h4{
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px #555 solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.lista_eventos div.item{
	margin: 8px 0px;	
	color: #888;
}

div.lista_eventos p.title{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 18px;
}

div.lista_eventos p.title a{
	color: #fff;
	text-decoration: none;
}

div.lista_eventos p.title a:hover{
	color: #b53b4b;
}

div.lista_eventos p.date{
}

div.lista_eventos p.location{
	font-weight: bold;
}


div.lista_eventos div.current{
	margin: 8px 0px;	
	color: #dc311b;
	background: url(arrow-dotted.gif) no-repeat 220px 20px;
	border-top: 1px #dc311b solid;
	border-bottom: 1px #dc311b solid;
}

div.lista_eventos div.current p.title a{	
	color: #dc311b;
}

div.lista_eventos #mostrartodos{
	color: #b53b4b;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px #555 solid;
	padding-top: 6px;
	padding-left: 16px;
	background: url(arrow-pink-dotted.gif) no-repeat 0px 9px;
}

div.lista_eventos #mostrartodos a{
	color: #b53b4b;
	text-decoration: none;
}

div.lista_eventos #mostrartodos a:hover{
	text-decoration: underline;
	color:
}

/* EVENTO */

#content div.maincolumn{
	width: 510px;
	margin-right: 0;
}

#evento_agenda{
	
}

#evento_cabecera{
	background: #303030;
	padding: 10px;
	margin-bottom: 10px;
}

#evento_agenda h2{
	font-size: 26px;
	line-height: 24px;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
#evento_agenda p.fecha{
	font-size: 14px;
	color: #b53b4b;
}
#evento_agenda p.location{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
#evento_agenda div.imagen{
	float: right;
	padding-top: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#evento_agenda div.imagen img{
	border: 6px #fff solid;
}
#evento_agenda div.contenido{
	font-size: 12px;
	text-align: justify;
	padding-left: 10px;
	background: url(dotted-v.gif) repeat-y left top;
}

#evento_agenda div.contenido p{
	margin: 8px 0px;
}


#ofertas_all div.lista_eventos{
	float: left;
	width: 240px;
	margin-right: 10px;
}

#ofertas_all div.lista_eventos div.item{
	margin-bottom: 15px;
	padding: 5px;
}

#ofertas_all div.lista_eventos div.item:hover{
	background: #b53b4b;
	color: #fff;
}

#ofertas_all div.lista_eventos p.title a:hover{
	color: #303030;
}

#ofertas_all div.lista_eventos p.location{

}

