body {font-family: 'Exo 2', sans-serif; font-size: 14px; color: #84886D; text-align: center; padding-top: 0px;margin:0;padding:0;}
html { 
  background: #FFF;
	height: 100%;
}/* CSS Document */

h1,h2,h3 {margin: 0; font-weight: 400;}

h1 {font-size: 44px; font-weight: 600; margin-bottom: 24px;} 
h2 {font-size: 18px; font-weight: 400; margin-bottom: 14px;} 
h3 {font-size: 16px; font-weight: 400; margin-top: 14px;} 

.logo {margin: 40px auto 0px auto; padding:14px 0; background: rgba(255,255,255,0.3);border-radius:0px;}
.logo img {width: 90%; max-width:280px; height: auto;}
.ig img {width: 80%; max-width: 140px; height: auto;}

.fecha {font-size:17px; margin: 20px 0; line-height: 1.6;font-weight: 400;Xtext-shadow: 1px 1px  2px rgba(0,0,0,0.8);}
.fecha a {text-decoration:none; color: #FFF;transition: background 0.5s ease; background: rgba(205,208,181,0.85); padding:4px 8px; border-radius:2px;text-shadow: 1px 1px  2px rgba(0,0,0,0.8);}
.fecha a:hover {background: rgba(205,208,181,0.55);;transition: background 0.5s ease;}

@media (max-width: 680px) {
	.logo {padding:6px 0;}
.logo img {width: 80%; max-width: 280px; height: auto;}
.ig img  {width: 80%; max-width: 220px; height: auto;}	
	.fecha {font-size: 20px; margin: 10px 0; line-height: 1.6;}
}