@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: HELVETICA;
}

html {
height: 100%;
}

body {

/*background-color:#06345E;*/
}

#wrapper {
overflow: hidden;

margin:0px auto;
width:100%;
background: #DADADA;
padding-bottom: 30px;
}

#wrapper_inside {
        width: 932px;;
	overflow: hidden;
	background: #FFF;
	margin: 30px auto 0;
	padding-bottom: 30px;
	/* box-shadow: 0 0 6px #333; */
}

#header{
	height: 600px;
	width: 100%;
        position: relative;
        background: #000;
}

#bg_header {
    height: 600px;
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1;
    overflow: hidden;   
}

#bg_header img {
    width: 100%;
    text-align: center;
    position: relative;
}

#bg_menu {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    background: rgba(255,255,255,0.8);
    z-index: 2;
}

#logo {
    float: left;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 210px;	     
}

#logo a {
    background: url("../img/logo.png") no-repeat scroll center center transparent;
    display: block;
    height: 130px;
    width: 240px;
    margin: 0 auto;
}


/*** SEARCH ***/

#search {
    width: 120px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 210px;
    z-index: 3;
    color: rgb(150,28,33);
}

#login_click {
	width: 10000px;
	height: 30px;	
}

#login_click input[type="text"],
#login_click input[type="password"] {
	padding: 5px !important;
	font-size: 13px !important;
	margin: 3px !important;	
	background: #fff !important;
	width: 160px !important;
	float: left !important;	
}

#login_click input[type="submit"] {
background: url("../images/submit.png") no-repeat scroll 0 0 transparent;
    float: left !important;
    font-size: 13px !important;
    margin: 6px !important;
    padding: 4px !important;
    width: 40px !important;
}

#bg_campo {
	
	height: 30px;
	margin-top: 5px;
	

	background: rgba(6,52,93,0.7);
	background: -moz-linear-gradient(top, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,52,93,0.7)), color-stop(100%, rgba(6,52,93,0.7)));
	background: -webkit-linear-gradient(top, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	background: -o-linear-gradient(top, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	background: linear-gradient(to bottom, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06345d', endColorstr='#06345d', GradientType=0 );		
}

#bg_campo input[type="text"] {
	padding: 5px;
	font-size: 13px;
	margin: 3px;	
	background: url(../img/ico_search.png) no-repeat #fff right;
	width: 210px;
	float: left;
	
}

#bg_campo a {
	display: inline-block;
    float: left;
    height: 30px;
    margin-top: 5px;
    width: 23px;
}

#login {
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    text-shadow: 2px 2px 1px #000000;
    cursor:pointer;
	
}

#lang {
    color: rgb(150,28,33);
    display: inline-block;
    font-size: 13px;
    float: right;
	
}

#lang a,
#lang a:visited {
    color: rgb(150,28,33);
    text-decoration: none;
}

/*** FIM SEARCH ***/

/*** MENU ***/

#menu {
    padding: 7px 0;
    /* width: 100%; */
    list-style: none;
    height: 16px;
    position: absolute;
    text-align: center;
   
    z-index: 4;
    top: 66px;
    left: 470px;

}

#menu ul {
    font-size: 15px;
    height: 20px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}

#menu ul li { display: inline; }

#menu ul li a {

    font-size: 13.50pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: rgb(151,28,34);
    line-height: 17.82pt;
    letter-spacing: normal;
	padding: 2px 8px;
	float:left;
	width: 112px;
}

#menu ul li a:hover {
	color: #FFF;
            background:  rgb(151,28,34);
}

#menu ul li a:hover > span{
	color: #fff;
}

#menu ul li ul {
	display: none;
	width: 200px;
	position: absolute;
	top:18px;
	padding: 5px;
	left: 70px;
	z-index: 30;
}

#japao {

	display: none;
    padding: 5px;
    position: absolute;
    right: 0;
    left: 200px !important;
    top: 18px;
    width: 200px;
    z-index: 30;
	
}

#japao2 {
    display: none;
    padding: 5px;
    position: absolute;
    right: 0;
    left: 440px !important;
    top: 18px;
    width: 200px;
    z-index: 30;
	
}

#exclusivo {
	width: 200px !important;
}

#menu_exclusivo {
    padding: 5px;
    position: absolute;
    right: 0;
    left: 515px !important;
    top: 18px;
    width: 200px;
    z-index: 30;	
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul li ul li a{
	color: #FBFF88;
	text-align: left;
	width: 200px;
	height: 20px;
	padding: 5px 5px 5px 10px;
	
	background: rgba(6,52,93,0.7);
	background: -moz-linear-gradient(top, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,52,93,0.7)), color-stop(100%, rgba(6,52,93,0.7)));
	background: -webkit-linear-gradient(top, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	background: -o-linear-gradient(top, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	background: linear-gradient(to bottom, rgba(6,52,93,0.7) 0%, rgba(6,52,93,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06345d', endColorstr='#06345d', GradientType=0 );	
	
}

#menu ul li ul li a:hover{
	color: #fff;	
}

/*** FIM MENU ***/

/*** BANNER ***/

#banner {
	height: 260px;
	width: 100%;
	position: relative;
	
}

#associe {
	background: none repeat scroll 0 0 #7D7D7D;
    height: 230px;
    padding: 15px;
    width: 240px;
    float: left;
}

#associe p {
	color: #FFFFFF;
    font-size: 14px;
    text-align: justify;
}

#associe a {
    background: none repeat scroll 0 0 #FAEC07;
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    text-decoration: none;
}

#slide {
	width: 754px;
	height: 260px;
	float: left;
}

#slide a span {
	display: block;
	bottom: 16px;
    color: #FFFFFF;
    left: 20px;
    position: absolute;
    text-decoration: none;
}

#buttonContainer {
    bottom: 10px;
    float: right;
    position: absolute;
    right: 10px;
    z-index: 23;
}

#buttonContainer input[type="button"] {
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -99999px;
    width: 10px;
	cursor: pointer;
	
}


.shadow
{
    display:block;
    position:relative;
}
 
.shadow img
{
    display:block;
}
 
.shadow::before
{
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow: 0 -30px 23px -3px #000000 inset;
    -webkit-box-shadow: 0 -30px 23px -3px #000000 inset;
    box-shadow: 0 -30px 23px -3px #000000 inset;
}
/*** FIM BANNER ***/

/*** CONTEUDO ***/
#content {
	

	min-height: 600px;
	
}

.tumbs {
	width: 250px;
	height: 340px;
	background: #fff;
	float: left;
	margin-bottom: 10px;
	margin-right: 3px;
	padding: 10px;
	position: relative;
}

.tumbs label {
	font-size: 18px;
        text-align: center;
        display: block;
}

.tumbs img {
	display: block;
	margin: 0 auto;
	width: 230px;
	margin-top: 10px;
        opacity: 0.4;
}

.tumbs p {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #666;
	font-weight: 300;

}

.tumbs a {
	text-decoration: none;
        color: #000;

}


#categorias {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}

.cat {
	display: inline-block;
    height: 20px;
    padding: 20px 10px;
    text-align: center;
    width: 250px;
    color: #000;
    text-decoration: none;
    margin-right: 3px;
    float: left;
}

.green {
	background: #25B028;
}

.yellow {
	background: #FAEC07;
}

.blue {
	background: #227FD1;
}

#destaques {
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-top: 30px;
	background: #fff;
	padding-bottom: 20px;
}

#titulo_destaque {
	background: #D1D6DF;
	display: block;
	font-size: 15px;
	width: 100%;
	height: 30px;
}

#titulo_destaque label {
	position: absolute;
	top: 10px;
	left: 10px;
}

#titulo_destaque img {
	position: absolute;
	top: 7px;
	right: 10px;
}

#news {
	
	margin-left: 15px;
	background: #fff;
        margin-right: 15px;
        position: relative;
}

#news h1 {
	font-size: 23px;
	margin-top: 5px;
}

#news h5 {
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 15px;
}

#fb {
 background-image: url("../img/share.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
    text-decoration: none;
    width: 137px;
}

.social_right_inicial {
display: block;
    float: left;
    width: 100%;
}

.tile {
	width: 100%;
	float:left;
	margin-top: 20px;
}

.tile img {
	float: left;
	margin-right: 10px;
	width: 230px;

}

.tile label {
	font-size: 15px;
	color: #555555;
	font-weight: 700;
}

.tile p {
color: #666666;
    display: block;
 
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
    text-align: left;
    width: 99%;
}

.tile p a {
	color: #53A0FC;
	text-decoration: none;
	
}

/*** FIM CONTEUDO ***/

/*** REVISTA BRASIL E PATROCINIOS ***/
#revista_download {
	background: #77B8EA;
	float: left;
	width: 180px;
	height: 260px;
    margin-left: 5px;
    box-shadow: 0 0 5px #666666;
    margin-top: 10px;
}

#revista_download a {
	text-decoration: none !important;
	color: #FFFFFF !important;
    display: block !important;
    font-size: 15px !important;
    margin-top: 15px !important;
    text-align: center !important;		
	
}

#revista_download img {
	display: block;
	
	margin: 0 auto;
}

#revista_download label,
#revista_download label a {
	text-decoration: none !important;
	color: #FFFFFF !important;
    display: block !important;
    font-size: 15px !important;
    margin-top: 15px !important;
    text-align: center !important;	
}	

#revista h1 {
	border-bottom: 1px solid #CCCCCC;
    color: #6B99B1;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.tile_revista {
	width: 176px;
	text-align: center;
	display: inline-block;
		margin-left: 20px;
    margin-top: 20px; 
}

.tile_revista label,
.tile_revista a{
	display: block;
	text-decoration: none;
	color: #6997B0;
	font-weight: 100;

}

.bg_revista {
	background: url("../img/bg_revista.png") repeat scroll center center transparent;
    display: inline-block;
height: 188px;
    padding: 15px;
    width: 146px;
}

#patrocinio {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    min-height: 930px;
    overflow: hidden;
    padding: 0 10px 130px;
    position: relative;
    width: 160px;
}

#patrocinio a {
    text-decoration: none;
    color: #aaa;
    text-align: center;
    display: block;
}

#patrocinio img {
	display: block;
	margin: 10px auto 0;
	border:2px solid #ECECEC;
}
#patrocinio label {
   text-decoration: none;
    color: #000;
    text-align: center;
    display: block; 
    margin-top: 10px;
    font-size: 18px;
}

#anuncie {
	background: #EECB3C;
	width: 150px;
	height: 90px;
	position: absolute;
	bottom: 10px;
	padding: 5px;
	font-size: 15px;
	
}


#anuncie label {
	color: #5797D2;
}

#anuncie p {
	font-weight: 300;
	margin-top: 15px;
}

#anuncie a {
	color:#5797D2;
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-decoration: none;
}

/*** FIM REVISTA BRASIL E PATROCINIOS ***/

/*** FOOTER ***/
#footer {
    width: 100%;
    height: 160px;
    margin: 0 auto;
    color: #fff;
    background: rgb(143,21,5);
    position: absolute;
}

#footer p { 
    margin: 0 auto;
    text-align: center;
}

#endereco {
	width: 40%;
	float: left;
	display: block;
	font-size: 14px;
	height: 160px;
}

#endereco label,
#credenciamento_footer label {
	margin-top: 15px;
	margin-left: 15px;
	display: block;
	font-weight: bold;
}

#endereco p,
#credenciamento_footer p {
	margin-left: 15px;
	display: block;	
}

#credenciamento_footer {
	width: 30%;
	float: left;
	display: block;
	font-size: 14px;
	height: 160px;
}



#copyright {
	float:left;
	width: 30%;
	height: 160px;
	display: block;
	font-size: 14px;
}

#social {
	
    height: 27px;
    margin: 30px auto 0;
    width: 55px;
}
#social a{
	
   display: inline-block !important;
}

#copyright label {
	margin-top: 10px;
	display: block;
        text-align: center;
}

#copyright a {
	display: block;
    text-align: center;
    text-decoration:none;
    color: #fff;
}

#developed {
	font-size: 12px;
	font-color: #ECECEC;
	display: block;
	
}

/*** FIM FOOTER ***/

/*** NEWS ***/
#last_news {
	width: 820px;
	height: 270px;

}

.tumb_news {
	width: 270px;
	height: 210px;
	margin-right: 3px;
	background-image: url("../img/fundo_news.png");
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}


#btn_news li.active {
	background-image: url(../img/btn_sombra.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.green_dark {
	background-color: #0E6B13;
}


.yellow_dark {
	background-color: #847A04;
}

.blue_dark {
	background-color: #0B4F82;
}

#btn_news li a{
	color: #FFFFFF;
    display: block;
    height: 20px;
    padding: 20px 0;

    text-align: center;
    text-decoration: none;
    width: 270px;
}

.img_news {

    display: block;
    height: 166px;
    margin: 14px auto 0;
    width: 222px;
}

#local {


	margin-top: 10px;
}

#titulo_news {
	
	color: #fff;
	display: block;
	font-size: 15px;
	width: 816px;
	height: 30px;
	position: relative;
}

.verde {
	background: #0E6B13;
}

.amarelo {
	background: #847A04;
}

.azul {
	background: #0B4F82;
}


#titulo_news label {
	position: absolute;
	top: 10px;
	left: 10px;
}

#titulo_news img {
	position: absolute;
	top: 7px;
	right: 10px;
}

#content_news {
	display: block;
	
	overflow: hidden;
	position: relative;	
}

#content_news h1 {
	font-size: 23px;
    text-align: center;
}

.last_news_tumbs {
	width: 816px;	
	color: #000;
	overflow: hidden;
	font-size: 13px;
	margin-top: 10px;
}

.last_news_tumbs img {
	float: left;
	margin-right: 10px;
}

.last_news_tumbs a {
	color: #53A0FC;
    text-decoration: none;
    font-size: 13px;
}

.last_news_tumbs p {
	display: block;
    text-align: justify;	
}

.last_news_tumbs label {
	font-size: 17px;
	font-weight: bold;
}

.last_news_tumbs hr {
	border: 1px solid #000;
	display: block;
	float: left;
	width: 816px;
}

.social_news {
	margin-top: 10px;
	display: block;
	float: left;
	width: 816px;	
}

.social_news label{
display: block;
    float: left;
    font-size: 10px;
    font-weight: 500;
    margin-top: 15px;
}

.IN-widget {
	float: left;
	margin-right: 5px;
}

.twitter-follow-button {
	float:left;
	margin-right: 5px;
}

.fb-like {
	float:left;
	margin-right: 5px;
}

.social_right {
	float: right;
}

#news_categoria {
	
}


#btn_news li { 
	position: relative;
	list-style: none;
	width: 270px;
	float: left;
	margin-right: 3px;
	
	display: inline; }

#btn_news li a {

}

#btn_news li a:hover {
	color: #FBFF88;
}

#btn_news li a:hover > span{
	color: #fff;
}

#btn_news li ul {
	display: none;
	width: 200px;
	position: absolute;
	float: left;
	z-index: 30;
}

#btn_news li:hover > ul {
	display: block;
}

#btn_news li ul li a{
	color: #FFFFFF;
    display: block;
    height: 20px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 270px;
}

#btn_news li ul li a:hover{
	color: #FBFF88;	

}

/*** FIM NEWS ***/

/*** SOBRE ***/

#sobre h1 {
	color: #008AC2;
	font-size: 18px;
}

#sobre h2 {
	color: #454545;
	font-weight: bold;
	font-size: 15px;
}

#sobre p {
	color: #454545;
	font-size: 15px;
}

#sobre_down {
	width: 100%;
	display: block;
	margin-top: 10px;

}

#sobre_down .left {
	width: 50%;

	float: left;
}

#sobre_down .right {
	width: 50%;

	float: left;
}

#sobre_down h4 {
	font-size: 12px;
	color: #454545;
}

#sobre_down h5 {
	font-size: 12px;
	color: #008AC2;
}

#sobre_down label {
	font-size: 12px;
	color: #454545;
	display: block;
}


/*** FIM SOBRE ***/

/** FOTOS **/
#fotos {
	width: 999px;
	overflow: hidden;
}

.botao {
	float: left;
    line-height: 60px;
    text-align: center;
    width: 333px;	
    cursor: pointer;
    color: #FFFFFF;
}

.botao.active{
	background: url(../img/bg_sombra.png) repeat-x;
}

.light_green {
	background-color: #19AE1A !important;
}

.light_yellow {
	background-color: #F0EAA3 !important;
}

.light_blue {
	background-color: #A8D0EE !important;
}

#gal a {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    width: 100px;
    background: #ccc;
}

#galeria_botoes{
display: block;	
}

#galeria {
	height: 180px;
	background: #333;
	display: block;
	clear: both;
}

#previous, #next {
	height: 180px;
	cursor: pointer;
	width: 30px;
}

#previous {
	float: left;
	background: url(../img/left.png) center center no-repeat;
	display: block;
}
#next {
	float: right;
	background: url(../img/right.png) center center no-repeat;
}

#photo_gallery {
	 width: 960px;
}

.album_img {
	float: left !important;
    height: 160px !important;
    margin: 10px auto 0 !important;
    overflow: hidden !important;
    width: 939px !important;
}

.album_img li {
	display: inline-block;
	margin-left: 23px;
	vertical-align: top;
}

.album_img li a {
	display: block;
	width: 158px;
	text-decoration: none;
}

.album_img li a img {
	border: 1px solid #333333;
}

.album_img li a img.active {
	border: 1px solid #fff;
}

.album_img li a label {
	color: #FFFFFF;
	width: 160px;
	display: block;
	font-size: 13px;
	margin-top: 8px;
	text-align: center;	
}
.grupo_imagens {
	float: left;
}

.img_bottom {
	margin: 20px auto 0;
    width: 999px;
	min-height: 700px;
}

/** FIM FOTOS **/
	
/** JAPÃO **/

#jp_investimentos {
	padding: 15px;
}	
	
#jp_investimentos h1 {
	color: #555;
	font-size: 22px;
}	

#jp_investimentos p {
	color: #666;
	text-align: justify;
	font-size: 16px;
}	

	
/** FIM JAPÃO **/
	

#contato {

}

#contato label {
	display: block;
}

#contato input[type='text'],
#contato select {
	display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 8px;
    font-size: 16px;
}

#contato input[type='text'] {
	width: 350px;
}

#contato textarea {
display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 8px;
    font-size: 16px;
    width: 690px;	
}

#contato input[type='submit'],
#tb_cadastro input[type='submit'] {
	    background: none repeat scroll 0 0 #77B8EA;
    color: #FFFFFF;
    font-size: 16px;
    padding: 7px;
}

#associar {
	color: #555;
	font-size: 14px;
}

#associar a,
#associar a:visited {
	color: #555;
	text-decoration: underline;
}

#tb_cadastro {
	text-align: center;
}

#tb_cadastro tr {
	line-height: 30px;
	
}

#form_empresa {
	margin-top: 10px;
}

#cadastro input[type="submit"] {
	padding: 5px;	
	font-size: 14px;	
	background: #77B8EA;
}

#cadastro input[type="text"],
#cadastro select,
#cadastro input[type="password"],
#tb_cadastro select {
	
	padding: 5px;	
	font-size: 14px;
}

#cadastro label.error {
	color: #ff0000;
}

#menu_estatuto {
	display: block;
    font-size: 15px;
    list-style: none outside none;
    margin: 15px auto 0;
    padding: 0;
    width: 313px;
}

#menu_estatuto li {
	float: left;
	position: relative;
	display: block;
}

#menu_estatuto li a {
	color: #fff;
	background: #0B3B6B;
	text-decoration: none;
	padding: 5px 10px;
	border-right: 1px solid #fff;
	display: block;
}

#menu_estatuto li a:hover {
	color: #FBFF88;
}

#news_select {
	border-bottom: 1px solid #ccc;
}

#news_select h1 {
	text-align: left;

}

#news_select h2 {
	text-align: center;

}

#news_select a {
    color: #888888;
    float: right;
    font-size: 15px;
    margin-right: 30px;
    margin-top: -20px;
    text-decoration: none;
}

.feira {
	margin-bottom: 20px;
	border-bottom: 2px solid #666;
}

.feira h1 {
	font-size: 23px;
}

.feira label,
.feira p {
	font-size: 16px;
}
/** EMPRESA **/
	
#empresa {
	width: 1000px;
}
#empresa_header {
	background: #0066A4;
	font-size: 25px;
	padding: 10px;
	line-height: 80px;
	color: #fff; 
}

#empresa_left {
	width: 29%;
	height: 600px;
	float:left;
	overflow: scroll;
	background: #fff;
	padding-top: 20px; 
}

#empresa_left label {
	display: block;
    margin-left: 30px;
    margin-top: 10px;
    color:#0066A4;
}

#empresa_left label:hover {
	text-decoration: underline;
	cursor:pointer;	
}

#empresa_left label.active {
	text-decoration: underline;

}

#empresa_right {
	width: 70%;
	min-height: 600px;
	float:right;
	padding-top: 20px;
	background: #fff;	
}

.empresas_list {

}

.empresas_list a {
	display: block;
	margin-left: 40px;
	margin-top: 5px;		
	color: #666666;
	text-decoration: none;
}

.empresas_list a.active {
	color: #000;
}

#empresa_right h1{
	display: block;
	text-align: center;
}

#empresa_right table {
	display: block;
	margin: 0 auto;
}

#empresa_right table td {
	padding: 7px;
	width: 50%;
}

.grey {
	color: #45637E;
}

.errorSummary {
	margin-top: -1px;
	color: #77B8EA;
	font-size: 12px;
	text-shadow: 1px 1px 1px #000;
	list-style: none;
}

.errorSummary ul li{
	list-style: none;	
}

.yiiPager {
	border: 0 none;
    display: inline;
    font-size: 15px;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

ul.yiiPager li {
    display: inline;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    color: #0E509E;
    font-weight: bold;
    padding: 1px 6px;
    text-decoration: none;
}

ul.yiiPager .selected a {
    background: none repeat scroll 0 0 #2E6AB1;
    color: #FFFFFF;
    font-weight: bold;
}

#botao_feira {
	display: block;
	overflow: hidden;
}

.botoes_feira {
	padding: 20px 0px;
	float: left;
	width: 49%;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	
}

.botoes_feira.active { 
	
	text-decoration: underline;
	
}

#titulo_pagina {
    width: 100%;
    height: 60px;
    background: #000;
    color: #fff;
    line-height: 60px;
}

#titulo_pagina h1{
    text-align: center;
}