#evento {
	color:#ddcfb5;	
	margin-left:10px;
	margin-top:20px;
	display:block;
	width:540px;
	height:357px;
	float:left;
	display:inline;
	background:url('../img/backPanel.gif');
	overflow:auto;
	border:3px solid #574a42;
	border-right:3px solid #372a22;
	border-bottom:3px solid #372a22;
}

#evento .titular {
	display:block;
	margin:10px;
	margin-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}

#evento .fecha {
	display:block;
	text-align:left;
	color:#948274;
	font-size:12px;
	margin:0px 10px;
}

#evento .contenido {
	display:block;
	margin-top:30px;
	margin-right:10px;
	margin-left:10px;
	color:#ddcfb5;
}

#fotografias{
	margin-top:20px;
	padding-bottom:20px;
	display:block;
	text-align:center;
	float:left;
	display:inline;
	clear:left;
}

#fotografias a {
	border:1px solid #7e6956;
	display:inline;
	float:left;
	padding-bottom:4px;
	text-align:center;
	margin-left:20px;
}

#fotografias a:hover {
	border:1px solid #ddcfbe;
}

#fotografias a img {
	width:100px;
	margin:4px;
	margin-bottom:0px;
	display:inline;
}


#evento .sinEventos {
	margin-top:15px;
	margin-left:15px;
	font-style:oblique;
}

#listaEventos {
	width:500px;
	float:left;
	margin-left:35px;
	font-size:16px;
	font-weight:bold;
	color:#372a22;	
	margin-top:20px;
	padding-bottom:20px;
	display:inline;
}

#listaEventos a {
	display:block;
	border-top:1px dotted #ddcfb5;
	padding-top:12px;
	font-size:12px;
	margin-top:0px;
	font-weight:normal;
	padding-left:20px;
	padding-bottom:5px;
	padding-right:10px;
	color:#372a22;
	text-decoration:none;
	background:url("../img/arrow_brown.gif") 5px 15px no-repeat;
}

#listaEventos a:hover {
	background-color:#ff9;
}

#listaEventos a div {
	color:#948274;
	font-size:11px;	
	margin-top:5px;
	text-align:right;
}

#listaEventos a:hover div {
	text-decoration:none;
}

#infoEvento {
	width:200px;
	height:235px;
	background:url("../img/nuevoEvento.jpg") bottom no-repeat ;
	float:right;
	margin-right:-3px;
	margin-top:25px;
	display:inline;
	text-align:center;
	padding-right:30px;
}

#infoEvento strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	padding-bottom:18px;
	display:block;
	border-bottom:1px dotted #372a22;
}

#infoEvento a {
	font-weight:bold;
	display:block;
	color:#c30;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
}

#infoEvento a:hover {
	color:#f90
}

#infoGeneral {
	width:220px;
	float:right;
	display:inline;
	margin-top:20px;
	margin-right:12px;
	border:1px dotted #7e6956;
}

#infoGeneral h3 {
	font-size:15px;
	margin:10px;
	font-weight:bold;
	border-bottom:1px solid #7e6956;
	color:#fff;
	padding-bottom:5px;
}

#infoGeneral div {
	margin:10px;
	color:#948274;
	line-height:18px;
}

#infoGeneral div span {
	color:#ddcfb5;
	font-style:italic;
}

