html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none !important;
}
/* html{ */
/* 	background-color: #EFEFEF; */
/* } */
body{
	font-family: 'Roboto', 'sans-serif';	
	background-color: #EFEFEF;
}
.forma{	
	margin-top: 48px;
}
.forma input{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#555;
	background:#fff;	
	max-width: 816px;
	height: 40px;
	border-radius: 10px;
	margin: 7px auto;
	padding: 5px;
}

input:focus{
	//border:0;
	outline:none;
}

.forma input:focus, .forma textarea:focus{
	background:#dfdfdf;
	
}

.forma input[type=submit] {
	background: #4CAF50;
	color: #FFF;
	padding: 8px;
	min-width: 200px;
	border-radius: 5px;
	border: medium none;
	align:center;
	font-weight: bold;
	height: 45px;
	margin-top: 20px;
}
.forma input[type=submit]:hover{
	background: #388E3C;
}


.tecladonumerico{
	width: 100%;
}
.tecladonumerico .numero{
	width: 30%;
	margin: 1%;
		
}
.tecladonumerico .limpar{
	width: 62%;
	margin: 1%;
}
.tecladonumerico .tecla{
	height: 40px;
	background: #000616;
	color: #FFF;
	font-weight: bold;
	border: medium none;	
}
.tecladonumerico .tecla:hover{
	background:#00AFF0;
}

.btn{
	
}

