@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(fondo_antonio_ucha_web.jpg);
	background-repeat: repeat;
	background-position: center center;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	
}
.centrada {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .centrada {
    width: 90%;
	display: block;
  margin-left: auto;
  margin-right: auto;
  }


