.nodisponible {
	background-color: #CCCCCC;
	color: #FFFFFF;
	padding: 2px;
}
.disponible {
	background-color: #D9F8FF;
	color: #006699;
	text-decoration: none;
	padding: 2px;
}

.nodisponible:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
	text-decoration: line-through;
	padding: 2px;
}
.disponible:hover {
	background-color: #006699;
	color: #D9F8FF;
	text-decoration: none;
	padding: 2px;
}
.seccionformulario {
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}
.disponiblejueves {

	background-color: #FFFF99;
	color: #CC0000;
	text-decoration: none;
	padding: 2px;
}
.disponiblejueves:hover {

	background-color: #CC0000;
	color: #FFFF99;
	text-decoration: none;
	padding: 2px;
}
.nodisponibleliga {
	background-color: #000000;
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
}

/* estaba en calendariovisitas.*** */
#grid {
	padding: 0px;
}

#grid h1 {
	font-size: 16px;
	color: #e8a14b;
}

#grid table {
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
	min-width: 100%;
	width: 100%;
}

#grid table th {
	text-align: left;
	font-weight: bold;
	background: #fff;
	padding: 4px;
	padding-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	color: #000000;
}

#grid table th a {
	color: #000;
	text-decoration: none;
}

#grid table th a:hover {
	color: #e8a14b;
}


#grid table td {
	padding: 3px;
	color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#grid table tr.data:hover > td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
}

#grid table tr.data:hover > td a {
	color: #009900;
}
/* estaba en calendariovisitas.*** */
