﻿html, form {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 30px;
	background-color:#fff !important;
}

.centerLogo {
	position: absolute;
	left: 50%;
	margin-left: -37px;
	max-width: 85px;
	top: 15px;
	z-index: 100;
	cursor:pointer;
}

.MainContainer {
	padding-top: 140px;
	/*text-align: center;*/
}

.navbar {
	top:0;
	padding-top:20px;
}

.navbar-default {
	background-color: transparent;
	border: none;
}
	.navbar-default .navbar-nav > li > a {
		color:#000;
		font-weight:normal;
		padding-left:10px;
	}
	.navbar-default .navbar-nav > li > a:hover {
		color:#c0c0c0;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color:#000;
		font-weight:bold;
		background-color: transparent;
	}

	.navbar-right > li {
		margin-top:14px;
		margin-left:15px;
	}

@media only screen and (max-width: 766px) {
	.collapsing, .in {
		background-color: #f7f7f7;
	}
}

.menuGaleria > li {
	line-height:25px;
}
.menuGaleria > li > a {
	color:#000;
	text-decoration:none;
}
.menuGaleria > li > a:hover {
	color:#c0c0c0;
}
.menuGaleria > li > .active a {
	font-weight:bold;
}



/* Sticky footer styles
-------------------------------------------------- */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 11px;
}

