html {
	height: 100%;
	overflow: auto;
}
body {
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #222;
	font-family: Verdana;
	font-size: 10px;
	color: #999;
	text-align: center;
	overflow: auto;
}
a {
	text-decoration: none;
	color: #c2c2c2;
	border: none;
}
img {
	border: none;
}
hr {
	color: #4c4c4c;
	background-color: #4c4c4c;
	height: 3px;
	border: none;
}
input {
	border-style: solid;
	color: #fff;
	background-color: #4c4c4c; 
	border-width: 2px;
	border-color: #4c4c4c;
	font-family: Verdana;
	font-size: 15px; 
}
#forma {
	text-align: left;
	position: absolute;
	height: 300px;
	width: 210px;
	margin-left: -105px;
	left: 50%;
	margin-top: -250px;
	top: 50%;
}
#linea {
	width: 203px;
	height: 10px;
	text-align: center;
}
#postdata {
	width: 100%;
	height: 30px;
}
#dudas_comentarios {
	padding: 2px;
}
#bemba_logo {
	color: #222;
}
#img_logo_bemba {
	float: right; 
	margin-top: -10px; 
	padding: 0px 10px 10px 10px;
}
small {
	font-size: 9px;
	color: #444;
}
big {
	font-size: 14px;
}