/**
************FUENTES*****************
**/
@font-face {
font-family: 'Gill Sans Regular';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Regular'), url('font/Gill Sans.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Condensed Regular';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Condensed Regular'), url('font/GillSans Condensed.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Italic'), url('font/Gill Sans Italic.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Light';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Light'), url('font/Gill Sans Light.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Light Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Light Italic'), url('font/Gill Sans Light Italic.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Medium';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Medium'), url('font/Gill Sans Medium.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Medium Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Medium Italic'), url('font/Gill Sans Medium Italic.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Bold'), url('font/Gill Sans Bold.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Condensed Bold'), url('font/GillSans Condensed Bold.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Bold Italic'), url('font/Gill Sans Bold Italic.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Heavy';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Heavy'), url('font/Gill Sans Heavy.woff') format('woff');
}


@font-face {
font-family: 'Gill Sans Heavy Italic';
font-style: normal;
font-weight: normal;
src: local('Gill Sans Heavy Italic'), url('font/Gill Sans Heavy Italic.woff') format('woff');
}


.nav a{
	color: #5d3110 !important;
	font-family: Gill Sans Regular;
}
.grey.lighten-4{
	background-color: rgba(220, 220, 222, 0.5) !important;
}
hr{
	margin-left: 80px;
    margin-right: 80px;
}
h2,h4{
	color: #5d3110 !important;
	font-family: Gill Sans Regular;
	text-shadow: 10px 10px 8px rgba(220, 220, 222, 1) !important; 
}

.blue.accent-1{
	background-color: rgba(220, 220, 222, 1) !important;
	color: #5d3110 !important;
	font-family: Gill Sans Regular;

}

.btn-floating i{
	color: #5d3110 !important;
}

.deep-purple-text{
	color: #5d3110 !important;
}

.cajita{
	width:370px;
	height: 251px;
	border: 1px solid rgba(220, 220, 222, 0.5) !important;
}
.btn-info{
	background-color: #5d3110 !important;
}