TABLE#intro {
	font-size: 11px;
	width: 530px;
	margin-left: 20px;
	font-family: Arial;
	color: #777777;
	font-weight: normal;
}

TABLE#intro TD#texto {
	padding-top: 5px;
}

TABLE#intro P {
	text-align: justify;
	padding-bottom: 15px;
}

TABLE#intro TD#foto {
	padding-left: 35px;
}

table#enlaces {
	font-size: 11px;
	width: 530px;
	margin-left: 20px;
	font-family: Arial;
	color: #777777;
	font-weight: normal;
	border: 1px solid #E5E5EA;
}

TABLE#enlaces TD.titulo_con_barra {
	border-top: 1px solid #E5E5EA;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 10px;
}

TABLE#enlaces TD.titulo_sin_barra {
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 10px;
}

TABLE#enlaces TD.url_con_barra{
	padding-right: 10px;
	text-align: right;
	border-top: 1px solid #E5E5EA;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}

TABLE#enlaces TD.url_sin_barra{
	padding-right: 10px;
	text-align: right;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}

table#enlaces A{
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}

table#enlaces A:hover{
	text-decoration: underline;
	font-weight: normal;
}

