a {
	text-decoration: none;
	color: #895e08;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.url ul {
	margin-left: 25px;
}

/*
 * esta_viendo
 */
.url div.esta_viendo {
	padding-bottom: 5px;
}
.url div.esta_viendo span {
	color: #895e08;
}


/*
 * Reserva
 */
.url div.reserva {
	clear: both;
	float: left;
	width: 760px;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px dashed #474747;
/* 	outline: 1px solid yellow; */
}
.url div.reserva span.head {
	display: block;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5pt;
}
.url div.reserva div.row div.column {
	float: left;
	width: 253px;
	margin-top: 10px;
/* 	outline: 1px solid white; */
/* 	text-align: center; */
}
.url div.reserva div.row div.column span {
	display: block;
	padding-bottom: 3px;
}
.url div.reserva div.row div.column span.sitio {
	color: #895e08;
}
.url div.reserva div.row div.column span.telefono {
	font-size: 12pt;
}
.url div.reserva div.row div.column span.horarios {
	font-size: 8pt;
}
.url div.reserva div.row div.column a {
	padding-right: 25px;
	background: url('../images/flechas_alpha.gif') 100% 50% no-repeat;
}
