@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}

/*------------------------------------------------- FONDO--------------------------------------- */
body {
	margin:auto;
	background-color:white;
}

#cabecera{
	background-image:url(imas/logocr.jpg);
	background-position:top 25px center;
	background-repeat:no-repeat;
	background-size:550px;
	width:100%;
	height:230px;
	
}

#foto{
	background-image:url(imas/fotopanoramica.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	width:100%;
	height:598px;
	background-color:#1B1B1D;
	box-shadow:inset 0px 0px 218px black;
	-webkit-box-shadow:inset 0px 0px 218px black;
	-moz-box-shadow:inset 0px 0px 218px black;
}

#contacto{
	width:400px;
	margin: 0 auto;
	padding:25px 0 25px 0;
	
}

#abajo{
	width:100%;
	height:350px;
	background-color:#1B1B1D;
	box-shadow:inset 0px 0px 218px black;
	-webkit-box-shadow:inset 0px 0px 218px black;
	-moz-box-shadow:inset 0px 0px 218px black;
	background-image:url(imas/crodas.png), url(imas/marcas.png);
	background-position:top 25px center, top 135px center;
	background-repeat:no-repeat,no-repeat;
	background-size:auto, auto;
}



#botton{
	width:100%;
	height:20px;
	font-size:24px;
	background-image:url(imas/evoluttion.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:black;
	text-align:center;
	padding-bottom:20px;
	box-shadow: 0px -5px 8px black;
	-webkit-box-shadow: 0px -5px 8px black;
	-moz-box-shadow: 0px -5px 8px black;
}
#botton a span{
	visibility:hidden;
}