@font-face {
    font-family: Avenir-Roman;
    src: url(../fonts/Avenir-Roman.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-variant: normal;    
}
body {
	font-family: Avenir-Roman, Calibri, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
.boton
{
    font-family: Avenir-Roman, Calibri, Helvetica, sans-serif;
	width: 90px;
	height: 24px;
    background-color: Black;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;	
    text-transform:uppercase;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition-duration: 0.1s; 
    transition-duration: 0.1s;
    box-shadow: 0 1px #999;
      
}
input.boton:enabled {
    background-color: #12726d;

}
input.boton:hover {
    background-color: #0c4946;
}


input.boton:active {
  transform: translateY(1px);
  box-shadow: 0 0px #999;
}

fieldset {
    margin:0 auto;
    border:none;
    display:inline-block;
    background-color:Transparent;
}
label {
    display:block;
    background:#FFF;
    padding:5px;
}
label:first-child {
    border-radius:4px 4px 0 0;
    border-bottom:1px solid #BFBFBF;
}
label:last-child {
    border-radius:0 0 4px 4px;
}
label i, input {
    display:inline-block;
    vertical-align:middle;
    border:none;
    background:inherit;

}
label i {
    width:20px;
    color:#BFBFBF;
    font-size:11px;
}
input {
    font-family: Avenir-Roman, Calibri, Helvetica, sans-serif;
    padding:4px;
    width:150px;
    color: black;
    font-size:13px;
}
