/*---DIV BOTON ESCRITORIO---*/
#logo_catalogo{
	width:310px;
	height:220px;
	float:left;
	margin-left:340px;
	background-image:url("imagenes/botoncatalogo.jpg");
	background-position:center center;
	background-repeat: no-repeat;
	background-size:contain;
	border: 2px solid #9EC337;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

/*--DIV BOTON MOVIL--*/	

@media screen and (max-width:400px){

#logo_catalogo{
	width:225px;
	height:160px;
	float:left;
	margin-left:20%;
}