@import url("fontello.css");
@font-face {
  font-family: 'Helvetica Light';
  font-style: normal;
  src: local('Helvetica Light'), local('HelveticaNeueLTStd-Lt'), url(HelveticaNeueLTStd-Lt.otf) format('opentype');
}
@font-face {
  font-family: 'Helvetica Light Condensed';
  font-style: normal;
  src: local('Helvetica Light Condensed'), local('HelveticaNeueLTStd-Cn'), url(HelveticaNeueLTStd-Cn.otf) format('opentype');
}
@font-face {
  font-family: 'Garamond Italic';
  font-style: normal;
  src: local('Garamond Italic'), local('AGaramondPro-Italic'), url(AGaramondPro-Italic.otf) format('opentype');
}
@font-face {
  font-family: 'Garamond Regular';
  font-style: normal;
  src: local('Garamond Regular'), local('AGaramondPro-Regular'), url(AGaramondPro-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Univers Light Condensed';
  font-style: normal;
  src: local('Univers Light Condensed'), local('UniversLTStd-LightCn'), url(UniversLTStd-LightCn.otf) format('opentype');
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Helvetica Light', Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #636156;
}

.contenedor {
	width: 100%;
	margin: auto;
}

h1 {
	float: left;
}

h2 {
	font-family: 'Garamond Italic', Times New Roman, Times, serif;
	color: #917F33;
	font-size: 30px ;
	letter-spacing: 1px;
	font-weight: 100;
}
.destacado {
	font-size: 16px;
	color: #000;
	letter-spacing: 5px;
	line-height: 20px;
}
.punto-lista {
	font-size: 40px;
}

p {
	text-align: left;
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #636156;
} 

section {
	width: 100%;
	margin-bottom: 0px;
	
}
#pie {
	position: relative;
	width: 100%;
	height: 100%;
}

a {
	text-decoration:none;
	color:#917F33;
}
a:hover {
	text-decoration:none;
	color:#000;
}
#marca-fija {
	padding-top: 30px;
	padding-left: 20px;
}
.foto{
	max-height: 690px;
	-webkit-max-height: 690px;
}
.fijo {
	z-index: 100;
	font-family: 'Helvetica Light Condensed', Helvetica, Arial, sans-serif;
	bottom: 0px;
	width: 100%;
	background-color: #ECEBEB;
	color: #60553E;
	letter-spacing: 5px;
	text-align: center;
	position:fixed;
	font-size: 11px;
	height: 25px;
	padding-top: 6px;
}
@media (min-width:640px) {
p {
/*	text-align: justify;
	padding: 0 20%;
*/}
}
@media (min-width:1024px) {
section {
	margin-bottom: 100px;
}
h2 {
	font-size: 38px !important;
}
.destacado {
	font-size: 20px;
	line-height: 60px;
}
p{
	font-size: 16px;
	line-height: 40px;
}
}
@media (min-width:1280px) {
p{
/*	line-height: 34px;
*/}
#marca-fija {
	padding-top: 50px;
}
}
@media (min-height:400px) {
.fijo {
	height: 50px;
	padding-top: 17px;
	font-size: 16px;
}
}
@media (orientation: portrait) {
.foto{
	max-height: 500px;
	-webkit-max-height: 500px;
}
}
