
body{
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

#contenedorLogo{
	margin: 0 auto;
	width: 90%;
	min-width:930px;
	height:85px;
}

#logo1{
	float:left;
	width: 280px;
	height:85px;
	background:url(../animacion/logo/logo.png);
	background-repeat:no-repeat;

}
@keyframes logo{
	from{ background-position:0px;}
	to{background-position:-2000px;}	
}
@-webkit-keyframes logo{
	from{ background-position:0px;}
	to{background-position:-2000px;}	
}
@-o-keyframes logo{
	from{ background-position:0px;}
	to{background-position:-2000px;}	
}
@-moz-keyframes logo{
	from{ background-position:0px;}
	to{background-position:-2000px;}	
}
#contenedorLogo h1{
	float:right;
	font-family:  RobotoCondensed-Regular;
	color:#00274e;
	font-size:22px;
	text-shadow: 0.1em 0.15em #ddd;	
}
#marco{
	position:relative;
	margin: 0 auto;
	width: 80%;
	min-width:500px;
	height:18px;
}
/*****************************/

#contenedorBotones{

	position:relative;
	margin: 0 auto;
	width: 80%;
	min-width:900px;
	height:485px;

}

.boton{
	border-bottom:2px solid #fff;
	border-top:1px solid #eee;
	box-shadow: 0 0 15px #eee;
	position:absolute;
	left:-15%;
	width:130%;
	height:242px;

	-webkit-transition:transform 1s;
	-webkit-transform:scale(1,1);
		
	-moz-transition:transform 1s;
	-moz-transform:scale(1,1);
	
	-o-transition:transform 1s;
	-o-transform:scale(1,1);
	
	-ms-transition:transform 1s;
	-ms-transform:scale(1,1);
	
	
}
#btn2{
	top:242px;
}
.boton:hover{
	box-shadow: 0 0 15px #054585;
	background-color:#D2E2F3;
	-webkit-transform:scale(1.06,1.06);
	-moz-transform:scale(1.06,1.06);
	-o-transform:scale(1.06,1.06);
	-ms-transform:scale(1.06,1.06);
	z-index:20;
}

.boton img{
	position:inherit;
	right:12%;
}

#contenRombos {
	position:relative;
	float:left;
	width:466px;
	height:485px;
	left:0%;
	top:0px;
	z-index:50;
}

footer{
	position:relative;
	width: 60%;
	left:20%;
	min-width:600px;
	text-align:center;
	
	font-family: Roboto-Light;
	font-size:.75em;
}

 
