/**
	Incluir aquí las reglas css propias de este proyecto 
*/
.et-negrita{
    font-weight: bold;
    float: left;
	margin-right: 4px;
	margin-top: 3px;
}

.et-fuente{
    color: Blue;
    font-weight: bold;
    float: left;
	margin-right: 4px;
	margin-top: 3px;
}

.ef-bold-azul{
    color: #5368A1;
    font-weight: bold;
	font-size: 14px;
    float: center-left;
	margin-right: 4px;
	margin-top: 3px;
}

.ef-fijo-60px{
	background-color: #E7E4E0;
	width: 60px;
	font-size: 14px;
    float: center-right;
	margin-right: 4px;
	margin-top: 3px;
}

.ef-fijo-120px{
	background-color: #E7E4E0;
	width: 120px;
	font-size: 14px;
    float: center-right;
	margin-right: 4px;
	margin-top: 3px;
}

.col-negrita{
    font-weight: bold;
    float: center;
}

.col-negrita-der{
    font-weight: bold;
    padding-right: 5px;
	text-align: right;
}

.col-negrita-cen{
    font-weight: bold;
	text-align: center;
<<<<<<< HEAD
=======
}

.etiqueta-nueva {
 background-color: #CBD3CB;   /*#add8e6; ->celestito*/
 font-weight: bold;
}

ul.horizontal {
    left:30px;
>>>>>>> 81a58bc (primer commit main)
}