#calback {
	background-image:url(images/calend_bg.jpg);
	margin: 0 auto;
	width: 154px;
}

#calendar {
	width: 154px;
}

.cal {
	width: 154px;
}

.calhead {
	width: 154px;
	font-weight: bold;
/*	background-image:url(images/calendar/top.jpg);*/
	background-image:url(images/menu/top_calendario.jpg);
    background-repeat:  no-repeat;
	font-size: 10px;
	color: #000000;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 10px;
	font-size: 10px;
	font-weight:bold;
	color: #7D5E5B;
}

.dayhead td {
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	color: #7D5E5B;
}

.dayrow {
	height: 10px;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size: 10px;
	color: #666666;
}

.day {
	text-align:center;
	text-decoration:none;
	color: #55403E;
}

.dayover {
}

.dayout {
}
.txtdaya {
    font-family:arial;
    font-weight:bold;
    text-align:center;
    font-size:10px;
    color:#333333;
}
.txtday {
    font-family:arial;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    color:#000000;
    text-decoration:none;
}
/*Calendario*/
.dvhdr1 {
  background:#000066;
  font-family:arial;
  font-size:10px;
  color:#ffffff;
  font-weight:bold;
  border:2px solid #ffffff;
  padding:5px;
  width:250px;
}
.dvbdy1 {
  background:#FFCC66;
  font-family:arial;
  font-size:11px;
  border:2px solid #ffffff;
  border-top: 0px;
  padding:5px;
  width:250px;
}
/*End*/