@charset "utf-8";
/* CSS Document */

	body	
  {
	margin: 0;
	padding: 0;
	font: 8pt Tahoma;
	background: #f1f1f2;
  }

#panel-calendario {
	background: url(../images/bk-calendario.gif) no-repeat;
	width: 185px;
	height: 137px;
	border: 0;
	margin: 0;
	padding: 0;
}

#panel-calendario table {
	border:none;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0;
	border-spacing: 0px;
	clear:both;
}


#panel-calendario p {
	margin: 0;
	padding: 3px 0;
	color: #2989cc;
}

#panel-calendario p strong {
	float: left;
	margin: 0 15px 0 5px;
	width: 100px;
}

#panel-calendario p a {
	text-decoration: none;
}

#panel-calendario p a img {
	border: 0;
}


#panel-calendario table td.cabecera{
	background-color: #ecf5fa;
	border-top: 1px solid #65aada;
	border-bottom: 1px solid #65aada;
	font-weight: bold;
	color: #20b7ca;
}

#panel-calendario table td.actual {
	background-color: #2989dd;
	color: #fff;
}



#panel-calendario table a:link,
#panel-calendario table a:visited {
	text-decoration: none;
	color: #2989dd;
}

#panel-calendario table a:hover	{
	background: #2989dd;
	color: #fff;
}

#panel-calendario table td.actual a:link,
#panel-calendario table td.actual a:visited {
	color: #fff;
}
