/* Alambre Estudio 
   www.alambre.net
   //
   Estilos Quincena Musical CSS+XHTML
   Programa Calendario Ext
   Febrero 2010
*/

/* Calendario 2cols */

#listado_calendario_ext{
	width: 305px;
	display: block;
	border-top-style: solid;
	border-top-color: #595954;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #595954;
	border-bottom-width: 1px;
	font-size: 11px;
	margin-bottom: 20px;
}


table#calendario_2meses{
	width: 305px;
	border-top-style: dashed;
	border-top-color: #595954;
	border-top-width: 1px;
	padding-top: 8px;
	margin-bottom: 12px;
	}
	
	table#calendario_2meses td{
	vertical-align: top;
	}

	table#calendario_2meses .programa_mini_hueco{
		width: 15px;
		display: block;
	}

	table.programa_mini{
		width: 145px;
		font-size: 10px;
		font-family: Helvetica, Arial, Geneva, sans-serif;
		margin: 0px;
	}
	
	table.programa_mini td{
		color: #a0a0a0;
		text-align: center;
		width: 14.2%;
	}

	table.programa_mini th{
		font-size: 11px;
		font-weight: bold;
		height: 14px;
		vertical-align: middle;
		padding-bottom: 4px;
		padding-top: 2px;
	}
	
	table.programa_mini td{
		border-left: 1px solid silver;
	}

		table.programa_mini td:first-child{
		border-left: none;
	}
	
	table.programa_mini .no_oculta{
	}

	table.programa_mini td.si{
		font-weight: bold;
		color: black;
	}
	
	table.programa_mini td.si:hover{
		background-color: #cccccc;
	}
	
	table.programa_mini td.si a{
		font-weight: bold;
		color: black;
		display: block;
	}
	
table#calendario_1mes{
	width: 305px;
	border-top-style: dashed;
	border-top-color: #595954;
	border-top-width: 1px;
	padding-top: 8px;
	margin-bottom: 12px;
	}
	
	table#calendario_1mes{
	width: 305px;
	border-top-style: dashed;
	border-top-color: #595954;
	border-top-width: 1px;
	padding-top: 8px;
	margin-bottom: 12px;
	}
	
	table#calendario_1mes table.programa_mini{
		width: 260px;
		font-size: 10px;
		font-family: Helvetica, Arial, Geneva, sans-serif;
		margin: 0px;
		margin-left: 20px;
	}
