/*----- AGENDA -----*/
div#contenido_agenda {
	width:980px;
	background:#FFF none;
	margin:20px 0 25px 0;
}
div#contenido_agenda h1 {
	font-size: 16px;
	margin: 0 0 8px 25px;
}
div#eventos {
	width:730px;
	background-color:#FFF;
	padding:0 0 0 25px;
	float:left;
	min-width: 730px;
}
div.evento {
	display: block;
	border-bottom: 1px dotted #CCC;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
}
div.evento ul, div.evento ol {
	margin:0 0 10px 0;
	padding:0 0 0 45px;
	list-style-position: inside;
}
div.evento ul {
	list-style-type:disc;
}
div.evento ol {
	list-style-type:decimal;
}
div.evento ul.datos {
	display: block;
	min-width: 200px;
	max-width: 400px;
	float: left;
	background: #F3F3F3;
	padding: 5px;
	border: 1px dotted #CCC;
	margin: 0 8px 0 0;
	list-style-type:none;
	list-style-position:outside;
}
div.evento ul.datos li {
	display:block;
	padding:0 0 0 8px;
	background:url(../images/eventos_datos_indica.gif) left 7px no-repeat;
}
div.evento h2 {
	font-size: 16px;
	padding: 0 0 5px 0;
	display: block;
}
div.evento h3 {
	font-size: 12px;
	font-weight:normal;
	display: block;
	padding: 0 0 3px 0;
}
div.evento abbr {
	border:0;
}
div.evento p {
	line-height: 20px;
	margin:0 0 10px 0;
}
div#agenda {
	width:205px;
	float: left;
	margin:0 0 0 20px;
	background:url(../images/agenda_fondo.gif) no-repeat;
	min-height:580px;
}
div#contenido_agenda div#agenda {
	margin-top:-33px;
}
div#agenda table {
	color:#666;
	font-size:11px;
	margin:0 0 0 8px;
	border-left: 4px solid #F2F1F0;
	border-right: 4px solid #F2F1F0;
	background: #F8F8F8;
}
div#agenda table caption {
	display:table-caption;
	font-weight:bold;
	padding:5px 0 4px 0;
	width: 185px;
}
div#agenda table th {
	width:20px;
	line-height: 20px;
	background: #F2F1F0;
}
div#agenda table td span {
	display:block;
	height:20px;
	width:20px;
	line-height: 20px;
	text-align: center;
}
div#agenda table td {
	width:20px;
	line-height: 20px;
	text-align: center;
	border:2px solid #F2F1F0;
	background:#F8F8F8;
}
div#agenda table td.inactivo {
	background:#F2F1F0;
	color: #CCC;
}
div#agenda table td.off {
	color: #CCC;
	background-color: #F2F1F0;
}
div#agenda table td.evento {
	background-color:#EDDBDA;
}
div#agenda table td a {
	color: #333;
	display: block;
}
div#agenda table td a:hover {
	background:#FFCC66;
}
div#agenda ul {
	color: #818181;
	font-size: 11px;
	width: 187px;
	background: url(../images/agenda_fondo_ul.gif) repeat-y;
	margin:0 0 0 8px;
	padding:0 0 15px 0;
	border-bottom: 1px solid #D3D2D2;
}
div#agenda ul li {
	display:block;
	background:#F2F1F0 url(../images/agenda_separa.gif) bottom repeat-x;
	padding:5px 0 5px 0;
	margin:0 5px 0 5px;
}
div#agenda ul li .dtstart {
	font-weight: bold;
}
div#agenda ul li .dtend {
	display: none;
}
div#agenda ul li .summary {
	display: block;
}
div#agenda ul li .location {
	display: none;
}
div#agenda ul li abbr {
	border:0;
}
div#agenda span.cierre {
	background:url(../images/agenda_cierre_fondo.gif) top left no-repeat;
	height:43px;
	width:205px;
	display:block;
}div#agenda ul li .dtstart {
	font-weight: bold;
}

