/*CRISTHIAN RUIZ*/

.color_OrangeA3 { 
	background: #ff6A00;
}

.A3footer {
	  color: #fff;
	  text-align:center;
	  font-size: 14px; 	  
	  position: fixed; 
	  left: 0px; 
	  bottom:0;
	  width:100%; 
	  height:100px; 
	}

.mini-high {
	height: 25px;
	width: 70px;
	}	

.texto1{
	color:#ffffff;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 15px;
	}	
	
.texto2{
	color:#ffffff;
	font-size: 14px;
	margin-top: 5px;
	}

.texto3{
	color:#ffffff;
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 5px;
	}		
	
.logout {
	border-radius: 4px;
	background: #ff6A00;
	margin-top: 15px;
	height: 30px;
	width: 60px;
	cursor: pointer;
	}
.subir{
	padding: 5px 10px;
	background: #f55d3e;
	color:#fff;
	border:0px solid #fff;
	border-radius: 5px;
}
	
.subir:hover{
	color:#fff;
	background: #e99888;
}	
	


