/* General */
* {
padding : 0;
margin : 0;
z-index : 1;
border: 0;
}

body {font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 0.75em;
	  font-style: normal;
	  font-weight: normal;
 	  background-color: #fdc2fc;
	  color:#061b8a;
	  text-decoration: none;
	  margin-left: 0px;
	  margin-top: 0px;
	  margin-right: 0px;
	  margin-bottom: 0px;
	  background-image: url(../deco/fondo_tarot.jpg);
	  background-position: top;
	  background-repeat: no-repeat;
	}

/* TXT */
	h1 {font-size: 1.5em; color:#9f079a;}
	h2 {font-size: 1.25em; color:#c606bf;}
	h3 {font-size: 1.05em;}
	h4 {font-size: 1em;}
	h5 {font-size: 0.8em;}
	h6 {font-size: 0.5em;}


	.centro {text-align: center;}
	.txtderecha {text-align: right;}
	.txtizquierda {text-align: left;}

.minitxt
	  {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 0.73em;
	  }
.negrita {color:#000000;}
.negrita2 {font-weight:bold; color:#000000;}
.negrita3 {font-weight:bold; color:#ffffff;}

/* Fondos */

.colorrojo {color: #CC0000 ;}
.colorgris1 {color: #CCCCCC;}
.colorgris2 {color: #999999;}
.colorblanco {color: #ffffff;}
.color_fondo_amarillo {background-color: #FFFFCC;}
.color_fondo_gris {background-color: #DDDDDD;}

/* ---------------------cabezas------------------------- */

/* Canecera de la web*/
.principal_tarot{background-image: url(../deco/principal_tarot.jpg);background-repeat: no-repeat;}

/* Fondo menu textos*/
.menu_fondo_tarot {background-image: url(../deco/menus_tarot.jpg);}

/* decoración texto */
.texto_tarotistas {background-image: url(../deco/fondo_txt_tarot.jpg); background-repeat: repeat-x;}



.texto_sigmund_freud {background-image: url(../deco/sigmund_freud.jpg); background-repeat: no-repeat;}
.texto_carl_gustav {background-image: url(../deco/carl_gustav.jpg); background-repeat: no-repeat;}
/*******************************************************************
/* Cuadros */


.cuerpo {

	margin-left:auto;
  	margin-right: auto;
	height:100%;
	width:  785px;
	background-color:#fa40d9;
	border-left:1px solid #ffffff;
	border-right: 1px solid #ff0000;
	border-bottom:1px solid #ffffff;

	}

#cabeza_tarot {

		height:243px;
		width:  785px;
		background-repeat: no-repeat;

		}
#menu_tarot {
		height:17px;
		width:  785px;
		border-bottom: 1px solid #ff0000;
		padding-top:8px;
		margin-bottom:5px;

		}

#contenido {

	padding-top:25px;
	margin-left:25px;
	margin-top:5px;
	position:relative;
	}
#pie {
	clear:both;
	padding:20px;

	color:#ffffff;
	text-align: center;

	}

.blokes {
	float:left;
	height:100%;
	border:1px solid #9f079a;
	padding-left:10px;
	padding-bottom:20px;
	padding-top:15px;
	padding-right:10px;

	margin-bottom:0px;
	width:720px;
	background-color:#f7c6ce;
	}
.iz_foto {
	clear:both;
	float:left;
	}
.de_txt
	{

	float:right;
	width:65%;
	}
.de_visa
	{

	float:right;
	width:80%;
	}

.blokes2 {
	margin-bottom:20px;
	padding:20px;
	}

.boton {
	float:left;
	padding-left:5px;
	padding-right:5px;

	border-right:1px solid #ff0000;
	}

.subtitulo {
	clear:both;
	padding-left:5px;
	background-color: #fa40d9;
	width:780px;
	border-top:1px solid #ff0000;
	}

.boton2 {
	float:left;
	padding-left:5px;
	padding-right:4px;

	border-right:1px solid #597DAC;
	}
.boton3 {
	float:left;
	clear:both;

	}
.cuadro_datos {
	clear:both;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:15px;

	border-top: 1px solid  #cccccc;
	margin-top: 30px;
	height: 100%;
	background-color: #F0F3F6;

}


/*************************************************************************
/* ENLACES */

.enlace_menu {
	color: #ff0000;
	text-decoration: none;
	font-weight:bold;
	display:block;

	padding:2px;
}

.enlace_menu:hover {
	color: #3649aa;
	text-decoration: none;
	font-weight:bold;
	padding:2px;
	display:block;
	background-color:#ffff00;
}
.enlace_menu_2 {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
	display:block;


}

.enlace_menu_2:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;

	display:block;
	background-color:#597DAC;
}
.enlaceflojo {
	color: #999999;
	text-decoration: none;


}

.enlaceflojo:hover {
	color: #3C88BC;
	text-decoration: underline;


}
.enlace {
	color: #fbfe01;
	font-weight:bold;
	text-decoration: none;
}
.enlace:hover {
	color: #ffffff;
	text-decoration: underline;
}
.paz {
	color: #447AA0;
	text-decoration: none;
	font-weight:bold;
	padding:2px;
	display:block;
}
.tranquilidad {
	color: #cccccc;
	text-decoration: none;
	font-weight:bold;
	padding:2px;
	display:block;
}

.cuadro_datos2
	{
	background-color:#ffffff;
	border:1px solid #ff0000;

	}
/* LISTAS */

ul {

	padding-left:25px;}
li {
	list-style-type: square ;
	color:#000000;}

/* FORMULARIOS */
label, input, select, textarea {
	padding:3px;
	border:1px solid #cccccc;
}