/*
 * Theme Name: Landing
 * Description: Twenty Fourteen child theme
 * Author: Tamara Conforti y Ana Turrillo
 * 
 */

body{
	margin: 0;
	padding: 0;
}
#wrapper{
	width: 1200px;
	margin: 0 auto;
}
#wrapper div{
	width:50%;
	float: left;
	height: 965px;
}
#tierra{
	background: url('images/home-terrestre.jpg');
}
#marina{
	background: url('images/home-marina.jpg');
}
#wrapper div a{
	width:340px;
	height:128px;
	display: block;
	margin: 100px auto;
	text-indent: 9999px; 
}
#tierra a{
	background: url('images/terrestre-home.png') no-repeat;
}
#marina a{
	background: url('images/marina-home.png') no-repeat;
}
