body {
	padding-top: 0px;
	font-family: "Century Gothic"; 
	font-size: 16px;
	color: #007934;

}



#top-bar-bg {

	/*Sombra*/

	-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.5);

	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.5);

	

	background-color: #007934;

	background:-moz-linear-gradient(center top , #007934, #007934) repeat scroll 0 0 transparent;

	background: -webkit-gradient(linear, center top, center bottom, from(#007934), to(#007934), color-stop(0.5, #007934), color-stop(0.5, #007934));

	/*Altura y margen interno*/

	height:20px;

	width: auto;

	padding-top: 5px;

	padding-bottom: 10px;

	padding-left: 10px;

	padding-right: 10px;

	text-align: center;
	
	font-size:18px;

	/*Fija*/

	position: fixed;

	top:0px;

	left:0px;

	right:0px;

	color: #FFFFFF;

	font-size: 20px;
	
	font-family: "Century Gothic";

	/*Capa, sobre todo*/

	z-index:999999;

