table.calendar {

	font-family: Trebuchet MS;

	font-size: 0.8em;

	border-collapse: collapse;

	background-color: white;

	/*border: solid #E6E6E6 1px;*/

	border:1px solid #E6E6E6;

	width: 140px;

	text-align: center;

	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/

	/*-moz-user-select: none;*/

    /*-khtml-user-select: none;*/

	/*ESTILOS DE CALENDARIO SECCION CULTURA*/

}

table.calendar input, table.calendar select {

	font-size: 9px;

}

table.calendar td {

	border: 0;

	font-size: 9px;

	text-align: center;

}

div.mainheading {

	margin: 2px;

	background-color:#6D92AD;

	color:#FFFFFF;

	font-family: Trebuchet MS;

	font-size:11px;

	font-weight:bold;

}

table.caldayheading {

	border-collapse: collapse;

	cursor: pointer;

	empty-cells: show;

	margin: 0 6px 0 6px;

}

table.caldayheading td { /*TITULOS DIAS*/ 

	/*border: solid #CCCCCC 1px;*/

	background-color:#F2F2F2;

	text-align: center;

	color: #666666;

	font-weight: bold;

	width: 22px; /*should match calendar cell's width*/

}

table.caldayheading td.wkhead {

	border-right: double #CCCCCC 3px;

}

table.calcells {

	border-collapse: collapse;

	cursor: pointer;

	margin: 0 6px 0 6px;

}

table.calcells td {

	border: solid #FFFFFF 1px;

	vertical-align: top;

	text-align: center;

	font-weight: bold;

	width: 22px;

	height: 15px; /*IE doesn't like ems*/

	background-color:#F2F2F2;

}

table.calcells td div {

	padding: 1px;

	margin: 0;

}

table.calcells td.wkhead {

	background-color: white;

	text-align: center;

	border-right: double #CCCCCC 3px;

	color: #0054E3;

}

table.calcells td.wkday {

	background-color: #F2F2F2;

}

table.calcells td.wkend {

	background-color: #DADADA;

}

table.calcells td.curdate {

background-color: #51748E;

font-weight:bold;

color:#FFFFFF;

}

table.calcells td.cell_selected {

	background-color: #51748E;

	color: #FFFFFF;

	font-weight:bold;

}

table.calcells td.notmnth {

	background-color: #FFFFFF;

	color: #999999;

}

table.calcells td.notmnthwkend {

	background-color: #DADADA;

	color: #999999;

}

table.calcells td.notallowed {

	background-color: white;

	color: #999999;

	font-style: italic;

}

table.calcells td.hover {

	background-color: #51748E;

	color: #FFFFFF;

}


