#menug{
background-color: #0D4270;
}

#bajar{
		margin-top: 1em;
	}

#agranda{
	width: 200% !important;
}

#imglogo{
    height: 115px;
    width: 140px;

}

#bordered{
    border-color: #e53935;
}
#panellogin{
    background-color: #FF8C00;
    color:white;
}

.slider {
    width: 95%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: cambio 15s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
    width: 100%;
    
}
#tablefacturalogistica{
	font-size: 12px;
}
#tablecomprobantes{
	
		
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}



#idpos{
	width: 0;
}

#idposicion{
	display: none;
}

.cuadro,#obra{
	margin-bottom: 15px;
	display: inline-block;
}


table{
	font-size: 9px;
	margin-left: -70px;
	text-align: left;	
	text-transform: uppercase;
}
table tr:nth-child(4) {
  text-align: left;
  
}


#cambioescenario{

	/*opacity: 0 !important;*/
 

}

