.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.*** */
a.folder {

	background-image: url(http://www.inaoep.mx/medios_verificacion/folder.png);
	background-repeat: no-repeat;
	background-position: left top;

	padding-left: 21px;
}
a.regresa {
	font-weight: normal;
	background-image: url(http://www.inaoep.mx/medios_verificacion/go-back-icon.png);
	background-repeat: no-repeat;
	background-position: left top;

	padding-left: 21px;
	color: #333333;
}
p.folder {

	background-image: url(http://www.inaoep.mx/medios_verificacion/folder_abierto.png);
	background-repeat: no-repeat;
	background-position: left top;

	padding-left: 21px;
}
div.directorio{
	border: 1px solid #999999;
	margin: 11px;
	padding: 11px;
	background-color: #FFFFFF;
	background-image: url(http://www.inaoep.mx/medios_verificacion/sombra.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.fechlim {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 4px;
	
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;	
}