:focus {outline:none;}
::-moz-focus-inner {border:0;}
/*Titulos*/

@font-face {
    font-family: 'SansFatRegular';
    src: url('sansfat-webfont.eot');
    src: url('sansfat-webfont.eot?#iefix') format('embedded-opentype'),
         url('sansfat-webfont.woff') format('woff'),
         url('sansfat-webfont.ttf') format('truetype'),
         url('sansfat-webfont.svg#SansFatRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2, h3{
    margin-left:10px;
    color:#B11F1B;
    
    }
h1,h2{
  font-family: 'SansFatRegular';
  letter-spacing: 1px;
  
  text-align:center;  
}    
h3{
    padding-left: 35px;
    text-transform:uppercase;
    text-align:left;
}
p{
    font-family: 'Verdana';
    font-size: 14px;
    line-height:20px;
    color:#505050;
    text-align: justify;
    padding-left: 20px;
    padding-right:20px;
}
a img{ border: none;}

a {color:#386898;}

ul li
{
    margin-left:50px;
    list-style-image:url(img/list.png);
    font-family:'Verdana';
    font-size: 14px;
    color:#505050;
}