table#ficha_actividad {
	width: 530px;
	margin-left: 20px;
}


table#ficha {
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

table#ficha td {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 20px;
}

table#ficha td#apartado {
	width: 50px;
	font-size: 11px;
	font-weight: bold;
	vertical-align:top;
}	

table#ficha td#cabecera{
	font-size: 12px;
	color: #333366;
	background-color: #f4f4fa;
}

table#ficha td#titulo{
	font-size: 12px;
	color: #333366;
	background-color: #f4f4fa;
	border-bottom: 1px solid  #cccccc;
}

table#listado {
	width: 100%;
	border: 1px solid #cccccc;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table#listado td#epigrafe {
	font-size: 11px;
	font-weight: bold;
}


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 #cccccc;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        cursor: pointer;
        height: 15px;
}


div.nombre_categoria {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 5px;
}

.hora {
	width: 50px;
	text-align: right;
	padding-right: 10px;
}