@charset "utf-8";
@font-face {font-family: congresso_texto; src: url(KlavikaCH-Regular.woff);}
@font-face {font-family: congresso_titulo; src: url(KlavikaCH-Medium.woff);}
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-align: center;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul{
	list-style:none;
	margin:0;
	padding:0;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
body {
	font-family: congresso_texto, arial, verdana, tahoma, sans-serif;
	background: #ffffff;
	color: #646464;
}
.wrap {
	width: 80%;
	margin: 0px auto;
	font-style: inherit;
	color: #099944;
}
.slider_bg {
	width: 100%;
	height:240px;
	background: url('../images/bg.png');
	background-size: 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.logo{
	display:none;
}


/*--- programa --*/
.programa{
	text-align:center;
	background: #ffffff;
	padding: 4% 0;
}
.programa h3{
	font-family: congresso_titulo, arial, verdana, tahoma, sans-serif;
	color: #4E4E4E;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.programa h1{
	font-family: congresso_titulo, arial, verdana, tahoma, sans-serif;
	font-size: 16px;
	color: #4E4E4E;
	line-height: 20px;
	text-align:justify;
	margin-bottom: 2%;
	margin-top:2%;
}
.programa h2{
	font-family: congresso_titulo, arial, verdana, tahoma, sans-serif;
	font-size: 25px;
	color: #4E4E4E;
	text-align:center;
	margin-bottom: 2%;
}
.programa h5{
	font-family: congresso_titulo, arial, verdana, tahoma, sans-serif;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	margin-top:1%;
}
.programa h6{
	font-family: congresso_titulo, arial, verdana, tahoma, sans-serif;
	font-size: 25px;
	color: #4E4E4E;
	text-align:center;
	margin-bottom: 2%;
}
.programa p{
	font-family: congresso_texto, arial, verdana, tahoma, sans-serif;
	font-size: 16px;
	color: #4E4E4E;
	line-height: 25px;
	text-align:justify;
	margin-bottom: 3%;
}
.programa h3a{
	font-family: congresso_texto, arial, verdana, tahoma, sans-serif;
	font-size: 22px;
	color: #4E4E4E;
	line-height: 25px;
	text-align:center;
	margin-bottom: 3%;
}
.programa a{
	font-family: congresso_titulo, arial, verdana, tahoma, sans-serif;
	color: #BA141A;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}


