@charset "utf-8";


div.actividades_container {
	width:355px;
	padding-bottom:10px;
	}
td.actividades_cell {
	background-image:url(../images/bg_actividades_det.jpg);
	background-repeat:repeat-x;
	border:solid 1px #878e96;
	}
td.prox_actividad_cell {
	background-image:url(../images/bg_actividades.jpg);
	background-repeat:repeat-x;
	border:solid 1px #944b2f;
	text-align:center;
	background-color:#f5ebe7;
}
div.prox_item {
	margin-bottom:5px;
	color:#000000;
	}
div.actividades_det {
	padding:5px;
	width:168px;
	}
div.actividades_det img {
	}
td.browncell {
	background-color:#906a47;
	color:#FFFFFF;
	}
td.graycell {
	background-color:#e6e6e6;
	}
#calendario_act {
	background-image:url(../images/calendario_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#dbdde1;
	width:342px;
	padding:10px;
	text-align:center;
	border:solid 1px #878e96;
	}