/*CRISTHIAN RUIZ*/

.color_OrangeA3 { 
	background: #ff6A00;
}

.color_white { 
	background: #ffffff;
}

.color_gray {
	background: #666666;
}

.color_blueSAI{
	background: #0077D7;
}

.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: #0077D7;
	margin-top: 15px;
	height: 30px;
	width: 60px;
	cursor: pointer;
	}
	
	


