@font-face {
font-family: "Museo Sans 100";
src: url('fonts/MuseoSans-100.otf') format('truetype'),
url('fonts/MuseoSans-100.otf') format('woff'),
url('fonts/MuseoSans-100.otf') format('svg'),
url('fonts/MuseoSans-100.otf') format('embedded-opentype');
font-weight: normal;
font-style: normal;
text-transform: none;
text-decoration: none;
}

@font-face {
font-family: "Museo Sans 300";
src: url('fonts/MuseoSans-300.otf') format('truetype'),
url('fonts/MuseoSans-300.otf') format('woff'),
url('fonts/MuseoSans-300.otf') format('svg'),
url('fonts/MuseoSans-300.otf') format('embedded-opentype');
font-weight: normal;
font-style: normal;
text-transform: none;
}

@font-face {
font-family: "Museo Sans 500";
src: url('fonts/MuseoSans-500.otf') format('truetype'),
url('fonts/MuseoSans-500.otf') format('woff'),
url('fonts/MuseoSans-500.otf') format('svg'),
url('fonts/MuseoSans-500.otf') format('embedded-opentype');
font-weight: normal;
font-style: normal;
text-transform: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ccc;
}

.cssmenu ul,
.cssmenu li,
.cssmenu span,
.cssmenu a {

	margin: 0;
	padding: 0;
	position: relative;
	z-index:15;


}
.cssmenu {
	
	left: 50%;
	position: relative;
	margin-left: -370px;
	width: 780px;
	
}
.cssmenu:after,
.cssmenu ul:after {
content: '';
display: block;
clear: both;
}
.cssmenu a {

background: #141414;
background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
color: #ffffff;
display: inline-block;
font-family: "arial";
font-size: 13px;
text-decoration:none;
line-height: 39px;
padding: 0 20px;
text-decoration: none;
}
.cssmenu ul {
list-style: none;
}
.cssmenu > ul {
float: left;
}
.cssmenu > ul > li {
float: left;
}
.cssmenu > ul > li:hover:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -10px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #26262c;
z-index:10;
}
.cssmenu > ul > li:first-child a {
border-radius: 0px 0 0 0;
-moz-border-radius: 0px 0 0 0;
-webkit-border-radius: 0px 0 0 0;
}
.cssmenu > ul > li:last-child a {
border-radius: 0 0px 0 0;
-moz-border-radius: 0 0px 0 0;
-webkit-border-radius: 0 0px 0 0;
}
.cssmenu > ul > li.active a {
box-shadow: inset 0 0 3px #000000;
-moz-box-shadow: inset 0 0 3px #000000;
-webkit-box-shadow: inset 0 0 3px #000000;
background: #070707;
background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
text-decoration:none;
}
.cssmenu > ul > li:hover > a {
background: #070707;
background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
box-shadow: inset 0 0 3px #000000;
-moz-box-shadow: inset 0 0 3px #000000;
-webkit-box-shadow: inset 0 0 3px #000000;
text-decoration:none;
}
.cssmenu .has-sub {
z-index: 1;
}
.cssmenu .has-sub:hover > ul {
display: block;
}
.cssmenu .has-sub ul {
display: none;
position: absolute;
width: 200px;
top: 100%;
left: 0;
}
.cssmenu .has-sub ul li {
margin-bottom: 0px;

}
.cssmenu .has-sub ul li a {
background:#E4E4E4;
color:#000;
filter: none;
font-size: 13px;
display: block;
line-height: 120%;
padding: 10px;

}
.cssmenu .has-sub ul li:hover a {
background-color: #000;
color:#fff;
}
.cssmenu .has-sub .has-sub:hover > ul {
display: block;
}
.cssmenu .has-sub .has-sub ul {
display: none;
position: absolute;
left: 100%;
top: 0;
}
.cssmenu .has-sub .has-sub ul li a {
background-color: #000;

}
.cssmenu .has-sub .has-sub ul li a:hover {
background-color: #000;
}

.texto {
font-family: "arial";
font-size: 13px;
color: #000;
text-decoration: none;
font-weight: lighter;
text-align:justify;
padding:15px;

}

.texto_bold {
font-family:"Arial Black";
font-size: 15px;
color: #000;
text-decoration: none;
font-weight: lighter;

}

.texto_bold_branco {
font-family: "Arial Black";
font-size: 15px;
color: #fff;
text-decoration: none;
font-weight: lighter;

}

hr {
border-top:dashed 1px;
border-bottom:none;
color:#999;
}


.back
{
	
height:40px;
background: #141414;
background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #36F;

}

.azul
{
	height: 50px;
	background: #008fca;
	background: -moz-linear-gradient(top, #008fca 0%, #0b587b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008fca), color-stop(100%, #0b587b));
	background: -webkit-linear-gradient(top, #008fca 0%, #0b587b 100%);
	background: -o-linear-gradient(top, #008fca 0%, #0b587b 100%);
	background: -ms-linear-gradient(top, #008fca 0%, #0b587b 100%);
	background: linear-gradient(to bottom, #008fca 0%, #0b587b 100%);
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#008fca', EndColorStr='#0b587b', GradientType=0);
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
}

.back1
{
	
height:40px;
background: #141414;
background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
border-top-width: 4px;
border-top-style: solid;
border-top-color: #36F;

}





.inputs {
font-family: "arial";
font-size: 12px;
color: #333;
text-decoration: none;
background-image: none;
border: 1px solid #999;
border-radius: 5px;
height: 30px;
padding: 4px;
}

.inputs_texto {
font-family: "arial";
font-size: 12px;
color: #333;
text-decoration: none;
background-image: none;
border: 1px  solid #999;
border-radius: 5px;
height:100px;
padding:4px;
}

.noticia {
	
	border:solid #FFF 10px;
	
	
	}


