@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fcfff7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

font-family {Roboto;
}

.h1 {
	font-size: 27px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.h2 {
	font-size: 15px;
	font-style: normal;
	line-height: 0px;
	font-weight: 100;
	font-variant: normal;
	color: #000000;
}
.h3 {
	font-size: 36px;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	color: #000000;
}
.h4 {
	font-size: 16px;
	font-style: normal;
	line-height: 0px;
	font-weight: 400;
	font-variant: normal;
	color: #000000;
	text-transform: uppercase;
}
.h5 {
	font-size: 10px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}
.texto {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
	text-transform: none;
}
.texto-italic {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
	text-transform: none;
}
.texto-italic-bold {
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: none;
}
.texto-titulo {
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: none;
}
.texto-titulo-destacado {
	font-size: 21px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-transform: none;
}

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

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

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

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