TABLE#escuelas_total {
	width: 530px;
	margin-left: 20px;
}

TABLE#escuelas_total TD {
	vertical-align: top;
}

TABLE#escuelas {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	padding: 0px;
}

TABLE#escuelas TD#escuela {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

table#actividades td {
	width: 202px;
	color: #CDCDCD;
	height: 57px;
}

table#actividades td#espacio {
	border: 0px;
	width: 50px;
}

table#actividades tr td a {
	width: 202px;
	height: 57px;
	text-decoration: none;
}

table#actividades tr td a:hover {
	color: #666666;
	cursor: pointer;
}

table#actividades div {
	padding-top: 10px;
	padding-left: 10px;
	height: 57px;
	background-repeat: no-repeat;
	
}

table#actividades_largas td {
	width: 200px;
	border: 1px solid #E1E1E9;
	color: #CDCDCD;
	background-color: #FFFFFF;
	height: 23px;
}

table#actividades_largas td#espacio {
	border: 0px;
	width: 50px;
}

table#actividades_largas tr td a {
	width: 200px;
	height: 20px;
	text-decoration: none;
}

table#actividades_largas tr td a:hover {
	color: #666666;
	cursor: pointer;

}


table#actividades_largas div {
	padding-top: 4px;
	padding-left: 5px;
	height: 21px;
}

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;
}