@charset "UTF-8";
/* CSS Document */

body {
	background:#003d82 url(../images/bg-body.gif) repeat-x;
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#333;
}
a {cursor:pointer; outline:none; color:#003c7e}
p {margin-bottom:10px}
#content {
	background:url(../images/bg-content.png) repeat-y;
	height:auto; width:920px;
	margin:20px auto 0 auto;
	padding:130px 33px 0 33px;
	position:relative;
}
#header {
	background:url(../images/bg-header.gif);
	height:93px; width:959px;
	position:absolute;
	left:14px; top:0;
}
h4 {font:bold 15px Tahoma, Geneva, sans-serif; margin-bottom:10px}

table tr td {vertical-align:top}

a.aries {background:url(../images/botoes/aries.gif) 0 0 no-repeat}
a.touro {background:url(../images/botoes/touro.gif) 0 0 no-repeat}
a.gemeos {background:url(../images/botoes/gemeos.gif) 0 0 no-repeat}
a.cancer {background:url(../images/botoes/cancer.gif) 0 0 no-repeat}
a.leao {background:url(../images/botoes/leao.gif) 0 0 no-repeat}
a.virgem {background:url(../images/botoes/virgem.gif) 0 0 no-repeat}
a.libra {background:url(../images/botoes/libra.gif) 0 0 no-repeat}
a.escorpiao {background:url(../images/botoes/escorpiao.gif) 0 0 no-repeat}
a.sagitario {background:url(../images/botoes/sagitario.gif) 0 0 no-repeat}
a.capricornio {background:url(../images/botoes/capricornio.gif) 0 0 no-repeat}
a.aquario {background:url(../images/botoes/aquario.gif) 0 0 no-repeat}
a.peixes {background:url(../images/botoes/peixes.gif) 0 0 no-repeat}


a.btn-signo {
	display:block;
	height:37px; width:27px;
}
a.btn-signo:hover {background-position:-27px 0 !important}

.loading {margin-top:10px; display:none}

img.img-sol {float:left; margin:0 10px 10px 0; padding:2px; border:1px solid #333}

#footer {
	background:url(../images/bg-footer.png) 0 0 no-repeat;
	font:11px Tahoma, Geneva, sans-serif;
	color:#E6E6E6;
	height:30px; width:973px;
	padding:20px 0 0 13px;
	margin:0 auto;
}
#footer a {color:#FFF}