@font-face {
    font-family: 'open_sansbold';
    src: url('../_fonts/opensans-bold-webfont.eot');
    src: url('../_fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-bold-webfont.woff') format('woff'),
         url('../_fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../_fonts/opensans-light-webfont.eot');
    src: url('../_fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-light-webfont.woff') format('woff'),
         url('../_fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../_fonts/opensans-regular-webfont.eot');
    src: url('../_fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/opensans-regular-webfont.woff') format('woff'),
         url('../_fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../_fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background-color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
}

* html #tudo {
	height: 100%;
}

#tudo {
	min-height: 100%;
	position: relative;	
	/*background-image:url(../_images/slider_01.jpg);*/
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	
}

#topo {
	position: absolute;
	width:100%;
	margin:0 auto;
	height:74px;
	z-index:1;
	background-image:url(../_images/back_topo.gif);
	background-color:#fff;
}

#topo_content {
	position: absolute;
	width:940px;
	margin:0 auto;
	height:74px;
	left:50%;
	right:50%;
	margin-left:-500px;
}
	


#conteudo {
	padding-bottom: 230px;
	width:940px;
	min-height:250px;
	margin:0 auto;
	z-index:1000;
	padding-top:30px;
}

a:hover {
	color: #2e3192;
}

#layer-logo {
	position: absolute;
	width: 215px;
	height: 250px;
	
	left: 50%;
	right: 50%;
	
	margin-left: 450px;
	top: 0px;
}

#bem-vindo
{
	width:940px;
	min-height:200px;
	margin-top:10px;
}


.menubase
{   
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'open_sansregular';
	font-size:14px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
	color: #777;
}

.menubase:hover
{   
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'open_sansregular';
	font-size:14px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
	color: #fff;
	background-color: #303393;
}

.menubase_off
{   
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'open_sansregular';
	font-size:14px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
	color: #fff;
}

.menubase_on
{   
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: 'open_sansregular';
	font-size:14px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
	color: #fff;
	background-color: #91C100;
}


.titles_footer{		
	margin: 0;
	padding: 0;
	font-family: 'open_sansregular';
	font-size: 18px;
	font-weight: normal;
	color: #3b3b3b;
	letter-spacing:-1px;
}

.text_copy{		
	font-family: 'open_sanslight';
	font-size:11px;
	color:#9b9bb6;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
}

.text_footer{		
	font-family: 'open_sansregular';
	font-size:12px;
	color:#666666;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
}

.text_content{		
	font-family: 'open_sansregular';
	font-size:14px;
	color:#797a7d;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: 'open_sanslight';
	font-size: 36px;
	font-weight: normal;
	color: #303892;
	letter-spacing:-1px;
	line-height:10px;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: 'open_sanslight';
	font-size: 30px;
	font-weight: normal;
	color: #2e3192;
	letter-spacing:-1px;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#797a7d;
	letter-spacing: 0px;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
}


.input[type="text"] {
	font-family: 'open_sansregular';
	border: 1px solid #006;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 5px;
	font-weight: normal;
	border: 1px solid #ddd;
}


.input[type="email"] {
	font-family: 'open_sansregular';
	border: 1px solid #006;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 5px;
	font-weight: normal;
	border: 1px solid #ddd;
}

.select {
	color: #333;
	width: auto;
	height: 33px;
	background: #edf1f2;
	border: 1px solid #E4DFDC;
	outline: none;
	padding-left: 1%;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: inset 0 2px 2px #c5c1bf;
	-moz-box-shadow: inset 0 2px 2px #c5c1;
}

.textarea
{
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #333;
	width: 80%;
	height: 33px;
	background: #fff;
	padding-left: 1%;
	padding-top: 1%;
	font-weight: none;
	min-height: 80px;
	border: 1px solid #ddd;
}


.button_somanjar
{
	background-color:#aaaaaa;
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	text-transform:uppercase;
	font-weight:normal;
	padding: 7px 35px 7px 35px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	display:inline-block;	
	border-radius:30px;
	border:4px #eeeeee solid;
}

.button_somanjar:hover
{
	text-decoration:none;
	background-color:#cccccc !important;
}







/* TABS*/

 #nav_tabs .menu
{   
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
	padding-bottom:0px;
	font-family: 'open_sansregular';
	font-size:14px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs .menu a:link
{   
	font-family: 'open_sansregular';
	font-size:14px;
	color:#adaeb8;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

 #nav_tabs td.menu:active
{   
	font-family: 'open_sansregular';
	font-size:14px;
	color:#fff;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
	background-color:#000;
}

 #nav_tabs .menu a:visited
{   
	font-family: 'open_sansregular';
	font-size:14px;
	color:#adaeb8;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}
 
#nav_tabs td.menu:hover
{
	color:#fff;
	background-color:#91c100;
	font-family: 'open_sansregular';
	font-size:14px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

#nav_tabs td.menu a:hover
{
	color:#fff;
	font-family: 'open_sansregular';
	font-size:14px;
	letter-spacing: 0px;
	text-decoration:none;
	font-weight:normal;
}

/* END TABS*/

.news_title {
	margin: 0;
	padding: 0;
	font-family: 'DIN-Regular';
	font-size: 24px;
	font-weight: normal;
	color: #000;
	letter-spacing:-1px;
}

.news_titles {
	margin: 0;
	padding: 0;
	font-family: 'DIN-Regular';
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	letter-spacing:-1px;
}

.news_text {
	margin: 0;
	padding: 0;
	font-family: 'DIN-Regular';
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	letter-spacing:0px;
}

.news_font {
	margin: 0;
	padding: 0;
	font-family: 'DIN-Regular';
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
	color: #c5c5c5;
	letter-spacing:0px;
	text-decoration:none;
}

.button
{
	font-family: 'open_sansregular';
	color: #9b9ba4;
	/*background-color: #b1b1b1;
	border-radius:3px;*/
	text-align:center;
	padding-left:13px;
	padding-right:13px;
	padding-top:7px;
	padding-bottom:7px;
	font-size:14px;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
}

.button:hover {
	color: #fff;
	background-color: #2e3192;
}

#pagination
{
width:100%;
text-align: center;
margin-top:10px;
}

#pagination .css-button
{
	display: inline-block;
	text-align: center;
	padding:10px;
	font-family: 'open_sansregular';
	font-size: 12px;
	font-weight: normal;
	background-color:#DCDCDC;
	text-decoration: none;
	margin-right:2px;
	background-color:#999;
	color:#fff;
}

#pagination .css-button:hover
{
	background-color:#2e3192;
	color: #fff;
}


.box_contacts_info
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:455px;
	min-height:400px;
	margin-right:30px;
	border:0px solid;
	float:left;
	text-align:left;
}

.box_contacts_form
{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:455px;
	min-height:500px;
	margin-right:0px;
	border:0px solid;
	float:left;
	text-align:left;
}

