# Empty CSS file for your own CSS

.fondo-ppal{
position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;


background: rgba(243,226,199,0.9);	
z-index: -1;


}
p.consecutivo{
	white-space: nowrap;
    width: auto;
    border: 1px solid #000000;
    overflow: hidden;
    text-overflow: clip;
    font-size: 3em;
    margin-top: 25px;
  
}

#subClases{
	 /*float: none;
	 float: left;
	 float: right;
	 float: initial;
	 float: inherit;*/
float: right;

}

.opcion{
	
	border: solid;
	width: auto;
	font-size: 0.8em;
	margin: 0px;
	float: left;
	/*width: 0.8em;
	height: 0.8em;*/

	 

}
.titulo{
 
 margin-right:2px;
 
 height:100%;
 border-left:1px solid gray;
 border-top: 1px solid gray;
 border-right: 1px solid gray;
}
.fuente{
	font-size: 0.9em !important;

}



.usuario{

	margin: -15px 10px 0px 0px;
	font-size: 0.8em;
	float:left;
}
.logout{

	margin: -25px 10px 0px 0px;
	font-size: 0.8em;
	float:right;
}
.cont_usu{
	float:right;
	/*margin: 0px 0px 15px 0px;*/
}

.logo{
margin-top: 25PX; 
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}
.report{
	
	/*background-color: rgba(105, 105, 105, 0.1);
	/*background-color: rgba(76, 175, 80, 0.3);*/
	/*padding-left: 1em;*/
	font-size: 0.85em !important;
	
}
.imagen{
	width: 1.5em;
	height: 1.5em;
}
/*img:hover{ 
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}*/