@font-face {
	font-family: "Lato";
	src: url('./../fonts/Lato-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	font-family: Lato, Lato Black, Lato Hairline, Lato Light;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-y;
	color: #305E04;
	min-height: 100%;
}

h1, h3 {
	margin-top: 5px;
	margin-bottom: 2px;
}

h3 {
	font-size: 16px !important;
}

h1 {
	font-size: 22px !important;
}

.paddingcenter {
	padding-left: 5px;
	padding-right: 5px;
}

#map_canvas {
	height: 160px;
}

.font-italic {
	font-style: italic;
}

.regular-padding {
	padding: 5px;
}

.mini-padding {
	padding: 5px;
}

.extramini-margin-top {
	margin-top: 3px;
}

.mainbgcolor {
	background-color: #B6D6A8;
}

.main2bgcolor {
	background-color: #D7E6CF;
}

.mini-text {
	font-size: 12px;
}

.white-bgcolor {
	background-color: #FFFFFF;
}

.white-text {
	color: #FFFFFF;
}

.gray-text {
	color: #727271;
}

a:link {
	color: #305E04;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #305E04;
}

a:hover {
	text-decoration: none;
	color: #234303;
}

a:active {
	text-decoration: none;
	color: #305E04;
}

@media ( min-width : 1024px) {
	body {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}