TABLE#agenda {
	width: 530px;
	font-family: Arial;
	color: #777777;
	font-size: 11px;
	margin-left: 20px;
	border: 1px solid #E5E5EA;
	border-collapse: collapse;
}

TABLE#agenda TD {
	padding: 5px;
	cursor: pointer;
	border-bottom: 1px solid #E5E5EA;
}

TABLE#agenda TD#titulo {
	padding: 5px;
	font-weight: bold;
	background-color: #F4F4FA;
}

TABLE#agenda TD#fecha {
	padding: 7px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 80px;
}

TABLE#agenda TD#tipo {
	text-align: center;
	background-color: #F9F9FC;
	width: 100px;
}

TABLE#agenda TD#evento {
	padding-left: 10px;
	font-weight: bold;
}

TABLE#agenda TD#mas_info {
	width: 70px;
	background-color: #F9F9FC;
	text-align: center;
}

P#volver {
        width: 530px;
        margin-left: 30px;
        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;
}