*{
	margin:0;
	padding: 0;
}

@font-face {
    font-family: 'creatininregular';
    src: url('fonts/creatinin-pap-webfont.eot');
    src: url('fonts/creatinin-pap-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/creatinin-pap-webfont.woff2') format('woff2'),
         url('fonts/creatinin-pap-webfont.woff') format('woff'),
         url('fonts/creatinin-pap-webfont.ttf') format('truetype'),
         url('fonts/creatinin-pap-webfont.svg#creatininregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	color: #0A6C3B;
}
a{
	color:#0A6C3B;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#contenido{
	width: 100%;
	max-width: 1024px;
	display: block;
	margin: auto;
	background: #FFFCF1;
	overflow: hidden;
	position: relative;
}
.barra{
	width: 95%;
	position: relative;
	max-width: 980px;
	height: 22px;
	display: block;
	margin: auto;
	margin-top: 24px;
}
.barra img{
	width: 100%;
	height: 100%;
}
#cuerpo{
	box-sizing:border-box;
	width: 100%;
	padding: 0 18.5%;
	display: block;
}
h1{
	font-family: 'creatininregular';
	font-size: 56px;
	display: block;
	text-align: center;
	color: #0A6C3B;
	margin-top: 42px;
	margin-bottom: 60px;
	letter-spacing: 1px;
}
.menu{
	font-family: helvetica;
	font-size: 14px;
	color:#0A6C3B;
	text-align: center;
}
.des{
	float: left;
}
.fine{
	display: inline-block;
	margin:0 auto;
}
.consul{
	float: right;
}
#texto{
	padding-top: 24px;
	font-family: helvetica;
	font-size: 14px;
	padding-bottom: 16px;
}
#texto span{
	font-style: italic;
}
#texto p{
	margin-top: 5px;
	text-align: justify;
}
#sociales{
	width: 165px;
	display: block;
	text-align: center;
	margin:auto;
	font-family: helvetica;
	font-size: 14px;
}
#instan{
	margin-bottom: 16px;
}
#copy{
	font-family: helvetica;
	font-size: 11px;
	padding: 10px 19.9% 50px 19.9%;
}
.noya{
	float: left;
}
.ray{
	float: right;
}
