
/******************** Tarot ********************/

div.tirada_rappel {
	margin: 15px;
}
div.tirada_rappel h3 {
	height: 31px;
}
div.tirada_rappel form {
	background: url("../images/btns_tirada_rappel.jpg") no-repeat top left;
	width: 667px;
	height: 53px;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 0 0 10px;
}
div.tirada_rappel option {
	padding-right: 10px;
}
div.tirada_rappel span {
	float: left;
	width: 140px;
}
div.tirada_rappel select,
div.tirada_rappel label {
	margin-top: 10px;
}
div.tirada_rappel select {
	float: left;
}
div.tirada_rappel label {
	float: left;
	width: 55px;
	text-align: right;
	padding-right: 10px;
}
div.tirada_rappel .btn_tirada,
div.tirada_rappel .btn_video {
	float: left;
	font-size: 15px;
	font-weight: bold;
	width: 60px;
	padding: 5px 45px 5px 0;
	margin-top: -5px;
}
div.tirada_rappel .btn_tirada {
	margin-left: 35px;
}
div.tirada_rappel .btn_video {
	margin-left: 25px;
}
html*div.tirada_rappel .btn_tirada {
	margin-left: 25px;
}
html*div.tirada_rappel .btn_video {
	margin-left: 15px;
}

table.tarot {
	width: 690px;
	margin: 0 0 20px 10px;
	border-collapse: collapse;
}
table.tarot td {
	background: url("../images/carta_tarot.png") no-repeat top left;
	height: 145px;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}
html*table.tarot td { height: 125px; } /* hack */

table.tarot td p {
	padding-top: 1px;
	margin-bottom: 13px;
}
table.tarot td.central {
	background: url("../images/carta_tarot_central.jpg") no-repeat top left;
}
table.tarot td.central p.titulo {
	font-size: 18px;
	height: 33px;
	margin: 0 0 0 180px;
	padding-top: 10px;
}
table.tarot td.central img {
	float: left;
	margin: 0 20px 0 10px;
}
table.tarot td.central div {
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	width: 230px;
	height: 200px;
	overflow: auto;
}
html*table.tarot td.central div {
	width: 180px;
}
table.tarot td.central div p {
	margin: 0;
	padding: 0;
}

p.boton_opcional {
	float: right;
	padding-right: 20px;
}

h4 {
	text-align: center;
}

.texto_interpretacion {
	background: url("../images/fondo_interpretacion.jpg") no-repeat top left;
	width: 454px;
	height: 116px;
	margin: 5px 10px;
	font-size: 12px;
	padding: 30px 118px;
}
.texto_interpretacion div {
	overflow: auto;
	height: 96px;
	padding: 10px;
}

.cartas_interpretacion {
	background: url("../images/fondo_interpretacion_cartas.jpg") no-repeat top left;
	width: 682px;
	height: 297px;
	margin-left: 11px;
	font-size: 12px;
	padding: 20px 0 0 7px;
	position: relative;
}
.cartas_interpretacion li {
	float: left;
	width: 205px;
	padding: 10px;
}
.cartas_interpretacion li span,
.cartas_interpretacion li a {
	display: block;
	text-align: center;
}
.cartas_interpretacion li p {
	margin-top: 25px;
}
.cartas_interpretacion li a {
	position: absolute;
	bottom: 20px;
	background: url("../images/flecha.png") no-repeat left;
	padding-left: 26px;
	margin-left: 65px;
}
div.creditos_tarot {
	text-align: right;
	color: #eee;
	padding: 3px;
	font-size: 10px;
}