BODY {
	background-color:#383838;
	color:#000;
	}
A:link		{color:#383838;text-decoration:none;} 
A:hover 	{color:#383838;text-decoration:underline;} 
A:active	{text-decoration:none;}

#menu {
	color:#383838;
	font-weight:bold;
	}
	
#menu A{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
#menu A:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	}
	
.meses A{
	    width:130px;
	    font-family:arial;
	    text-decoration:none;
	    font-size:14px;
		}
.meses A:hover {
		text-decoration:underline;
		}
.meses A:visited {
		text-decoration:none;
		color:#000;
		}

.contenido {
	font-family:arial;
    width:470px;	    
	}
	
.mes {
	  font-size:14px;
	  font-weight:bold;
	  padding-right:4px;
	  text-decoration:underline;
	  }
	  
.dia {
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
	width:60px;
	  }	

.efemerides {
	  font-size:13px;
	  font-weight:bold;
	  }	

.formulario {
	width:420px;
    padding-left:30px;
	}
.frm_cto {
	text-align: left;	
	font-size: 14px;
	color: #333;
	padding-bottom:5px;
	}

.frm_cto INPUT {
	text-align: left;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	background-color: #FFF; /*#D8E4D8;*/
	color: #000;
	border: 1px solid #BBB;
	}

.frm_cto TEXTAREA {
	text-align: left;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	background-color: #FFF; /*#D8E4D8;*/
	color: #000;
	border: 1px solid #BBB;
	}

.frm_boton INPUT{
	text-align: center;
	font-size: 12px;
	background-color: #FFF; 
	color: #000;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	}
