.container {
	width:auto !important;
	max-width:80%;
}

#AFIP img {
    width:140px;
	height:48px;
}

.partesAFIP {
	font-size: 20px;
}

#fuente_controls {
	font-family: 'Open Sans',sans-serif;
	overflow: hidden;
	margin-bottom:30px;
}

a.button.azul {
    background-color: #1784c7 !important;
    color: #FFF !important;
    border: none;
	display: block;
    width: 110px;
    float: right;
	margin-left:5px;
}
a.button{
position: relative;
padding: 0 16px 0 16px !important;
font-family: 'Open Sans',sans-serif;
font-size: 13px;
font-weight: 100 !important;
line-height: 40px;
letter-spacing: 0.03em;
text-align: center;
text-transform: uppercase;
line-height: 40px;
width: auto;
color: #FFF !important;
cursor: pointer;
letter-spacing: 0.03em;
margin: 0px;
border: none;
opacity: 1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
max-width: 100% !important;
overflow: hidden;
}
.button img {
    margin: 0 -16px 0 10px !important;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    padding: 10px !important;
    margin-right: -16px !important;
    background-color: #003557;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	float:right;
}