@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'texto';
  src: url("../fuentes/texto.woff") format("woff"), url("../fuentes/texto.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body{
	background-color:#fbfbfb;
}
.img_fondo{
	width: auto;
    display: block;
    margin: 0 auto;
}
.mail{
	font-family:'texto';
	font-size:30px;
	color: #666666;
	text-align:center;
}
.mail a{
   color: #549E39;
}
