/*BODY */
body {
   margin:0;
}
/* FIM*/

/* ESTILOS DAS FONTES */
@font-face {
      font-family: "face";
      src: url("FACEBOLF.OTF") format("opentype");
      }
.face-font12{
    font-family: "face";
	font-size:12px; 	
       }
.face-font14{
    font-family: "face";
	font-size: 14px; 
       }
.face-font15{
    font-family: "face";
	font-size: 15px; 
       }
.face-font18{
    font-family: "face";
	font-size: 18px; 	
       }
.face-font20{
	font-family: "face";
	font-size: 20px;
       }
.face-font30{
    font-family: "face";
	font-size:30px; 
       } 
.face-font60{
    font-family: "face";
	font-size:60px; 
       } 
/* FIM */

/* ESTILO BOTAO */
a.bot_top:link, a.bot_top:visited {
	   color: #660000;
       text-decoration: none;
	}
a.bot_top:hover {
	 color: #ff0000;
}
a.bot_top:active {
	text-decoration: none
	}
/* FIM */

/* REDES SOCIAIS*/

#botao ul {
		padding:0px;
		margin:0px;
		list-style:none;
		}
		#botao li {
		background-repeat: no-repeat;
		display: inline;
		}
		#botao li a {
		height: 54px;
		width: 54px;
		text-decoration: none;
		text-indent: -2000;
        display: inline-block;
		}
		#botao li a#bot_face {
		background-image: url(../img/facebook.png);
		}
		#botao li a#bot_twitter {
		background-image: url(../img/twitter.png);
		}
		#botao li a#bot_email {
		background-image: url(../img/email.png);
		}
		#botao li a#bot_instagram {
		background-image: url(../img/instagram.png);
		}
		#botao li a#bot_youtube {
		background-image: url(../img/youtube.png);
		}
		#botao li a:hover {
		background-position: 0px -54px;
        }

/* FIM */

/* EFEITO TIP PROGRAMA */
.tip {
	background-image: url("../img/fundo_tip2.jpg");
	display:none;
	padding:0px;
	position:top;	
	z-index:1000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* FIM */

/* MENU PRINCIPAL */
.conteudo-menu { background: #401000; font-family: face; font-size: 20px; }
.menu-fixo { z-index: 9999; position: fixed; top: 0; width: 980px; height: 50px;}
.menu { height: 50px;}
.menu ul { list-style: none; margin:0; }
.menu ul li {float: left; margin-top: 1px; padding: 15px;}
.menu ul li:first-child { padding-left: 0;}
.menu ul li a { color: #ffffff; text-decoration: blink;}
.menu ul li a:hover { color: #ffff00;}
/* FIM */

/* CAIXA */
