/*
BLOQUE FASES LUNARES
*/

#fases_lunares{
	margin:10px 10px 10px 15px;
	padding:0px 0px 5px 0px;
}

#fases_lunares, #fases_lunares td, #fases_lunares th {
	font-size:11px;
}

#fases_lunares table {
	margin: 0px auto;
	border:6px;
	border-color:#CCCCCC;
	border-style:solid;
	border-spacing:0px;
	border-collapse: collapse;
}

#fases_lunares td.pronostico_malo {
	background-color:#CC0000;
}

#fases_lunares td.pronostico_regular {
	background-color:#FF9900;
}

#fases_lunares td.pronostico_bueno {
	background-color:#F3EE8D;
	color:#333333;
}

#fases_lunares td.pronostico_muy_bueno {
	background-color:#69B623;
}

#fases_lunares table.influencia_pique td{
	text-align: center;
	padding:2px 4px 2px 4px;
}

#fases_lunares table.influencia_pique th{
	background-color:#333333;
	padding:2px 4px 2px 4px;
	color:white;
}

#fases_lunares table.influencia_pique_horario td{
	text-align: center;
	padding:2px 4px 2px 4px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

#fases_lunares table.influencia_pique_horario th{
	background-color:#333333;
	padding:2px 6px 2px 6px;
	color:white;
}

#fases_lunares table a:link, #fases_lunares table a:visited {
	color:#3366CC;
	text-decoration:none;
}

#fases_lunares table a:hover {
	text-decoration:underline;
}


#fases_lunares table tr.menu_meses td {
	background-color:#FFFFFF;
}

#fases_lunares td{
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #FFFFFF;
}

#fases_lunares td.dia_numero {
	color: #FFFFFF;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666666;
	width:70px;
}

#fases_lunares table table {
	border-style:none;
	width:100%;
}

#fases_lunares table table td, #fases_lunares table table th{
	color:#333333;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	text-align:center;
}

.back_button {
	display:none;
}

/*
FIN BLOQUE FASES LUNARES
*/
