*{margin:0;}
 
body {
    width: 960px;
    font-size: 16px;
    margin: 0 auto;
    background-color: #efefef;
}
 

main { 
    width: 100%;
    min-height: 3500px;
   /* saqué el margin= 35% */
}



/* wrapper css */
#wrapper{
	margin-top:70px;
	width:100%;
}
#wrapper hgroup{
	text-align:center;
}
.enclase{
	margin:5px 0;
	color:#FF6D99;
	font-size: 3em;
	font-family: "Oswald", sans-serif;
    font-weight: 100;
}
.explora {
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 #fff;
	color:#888;
	margin:5px 0;
}

#container{
	position:relative;
	width: 100%;
	margin:0 auto 25px;
	padding-bottom: 10px;
	
}
.grid{
	width:200px;
	min-height:100px;
	padding: 15px;
	background:#fff;
	margin:5px;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:17px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.grid .meta{
	text-align:right;
	color:#777;
	font-style:italic;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

@media screen and (max-width : 768px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		margin-top:90px;
	}
}
/* footer */
footer { 
    min-height: 50px;
    width: 100%;
    float: left;
    background-color: #c3c1c1;
    margin-top: 20px;
    }
.foot { 
    min-height: 150px;
    width: 100%;
    float: left;
    }
.contenidos { 
    width: 100%
    font-family: 'Oswald', sans-serif;
    font-size: 70%;
    font-weight: 200%;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-left: 30px;
}
.socialicon {
    width: 150px;
    height: 150px;
    float: right;
    text-align: left;
    padding-right: 460px;
}
    
    }

/* fin footer*/