/* CSS Document */
#horoscopo h1{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:22px;
	color:#6D972F;
	width:100%;
	border-bottom:1px solid #6D972F;
	margin-bottom:8px;
}
#horoscopo .fecha{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:18px;
	color:#666666;
	text-align:right;
}
#horoscopo .titulo{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:20px;
	color:#8C8639;
	margin: 0px 10px 0 0;
	display:block;
}

#horoscopo .contenido{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	color:#666666;
	margin-left:100px;
	font-size:12px;
}

#horoscopo .divisor{
	background:url(../imagenes/dot.gif) repeat-x;
	background-position:bottom;
	height:5px;
	margin-bottom:5px;
	font-size:2px;
	width:100%;
}

