/* CSS Document */

h2{
	display:block;
	float:left;
	width:890px;
	color: #733200;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dashed #733200;
	padding-bottom: 4px;
}


#top_tarifa{
	float:left;
	width:655px;
	background-image: url(../img/tarifa_top.jpg);
	background-repeat: no-repeat;
	padding-left: 235px;
	padding-top: 25px;
	background-position: 0px 25px;
}

#top_tarifa p{
	display:block;
	float:left;
	width:140px;
	padding-left: 12px;
	font-size: 12px;
	color: #454140;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 6px;
	text-align: center;
	height: 50px;
	border-left: 1px solid #A5AA82;
}
#top_tarifa p span{
	display:block;
	font-size:9px;
	font-weight: normal;
	padding-top: 3px;
}

/*----------------*/
.registro_tarifa{
	float:left;
	width:890px;
	background-image: url(../img/tarifa_repetir.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#contenido .ultima{
	background-position: 0px -1px;
	;
}
#contenido .ultima p{
	padding-bottom: 0px;
	height: 30px;
}
.registro_tarifa p{
	display:block;
	float:left;
	width:162px;
	font-size: 14px;
	color: #454140;
	font-weight: bold;
	padding-top: 12px;
	text-align: center;
	height: 32px;
	border-left: 1px solid #ACA499;
}
.registro_tarifa p span{
	font-size: 10px;
	color: #454140;
	font-weight: normal;
}
.registro_tarifa p.titulo{
	display:block;
	float:left;
	width:220px;
	font-size: 11px;
	color: #733200;
	font-weight: bold;
	padding-right: 0px;
	text-align: left;
	border-left: 0px;
	padding-left: 15px;
}
.registro_tarifa p a{
	display:block;
	width:162px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/bot_realizar_reserva.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 5px;
	text-decoration: none;
}

.pie_tarifa{
	display:block;
	float:left;
	background-image: url(../img/tarifa_pie.jpg);
	background-repeat: no-repeat;
	width: 890px;
	height: 25px;
	padding-top: 15px;
}
a.ver_otras_tarifas{
	display:block;
	float:right;
	width:150px;
	text-align: right;
	color: #733200;
}

