/* inicio footer em baixo */
html {
	margin:0;
	padding:0;
	min-height: 100%;
    position: relative;
}

html {
	font-family: "times new roman", Arial, sans-serif;
	line-height:17px;
    font-size: 12px;
}

body > .row-fluid  {
	/*margin-bottom:182px;*/
	margin-bottom: 0px;
}

.header {
    width: 100%;
	position:relative;
	    z-index: 99999999999999;
}

.footer {
    bottom: 0;
	clear:both;
    height: 210px;
    width: 100%;
	position:relative;
	/*position:absolute;*/
	background-color:#dadada;
}



*:focus {
    outline: 0;
}
