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

/* CALENDAR ***************************************************************/
						
	html > body div#calendarDiv{
		margin-top:400px;
		margin-left:98px;
	}
	
	div#calendarDiv{
		margin-top:400px;
		margin-left:-67px;
		padding:2px;
		border:1px solid #ccc;
		background:url(../images/logotipo_corner.jpg) no-repeat top left;
	}
	div#calendarDiv select {
		width: auto !important;
		background: #deeafa;
		color: #5D7D96;
		padding: 0;
		font-weight: normal;
	}		
	

table{
	background-color:#f5f0dc !important;
	
}

.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,
.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { 
	font-family:"Trebuchet MS" !important;
	font-size:11px !important; 
	color:#5a491c  !important;
}
.cpYearNavigation,.cpMonthNavigation { 
	background-color:#f5f0dc !important;
	
	padding:2px;
	text-align:center; 
	vertical-align:center; 
	text-decoration:none; 
	color:#5a491c !important; 
	font-weight:bold; 
	height:20px !important;
	text-transform:uppercase;
	font-size:90% !important;
	
}
	select.cpMonthNavigation,select.cpYearNavigation{
		background-color:#fff !important; 
	}

td.cpDayColumnHeader { 
	text-align:right !important;
	border-bottom:1px solid #a79039 !important;	
	
	background:url(../images/bg_news.jpg) repeat top left;
	margin-bottom:5px !important;
	
}
	.cpDayColumnHeader { 
		color:#fff !important;
		padding-bottom:2px !important;
		padding-right:2px;
		padding:4px 4px 2px 4px !important;
		
	}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { 
	text-align:right; 
	text-decoration:none; 
	padding:2px 2px 2px 2px;
}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { 
	color:#f00 !important; 
	text-align:right; 
	text-decoration:line-through; 
}

.cpCurrentMonthDate, .cpCurrentDate { 
	color:#000000; 
}

.cpOtherMonthDate { 
	color:#aaa !important; 
}
	a.cpOtherMonthDate:hover { 
		color:#4e0006 !important;
	}

td.cpCurrentDate { 
	background-color: #4e0006 !important; 
	border:1px solid #fff !important; 
}
	a.cpCurrentDate{color:#fff !important; }

td.cpCurrentDateDisabled { 
	
}

td.cpTodayText, td.cpTodayTextDisabled { 
	border-top:1px solid #ccc  !important;
	background-color:#53523b;
	text-align:center;
	padding:2px 2px 4px 2px;
}

a.cpTodayText, span.cpTodayTextDisabled { 
	height:20px; 
}

a.cpTodayText { 
	color:#fff !important;	
}
	a.cpTodayText:hover { 
		color:#212013 !important; 
	}

a.cpCurrentMonthDate:hover { 
	color:#fff !important;
	border:1px dotted #a79039;
	background-color:#53523b !important;
}
.cpTodayTextDisabled { 
	color:#000 !important; 
}

.cpBorder{
	border:0 !important;
}