TABLE#cabecera {
	font-size: 13px;
	width: 547px;
	margin-left: 20px;
	font-family: Arial;
	color: #333366;
	font-weight: bold;
	background-color: #FFFFFF;
}

TABLE#cabecera TD#titulo {
	text-align: left;
	padding-left: 10px;
}

TABLE#cabecera TD#imagen {
	text-align: right;
	padding: 0px;
}

TABLE#ficha {
	font-size: 11px;
	width: 540px;
	margin-left: 20px;
	font-family: Arial;
	color: #777777;
	font-weight: normal;
	background-color: #FFFFFF;
}

TABLE#ficha TD#ficha_horarios {
	vertical-align: top;
	border: 1px solid #E5E5EA;
	height: 100%;
}

TABLE#ficha TD#ficha_datos {
	vertical-align: top;
	border-top: 1px solid #E5E5EA;
	border-bottom: 1px solid #E5E5EA;
	border-right: 1px solid #E5E5EA;
	height: 100%;
}

TABLE#horarios {
	font-size: 11px;
	width: 270px;
	font-family: Arial;
	color: #777777;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 100%;
}

TABLE#horarios TD {
	text-align: center;
	padding: 2px;
	vertical-align: top;
}

TABLE#horarios TD#calendario {
	background-color: #F4F4FA;
	border-bottom: 1px solid #E5E5EA;
	color: #333366;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	padding-left: 10px;
	height: 20px;
}

TABLE#horarios TD#titulo_actividad {
	width: 50px;
	font-weight: bold;
	border-bottom: 1px solid #E5E5EA;
	height: 15px;
}

TABLE#horarios TD#titulo_dias {
	font-weight: bold;
	border-bottom: 1px solid #E5E5EA;
	border-left: 1px solid #E5E5EA;
	border-right: 1px solid #E5E5EA;
	width: 125px;
	height: 15px;
}

TABLE#horarios TD#titulo_horas {
	font-weight: bold;
	border-bottom: 1px solid #E5E5EA;
	width: 75px;
	height: 15px;
}

TABLE#horarios TD#dias {
	border-left: 1px solid #E5E5EA;
	border-right: 1px solid #E5E5EA;
}

TABLE#datos {
	font-size: 11px;
	width: 270px;
	font-family: Arial;
	color: #777777;
	font-weight: normal;
	background-color: #FFFFFF;
}

TABLE#datos TD {
	text-align: left;
	padding: 7px;
	padding-left: 10px;
}

TABLE#datos TD#titulo {
	background-color: #F4F4FA;
	border-bottom: 1px solid #E5E5EA;
	border-top: 1px solid #E5E5EA;
	color: #333366;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	padding-left: 10px;
}

TABLE#datos TD#titulo_nivel {
	background-color: #F4F4FA;
	border-bottom: 1px solid #E5E5EA;
	color: #333366;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	padding-left: 10px;
}

TABLE#documentos {
	font-size: 11px;
	font-family: Arial;
	color: #777777;
	font-weight: normal;
	width: 270px;
}

TABLE#documentos TD#icono {
	text-align: center;
	width: 30px;
	padding-left: 5px;
}

TABLE#documentos TD {
	text-align: left;
	border-bottom: 0px;
	padding: 5px;
}

TABLE#documentos A {
	font-size: 11px;
	font-family: Arial;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}

P#volver {
        width: 530px;
        margin-left: 20px;
        text-align: center;
}

P#volver A {
        background-image: url(../images/boton.gif);
        background-repeat: repeat-x;
        font-weight: bold;
        color: #777777;
        border: 1px solid #E5E5EA;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        cursor: pointer;
        height: 15px;
        width: 200px;
}
