body
{
   color: #2d3e4d;
   font-family: Lato, sans-serif;
   background-image: url('imgs/fondo.png');
   background-attachment: fixed;
   background-position: center center;
   background-size: cover;
}

#logo
{
   position: relative;
   width: 100%;
   height: 6em;
   background-image: url('imgs/logo.png');
   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;
   top: 4em;
}


.row
{
   position: relative;
   top: 6em;
}

.column
{
   float: left;
   width: 50%;
   text-align: center;
}

/* Clear floats after the columns */
.row:after
{
   content: "";
   display: table;
   clear: both;
}

#divAppAndInt 
{
	background-color: #ffffff;
	width: 50%;
	margin: 0 auto;
	padding: 1em;
	border-radius: 1em;
	box-shadow: 2px 2px 2px black;
	min-width: 200px;
   font-weight: bold;
}

#divAppIosInt 
{
	background-color: #ffffff;
	width: 50%;
	margin: 0 auto;
	padding: 1em;
	border-radius: 1em;
	box-shadow: 2px 2px 2px black;
	min-width: 200px;
   font-weight: bold;
}

#divLogAnd {
	background-image: url('imgs/android.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 3em;
	height: 3em;
	margin-top: -2.5em;
	margin-left: -2.5em;
	background-color: #FFFFFF;
	border-radius: 2.5em;
}

#divLogIos {
	background-image: url('imgs/apple.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 3em;
	height: 3em;
	margin-top: -2.5em;
	margin-left: -2.5em;
	background-color: #FFFFFF;
	border-radius: 2.5em;
}