.celdas_texto{
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width:100%;
	min-width:100%;
	text-align:justify;
}
.fecha{
	font-family:Arial, Helvetica, sans-serif;
	color:#902147;
	font-size:0.7em;
}
.nombre{
	font-family:Arial, Helvetica, sans-serif;
	color:#473E26;
	font-weight:bold;
	font-size:0.7em;
}
.hora{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.7em;
}
.celdas_texto_agotadas{
	background-color: #9D0047;
	border: 1px solid #ffffff;
	padding:3px;
	color:#FFFFFF;
}
.contenido_celdas_php{
	background-color: #9D0047;
	border: 1px solid #ffffff;
	padding:3px;
	color:#FFFFFF;

}
.tabla_calendario{
	border: 1px solid #FFFFFF;
	background-color:#9D0047;
	
}
a{
	font-family:Arial, Helvetica, sans-serif;
	color:#9D0047;
	font-size:0.7em;
	text-decoration:underline;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:0.7em;
	text-decoration:none;
}


