
#cuadro_eventos_base{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	overflow:visible;
	background:url(../../img/fondo_agenda.png) repeat-y;	
}
	#cuadro_eventos_base ul{
		list-style-type:none;
		margin-left:7px;
		width:410px;
		margin-top:0;	
		padding-bottom:10px;	
		float:left;
		overflow:hidden;
		border:1px solid #EEE;
		}
		*>#cuadro_eventos_base ul{
			margin-left:10px;
			padding-left:0;			
		}
		#cuadro_eventos_base ul li{
			margin:0;
			padding:0;
		}		
		#cuadro_eventos_base ul li.cabecera{
			float:left;
			position:relative;
			width:100%;
			height:auto;
			height:22px;
			border-top:2px solid #525252;
			text-align:center;
			color:#FFFFFF;
			padding-top:4px;
			font-size:16px;
			font-weight:bold;
			background-color:#999999;
			margin-bottom:10px;
		}		
		#cuadro_eventos_base ul li.cabecera_partido{
			float:left;
			position:relative;
			width:100%;
			height:auto;
			height:22px;
			border-top:2px solid #4A6D06;
			text-align:center;
			color:#FFFFFF;
			padding-top:4px;
			font-size:16px;
			font-weight:bold;
			background-color:#80BE07;
			margin-bottom:10px;
		}				

		#cuadro_eventos_base ul li.descripcion{
			display:block;
			width:95%;
			height:auto;
			float:left;
			clear:left;
			margin:10px 0 10px 5px;
			padding:0;
			/*text-align:center;*/
		}
		#cuadro_eventos_base ul li.partido{
			display:block;
			clear:both;
			font-size:12px;
			margin:5px 0 2px 5px;
			padding:0;
		}			
		#cuadro_eventos_base ul li.partido span{
			color:#FF0000;
			font-weight:bold;
		}
		#cuadro_eventos_base p.separador{
			display:block;
			clear:both;
			width:100%;
			height:20px;
			border-bottom:1px dotted #656652;						
		}		
		
#base_titulo{
	position:relative;
	clear:both;
	width:100%;
	height:103px;
	overflow:hidden;	
	background:url(../../img/cabecera_agenda.png) no-repeat;
	/*Estilo de Fuente*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
	#base_titulo li.descripcion{
		width:150px;
		height:25px;
		background-color:red;
	}
div.separador{
	position:relative;
	clear:both;
	margin-left:15px;
	width:400px;	
	height:3px;	
	border-bottom:1px dotted #656652;					
	font-size:2px;
}
div.ficha_envento{
	position:relative;
	float:left;
	height:auto;
	overflow:visible;
	margin-left:20px;
	width:395px;	
}
div.contenido_evento{
	position:relative;
	clear:both;
	width:400px;
	height:auto;
	overflow:visible;
	padding:0px 0px 5px 25px;	
	/*Estilo de fuente*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:justify;
}
*>div.contenido_evento{
	width:380px;	
}