/* Default CSS Stylesheet for a new Web Application project */
td.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
}
td.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	font-weight: bold;
	text-decoration: none;

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006633;
	font-weight: bold;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9933;
	font-weight: bold;
}
a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9933;
	font-weight: bold;
}
a:active {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9933;
	font-weight: bold;
}
td.blanco {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
td.cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
td.tabla {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.boton 
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color:#006633;
	font-weight: bold;
	text-decoration: none;
	border-color:#d0e3ce;
	cursor:hand;
	text-align:center;
	border-width:thick;	


}

.nada
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color:#FF9933;
	font-weight: bold;
	text-decoration: none;
	border-color:white;
	text-align:center;

}


.Texto  {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color:white;
	font-weight: bold;
	text-decoration: none;
	border-color:#d0e3ce;
	
	border-bottom-width:thin;
	border-color:Black;
	

}

.TextoNormal  {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background-color:white;
	text-decoration: none;
	border-color:#d0e3ce;
	
	border-bottom-width:thin;
	border-color:Black;
	

}

.TextoCalendario  {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	background-color:white;
	text-decoration: none;
	border-color:#d0e3ce;
	cursor:hand;
	border-bottom-width:thin;
	border-color:Black;
	

}
.Disponible
{
	
	font-size: 10px;
	color: #339900;
	font-family: verdana;
	
}

.Amigo
{

	font-size: 10px;
	color: #999900;
	font-family: verdana;
	text-decoration: none;
}

.Ocupado
{
	font-size: 10px;
	color: black;
	font-family: verdana;
	text-decoration: line-through;
}
.hora
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 9px;
	background-image: none;
	border-left: black 1px solid;
	cursor: hand;
	color: black;
	border-bottom: black 1px solid;
	font-family: verdana;
	background-color: white;
}
.Diaprohibido
{
	font-size: 8pt;
	background-image: url(images/prohibido.gif);
	cursor: hand;
	background-repeat: no-repeat;
	font-family: verdana;
	background-color: gainsboro;
}

.Penalizacion
{
	font-size: 8pt;
	background-image: url(images/Penalizacion.gif);
	cursor: hand;
	background-repeat: no-repeat;
	font-family: verdana;
	background-color: gainsboro;
}

.yareservado
{
	font-size: 8pt;
	font-family: verdana;
	background-color: salmon;
}


.DiaDisponible
{
	background-color:White;
	font-size: 8pt;
	font-family: verdana;
	cursor: hand;
}


.DiaFestivoReserva
{
	font-size: 8pt;
	background-image: url(images/sol.gif);
	cursor: hand;
	background-repeat: no-repeat;
	font-family: verdana;
	background-color: white;
}

.DiaFestivoNoReserva
{
	font-size: 8pt;
	background-image: url(images/prohibido.gif);
	cursor: hand;
	background-repeat: no-repeat;
	font-family: verdana;
	background-color: gold;
}

.DiaExcepcionalSi
{
	font-size: 8pt;
	background-image: url(images/excepcional_si.gif);
	cursor: hand;
	color: white;
	background-repeat: no-repeat;
	font-family: verdana;
	background-color: white;
}

.DiaExcepcionalNo
{
	font-size: 8pt;
	background-image: url(images/excepcional_no.gif);
	background-repeat: no-repeat;
	color: white;
	font-family: verdana;
	background-color:Silver;
	cursor:help;
}

.finsemana
{
	font-size: 8pt;
	color: white;
	font-family: verdana;
	background-color: seagreen;
}

.yajugado
{
	font-size: 8pt;
	color: black;
	font-family: verdana;
	background-color: peachpuff;
}



