div.event-container {
	border: 1px solid #C5C418;
	background: url(../images/box_background.gif) top left repeat-x #FDFDFE;
	min-height: 100px;
	height: 100px;
	margin-bottom: 20px;
	position: relative;
	top: 0;
	left: 0;
}
html>body div.event-container {
	height: auto;
}
	div.event-container h3 {
		margin: 2px;
		font-family: "Tahoma", Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #fff;
		background: url(../images/title_box_background.gif) top left repeat #C5C418;
		padding: 5px;
		font-weight: bold;
		clear: both;
	}
	div.event-container h3.detail {
		font-size: 18px;
		color: #fff;
		background: url(../images/title_box_background.gif) top left repeat #C5C418;
		padding: 5px;
	}
	div.event-container div.date {
		padding: 5px;
		float: left;
		color: #999;
		font-family: "Georgia", Georgia, "Times New Roman", Times,  serif;
		width: 120px;
		height: 25px;
	}
	div.event-container p.image {
		padding: 5px;
		margin: 0 10px;
		width: 100px;
	}
	div.event-container p.image img {
		border: 1px solid #C5C418;
	}
	div.event-container div.short-description {
		padding: 5px;
		float: right;
		width: 200px;
		height: 50px;
		min-height: 50px;
	}
	html>body div.event-container div.short-description  {
		height: auto;
	}
	div.event-container p.more-news {
		text-align: right;
		margin: 5px;
	}
	div.event-container h4 {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -2px;
		margin: 5px;
		border-bottom: 1px solid #C5C418;
	}
	div.event-container p {
		margin: 5px;
	}
	div.event-container p img {
		margin: 0 5px 0 0;
		border: 1px solid #999999;
	}
div.calendar {
		background: url(../images/menu_background.gif) repeat-y;	
}
table.calendar_table {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	width: 140px !important;
	height: 100%;
}
table.calendar_table td {
	margin: 0;
	padding: 0;
	text-align: center;
}
table.calendar_table td.day_out {
	text-align: center;
	width: 20px;
	height: 20px;
}
table.calendar_table td.month_minus, table.calendar_table td.month_plus {
	text-align: left;
}
table.calendar_table td.month_minus a, table.calendar_table td.month_plus a {
	background: transparent;	
}
table.calendar_table td.month_plus {
	text-align: right;
}
table.calendar_table td.month_act {
	width: 84px;
	text-align: center;
	color: #C5C418;
	font-weight: bold;
}
table.calendar_table a {
	background: #4A6291;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
table.calendar_table a:hover {
	background: #EDF2FF;
	color: #C5C418;
}
table.calendar_table td.today a, table.calendar_table td.today  {
	background: #C5C418;
}
table.calendar_table td.today a:hover {
	color: #999;
	background: transparent;
}

/*div.object {
	margin: 0;
	background: #fff;
	display: block;
	text-align: center;
	margin: 0 auto !important;
	padding-bottom: 10px !important;
	background: url(../images/menu_background.gif) repeat-y !important;	
}*/

ul.no-icon li {
	list-style-type: none;
}
div#encuestas_respuestas p.respuesta {
	width: 300px;
	height: auto;
	margin: 10px 5px;
}
p.votar {
	text-align: left;
	clear: both;
}
p.votar input {
	float: none;
	text-align: center;
}
div#encuestas_respuestas label {
	float: right;
	text-align: left;
	width: 270px;
}
div#additional-content p {
	margin: 0;
	padding: 5px 17px;
	background: url(../images/menu_background.gif) repeat-y;	
}
