/* ---------------------------------- ESTILOS IMPORTADOS DE BOOTSTRAP ---------------------------------- */
/* ----- Estilo básico de Bootstrap ----- */
@import url("../bootstrap-3.3.6/dist/css/bootstrap.min.css");
/*@import "../bootstrap-3.3.6/dist/css/bootstrap.min.css";*/


/* ---------------------------------------- ESTILOS REDEFINIDOS ---------------------------------------- */
/*@font-size-base:        21px;
@font-size-large:         ceil((@font-size-base * 1.25));
@font-size-small:         ceil((@font-size-base * 0.85));

@font-size-h1:            floor((@font-size-base * 1.8));
@font-size-h2:            floor((@font-size-base * 1.4));
@font-size-h3:            ceil((@font-size-base * 1.2));
@font-size-h4:            ceil((@font-size-base * 1.1));
@font-size-h5:            @font-size-base;
@font-size-h6:            ceil((@font-size-base * 0.85));*/

body {
	font-size: 21px;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 85%;
}

.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/*nav.navbar.navbar-default {
	border-radius: 0px !important;
	margin: 0;
}

nav.navbar.navbar-default .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.85) !important;
}

nav.navbar.navbar-default a {
	color: #b87417 !important;
}

ul.nav.navbar-nav {
	margin-right: 0;
	margin-left: 0;
}*/
