@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
}
.ancho_fijo {
	width: 620px;
}
.horoscopo {
	height: 68px;
	width: 100%;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}
.texto_horoscopo {
	font-size: 13px;
	color: #404040;
	float: none;
	text-align: left;
	line-height: 20px;
	font-weight:normal;
}
.amor {
	font-size: 14px;
	color: #2B5278;
	font-weight: bold;
}


.titulo{float:left}
.signo_periodo {
	float: left;
	padding-top: 20px;
}

.dia_semana {
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	text-align: right;
	display: block;
	padding-top: 17px;
}
.linea_divisora {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
}
