/* (c) 2018 Senac Sao Paulo */

@font-face {
    font-family: Sanchez;
	src: url('/moldura/fonts/Sanchez-Regular.ttf');
    font-weight: normal;
}

.testeira{
	margin:0 auto;
	width:1000px;
	height:95px !important;
	margin:0px 0px 20px 0px;
	box-sizing:border-box;
	margin-bottom:10px;	
	border-bottom:1px solid #00478b; !important;
}

.testeira h1{ 
	font-family:Sanchez,Tahoma;
	font-size:30px;
	font-weight:normal; 
	color:#ff7f00;
	margin:5px 0px 5px 0px !important;
	/* margin:25px 0px 2px 0px; */
	padding:0px; 
}

.testeira a:link{
	font-family:Sanchez,Tahoma;	
	font-size:15px;
	color:#0e6094;
	text-decoration:none;
}

.testeira a:visited{
	color:#0e6094;
}

.bullet{ color:#0e6094; }
.bullett{ color:#0e6094; }

.none{ text-decoration:none; }


.geral a:link{ font-size:14px !important; }
.azul{ color:#00478b !important; }




