/*reset y cargar las typos*/

@import url('typos/typos.css');

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'StoneInf', serif;
	color: #444;
	background: #fffcf5;
	min-height: 800px;
	overflow-x: hidden;/*para que no se vea la div #social escondida en -150px*/
}

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

.main,
.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.main {
	max-width: 69em;
	padding-top: 2em;
}

.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	min-width: 320px;
	position: relative;
}

.column:nth-child(2) {
	min-height: 600px;
box-shadow:-1px 0 0 #998F93;
-moz-box-shadow:-1px 0 0 #998F93;
-webkit-box-shadow:-1px 0 0 #998F93;	
}

#clickhere {
  background: url("clickhere.png") no-repeat scroll 0 0 transparent;
  height: 35px;
  left: 80px;
  position: absolute;
  width: 185px;

	transition: opacity 2s ease-in 0s, left 2s ease-out 0s;
	-webkit-transition: opacity 2s ease-in 0s, left 2s ease-out 0;
	-moz-transition:opacity 2s ease-in 0s, left 2s ease-out 0;
	-o-transition:opacity 2s ease-in 0s, left 2s ease-out 0;
	-ms-transition:opacity 2s ease-in 0s, left 2s ease-out 0;
}

.column:last-child:before {
	content: '';
	position: absolute;
	height: 7px;
	background: #ceccc6;
	top: 100px;
	left: 10px;
}

.column p {
	font-weight: 300;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.4;
}

.container > header {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  padding: 2.6em 1.6em;
  text-align: center;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	color: #990033;
	font-weight: 300;
	font-family: "TrajanProRegular", Georgia, Times, serif;
}

.container > header span {
  color: #000000;
  display: block;
  font-family: 'Quicksand',trebuchet,Helvetica,sans-serif;
  font-size: 55%;
  padding: 0 0 0.6em 0.1em;
  font-weight:400;
}
/* Header Style */
.dcmfx-top {
	background: #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 0.68em;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	line-height: 2.2;
	font-family: 'Arial Narrow', Arial, sans-serif;
box-shadow:1px 0px 3px rgba(0,0,0,0.6);
-moz-box-shadow:1px 0px 3px rgba(0,0,0,0.6);
-webkit-box-shadow:1px 0px 3px rgba(0,0,0,0.6);

-webkit-animation: slideOut 1.5s ease-in-out;
-moz-animation: slideOut 1.5s ease-in-out;
-o-animation: slideOut 1.5s ease-in-out;
-ms-animation: slideOut 1.5s ease-in-out;
animation: slideOut 1.5s ease-in-out;
}

.dcmfx-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
}

.dcmfx-top a:hover {
	color: #990033;
}

.dcmfx-top span.right {
	float: right;
}

.dcmfx-top span.right a {
	float: left;
	display: block;
}



@media screen and (max-width: 46.0625em) {
	.main {
		padding: 0;
	}

	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 3em 2em; 
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
box-shadow:0 -1px 0 rgba(0,0,0,0.1));
-moz-box-shadow:0 -1px 0 rgba(0,0,0,0.1);
-webkit-box-shadow:0 -1px 0 rgba(0,0,0,0.1);
		background-position: 90px 3em;
	}
}

@-webkit-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-moz-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-o-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-ms-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}