body {
	margin: 0px;
	background-image: url(../img/bodyBackgroundIMG_be.jpg);
	background-repeat: no-repeat;
	background-color: #660202;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5C1C0;
}

#contenedor {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
#contenedor #menu {
	margin-top: 195px;
	margin-left: 20px;
}
#contenedor #cuerpo {
	padding-top: 25px;
}
#contenedor #cuerpo #cuerpoLeft {
	width: 500px;
	float: left;
	margin-right: 20px;
}
#contenedor #cuerpo #cuerpoLeft #contenidoTexto {
	background-image: url(../img/fondoCuerpoTexto.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contenedor #cuerpo #cuerpoLeft #contenidoTexto #cabeceraContenidoTexto {
	background-image: url(../img/cabeceraCuerpoTexto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenedor #cuerpo #cuerpoLeft #contenidoTexto #pieContenidoTexto {
	background-image: url(../img/pieCuerpotexto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
}

#contenedor #cuerpo #cuerpoRight {
	float: left;
	width: 355px;
}
#contenedor #cuerpo #cuerpoRight #cuerpoForm {
	background-image: url(../img/cuerpoFormIMG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contenedor #cuerpo #cuerpoRight #cuerpoForm #topForm {
	background-image: url(../img/topFormIMG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
}
#contenedor #cuerpo #cuerpoRight #cuerpoForm #bottomForm {
	background-image: url(../img/bottomFormIMG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
}

#contenedor #cuerpo #cuerpoRight #margenIzq {
	height: 160px;
	width: 13px;
	display: block;
	float: left;
}
#contenedor #cuerpo #cuerpoRight #carta0 {
	height: 159px;
	width: 85px;
	display: block;
	float: left;
	background-image: url(../img/cartas/backCard.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 15px;
}
#contenedor #cuerpo #cuerpoRight #carta1 {
	height: 159px;
	width: 85px;
	display: block;
	float: left;
	background-image: url(../img/cartas/backCard.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 15px;
}
#contenedor #cuerpo #cuerpoRight #carta2 {
	float: left;
	height: 159px;
	width: 85px;
	display: block;
	background-image: url(../img/cartas/backCard.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#contenedor #cuerpo #cuerpoRight #erreur {
	font-size: 12px;
	color: #60C;
	text-align: center;
	width: 280px;
	font-weight: bold;
	line-height: 12px;
	padding: 5px;
}
#contenedor #cuerpo #cuerpoRight .etiquetaCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #1A0202;
	font-weight: normal;
	padding: 5px;
}
#contenedor #cuerpo #cuerpoRight .inputCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 170px;
}
#contenedor #cuerpo #cuerpoRight .selectCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 177px;
}
#contenedor #cuerpo #cuerpoRight .textareaCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 290px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 40px;
	margin-left:5px;
}
#contenedor #cuerpo #cuerpoRight .buttonCampo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../img/botonSend.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 104px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #DCDCDC;
	color: #FFF;
}
/**/
#contenedor #pie {
	height: 48px;
	line-height: 46px;
	color: #FFF;
	width: 870px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #440301;
}
#contenedor #pie #pieLeft {
	float: left;
	height: 48px;
	width: 390px;
	padding-left: 10px;
}
#contenedor #pie #pieRight {
	float: left;
	height: 48px;
	width: 460px;
	text-align: right;
	padding-right: 10px;
}



h1 {
	font-weight: lighter;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	color: #FFF;
	font-family: "Segoe UI", sans-serif;
	font-style: italic;
}
h1.especial {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 12px;
	color: #490303;
	font-family: "Segoe UI", sans-serif;
	text-align: center;
	text-transform: none;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #FFF;
}
h2.astrologia{
	color: #490303;
	font-size:18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4A0404;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4A0404;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
p {
	font-family: "Segoe UI", sans-serif;
	font-size: 13px;
	padding-right: 15px;
	padding-left: 15px;
}
p.parrafoContenido {
	color: #490303;
}
ul {
	margin-top: 50px;
	margin-left: 50px;
}
ul li {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	list-style-type: square;
}

.enlaceMenu {
	font-weight: bold;
	color: #3e270d;
	text-decoration: none;
	background-image: url(../img/menuBullet0.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	padding-right: 15px;
}
.enlaceMenu:hover {
	color: #FFF;
}
.enlaceMenuPress {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/menuBullet0.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	padding-right: 15px;
}
.enlacePie {
	color: #FFF;
}
.enlacePie:hover {
}
.enlaceMasInfo {
	color: #FC0;
}
.enlaceMasInfo:hover {
	color: #F30;
}
.salto {
	clear: both;
}
/* CSS PARA LANZAR EL VALIDADOR DE EMAIL */ 
.superCapa {
	visibility:hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#cajaRevalidate {
	background-color: #C6BD94;
	width: 370px;
	height: 120px;
	margin-left: -185px;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	border: 1px solid #FFF;
	color: #FFF;
}
.buttonRevalidate {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../img/botonSend.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 104px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C3AACD;
	color: #FFF;
	margin-left: 10px;
}
