
/*Lexius CSS*/

.gcClose2{
	color: white;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
	font-size: 20px;
}

/* CAJA FILA*/

.gcCajaTexto{
	width: 98%;
    height: 22px;
    background-color: #ffffff;
    margin: 1px 0px .5px 3px;
    border-radius: 2px;
	border-bottom: 1px dotted #ccc;
}

.CajaInfoDia{
	width: 58px;
    height: 100%;
    float: left;
}

.CajaInfoHora{
	width: 40px;
    height: 100%;
    float: left;
}

.CajaInfoTitulo{
	float:left;
	text-overflow: ellipsis;
	margin-left: 2px;
	white-space: nowrap;
	overflow: hidden;
	width:190px;
	font-size: 12px;
}

.CajaInfoDescripcion{
	float:left;
	text-overflow: ellipsis;
	margin-left: 2px;
	white-space: nowrap;
	overflow: hidden;
	width:210px;
	font-size: 12px;
}

.CajaInfoMonto{
	float:right;
	width: 60px;
    height: 100%;
	margin-left: 2px;
}