input,textarea,select{
	background: #54513B;
	border:solid 1px #9AD92E;
	color: #EDFFB2;
}
option {
	background: #54513B;
	color: #EDFFB2;
}
#listado {
	list-style: none;
	margin: 0;
	padding: 0;
}
#listado li {
	font: 120% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#listado a {
	color: #EDFFB2;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#listado a:hover {
	background: #403C23 url("images/hover.gif") left center no-repeat;
	color: #EDFFB2;
	padding-bottom: 8px;
}
a {
	color: #EDFFB2;
	margin: 0;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	text-decoration: underline;
}
#tarotistas ul{
	display:inline-block;
	list-style-type:none;
	padding:0 0 0 20px;
	*padding:0 0 0 0px;
	*position:relative;
	*left:-20px;
}
#tarotistas ul li{
	background:transparent url(../pic/taroti.jpg) no-repeat scroll center top;
	float:left;
	height:340px;
	width:250px;
	border:solid 1px #9AD92E;
	margin:2px 2px 2px 2px;
}
#tarotistas ul li img{
	border:solid 1px #9AD92E;
}
#tarotistas ul li h2{
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	width:195px;
	background:#54513B;
	border:solid 1px #9AD92E;
	margin:15px 0 0 5px;
}
#tarotistas ul li p{
	color:#FFFFFF;
	font-size:11px;
	height:95px;
	margin:15px 0 0 5px;
	text-align:center;
	width:195px;
	background:#54513B;
	border:solid 1px #9AD92E;
}