/*
----------------------------------------------------
montanadefuego.com
Elizabeth Villalobos
Fecha: 23/octubre/2006
(c) 2006 metodus IPTI S.A.
------------------------------------------------------
Estilos calendarios dinámicos
*/
.c-icon {
	background: url(../css/calendar-icon.gif) right top;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	text-indent: -4000px;
	width: 20px;
	}
.c-icon:hover,
.c-icon-active {
	background: url(../css/calendar-icon-active.gif) right top;
}

.sup-calendar-div {
	background: url(../css/calendar-sup.gif) bottom left no-repeat;
	height: 34px;
	width: 152px;
}

div.c-div {
	/*background: url(../css/calendar-bg.gif) bottom left no-repeat;*/
	background-color: #91061D;
	height: 165px;
	width: 152px;
	}

	div.c-div table {
		margin: 4px 5px; 
	}
	div.c-div th {
		color: #FFF;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		text-align: center;
	}
	div.c-div th a {
		color: #E6D3A8;
		cursor: pointer;
		display: block;
		font: normal 14px/16px Arial, Helvetica, sans-serif;
		height: 17px;
		width: 14px;
	}
	div.c-div th a:hover {
		background-position: right top;
	}
	div.c-div th.c-th-next a {
		float: right;
	}
	div.c-div th.c-th-prev a {
		float: left;
	}

	div.c-div td {
		color: #FFF2DA;
		font: normal 11px/16px Arial, Helvetica, sans-serif;
		border: 1px solid #C40726;
		height: 16px;
		text-align: center;
		width: 16px;
	}
	div.c-div td.c-td-heading {
		border: 0;
		color: #FFF;
	}
	div.c-div td.c-td-valid {
		color: #FFF;
		}
	div.c-div td.c-td-active {
		background-color: #31743F;
		border-color: #2F9F40;
		color: #A7E4B0;
		}
	div.c-div td.c-td-invalid {
		color: #C40726;
		background: url(../css/past-bg.gif) top left;
	}
	div.c-div td.c-td-hover {
		background-color: #E6D3A8;
		border-color: #FFF2DA;
		color: #92061D;
		cursor: pointer;
		}