@charset "utf-8";
@import url('form.css'); 
@import url('horoscopo.css'); 

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color: #FFF;
	background-color: #C69C6D;
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
	background-image: url(../img/bg-pagina.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

form {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 150%;
	color: #603813;
	border: solid #603813;;
	border-width: 0 0 1px 0;
	padding: 14px 0 0 0;
	margin: 0 0 14px 0;
	line-height: 150%;
}

p {
	margin: 0 0 14px 0;
	padding: 0;
}


#barra-horizontal {
	position: absolute;
	top: 0;
	background-image: url(../img/barra-horizontal.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 1000px;
	z-index: 1;
}

#barra-vertical {
	top: 0;
	position: absolute;
	background-image: url(../img/barra-vertical.jpg);
	background-repeat: no-repeat;
	width: 43px;
	height: 100%;
	z-index: 1;
}

#main {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	z-index: 0;
}

#main #logo {
	position: absolute;
	width: 474px;
	top: 38px;
	left: 43px;
}

#main #lema {
	position: absolute;
	background-image: url(../img/lema.jpg);
	height: 66px;
	width: 259px;
	left: 515px;
	top: 77px;
}

#main #degradado_der {
	position: absolute;
	right: 0;
	background-image: url(../img/degradado-der.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 97px;	
}

#main #botonera {
	position: absolute;
	top: 258px;
	left: 112px;
}

#main #cabecera_contenido{
	position: absolute;
	top: 177px;
	left: 111px;
	background-image: url(../img/cabecera-contenido.jpg);
	height: 65px;
	width: 691px;
}

#main #cuerpo_contenido {
	position: relative;
	background-image: url(../img/bg-cuerpo-contenido.jpg);
	background-repeat: repeat;
	width: 388px;
	margin: 0;
	top: 242px;
	left: 354px;
	padding: 0 30px 30px 30px;
	font-weight:bold;
	border: solid #A88158;
	border-width: 0 0 1px 0;
}

#main #cuadro_pequenio {
	position: absolute;
	padding: 20px;
	background-image: url(../img/cuadro-inf.jpg);
	background-repeat: no-repeat;
	height: 113px;
	width: 183px;
	left: 111px;
	top: 457px;
	color: #603813;
}

#main #contenedor_pie {
	position: relative;
	height: 100px;
	top: 250px;
}

#main #pie {
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	color: #603813;
	top: 28px;
	left: 152px;
	line-height: 23px;
}

#main #pie a:link, #main #pie a:visited, #main #pie a:active {
	color: #8C6239;
	text-decoration: none;
}

#main #pie a:hover {
	color: #603813;
	text-decoration: underline;
}

#main #mazo {
	position: absolute;
	background-image: url(../img/mazo.jpg);
	height: 100px;
	width: 131px;
	background-repeat: no-repeat;
	/*top: 636px;*/
	left: 620px;
}

#main #barra {
	position: absolute;
	background-image: url(../img/barra-pie.jpg);
	background-repeat: repeat-x;
	height: 2px;
	width: 500px;
	top: 51px;
	left: 152px;
}
