﻿@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
font-family: "Trebuchet MS";
font-size: 9pt;
line-height: 1.5em;
background-color: #CCCCCC;
}

b{font-size: 110%;}


a:link {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color:#000000;
}

#wrap{
	width: 700px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFF;
}

.header{
height: 140px; /*Height of top section*/
width: 470px;
margin-top:-165px;
margin-left:230px;
background-repeat: no-repeat;
background-color: #FFFFFF;
}

.menu {
float:right;
position:relative;
margin-top:-10px;
width:335px;;
height:21px;
background-color:#2D985F;
background-image: url(../images/leftcorner.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:15px;
}

.menu a {
text-decoration: none;
color:#FFFFFF;
font-weight: bold;

}
.menu a:hover {
text-decoration: underline;
color:#FFFFFF;
font-weight: bold;
}

.menu a:visited {
color:#FFFFFF;
font-weight: bold;
}

.menumain {
margin-left:240px;
position:relative;
margin-top:11px;
width:445px;;
height:21px;
border-bottom:3px #026C9C;
background-color:#026C9C;
background-image: url(../images/leftcorner_mainmenu.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:15px;
}

.menumain a {
text-decoration: none;
color:#FFFFFF;
font-weight: bold;

}
.menumain a:hover {
text-decoration: underline;
color:#FFFFFF;
font-weight: bold;
}

.menumain a:visited {
color:#FFFFFF;
font-weight: bold;
}

.logo {
background-repeat: no-repeat;
background-position: left top;
width:150px;
height:135px;
padding:15px;
position:relative;
}

.banner {
clear:both;
width:700px;
height:60px;
background-color:#0486C4;
border-top: 1px solid #0486C4;
border-bottom: 1px solid #0486C4;
padding-top: 4px;
padding-bottom: 4px;
}

.bannerlogo {
clear:both;
width:700px;
height:100%;
border-bottom:solid 4px #CCCCCC;
border-top:solid 4px #CCCCCC;
}


.convenios {
clear:both;
float:right;
width:180px;
height:400px;
}

#content{

width: 450px;
_width:430px;
height: 100%;
min-height:800px;
padding:16px;
border-right:solid 4px #CCCCCC;

}


.conteudo {

width: 450px;
height: 100%;
padding:3px;

}

.tithome {
position:relative;
padding:6px;
width:470px;
height:100%;
margin: -22px 0 0 -22px;
font-weight: bold;
color: #FFFFFF;
background-color: #118046;
border-top: 3px solid #86BA95;
border-bottom: 3px solid #86BA95;
}



.titcad {
position:relative;
padding:6px;
width:470px;
height:100%;
margin: -37px 0 0 -19px;
font-weight: bold;
color: #FFFFFF;
background-color: #118046;
border-top: 3px solid #86BA95;
border-bottom: 3px solid #86BA95;
}


.titmain {
position:relative;
padding:6px;
width:470px;
height:100%;
margin: -40px 0 0 -22px;
font-weight: bold;
color: #FFFFFF;
background-color: #118046;
border-top: 3px solid #86BA95;
border-bottom: 3px solid #86BA95;
}


.todasnot {
width:460px;
margin-left:-18px;

}



.titbuscar{
position:relative;
padding:6px;
width:202px;
height:20px;
margin: -27px 0 0 -14px;
font-weight: bold;
color: #FFFFFF;
background-color: #118046;
border-top: 3px solid #86BA95;
border-bottom: 3px solid #86BA95;
}

.titbusca{
position:relative;
padding:6px;
width:470px;
height:20px;
margin: -19px 0 0 -19px;
font-weight: bold;
color: #FFFFFF;
background-color: #118046;
border-top: 3px solid #86BA95;
border-bottom: 3px solid #86BA95;
}

.enquete {
height: 600px;
}

#sidebar{
text-align:center;
float: left;
width: 180px; /*Width of right column*/
height:100%;
background: #FDE95E;
}


#sidebar-2{
float: right;
margin-top: -805px;
_margin-top: -597px;
width: 200px; /*Width of right column*/
height:100%;
display: inline;
background: #FFF;
}

#sidebar-2 .ban {
margin-top:-20px;

margin-left: -14px;

}

#footer{
clear: left;
height:30px;
background-color: #026C9C;
color: #FFF;
padding: 12px;
font-weight: bold;
border-top-width: 3px;
border-bottom-width: 3px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #0486C4;
border-bottom-color: #0486C4;
}

ul {
	list-style-type: none;
}

li {
	list-style-image: url(../images/bullets.png);
}



/** Paginação **/
ul.pagination{
	background			: #F7F7F7;
	border-top			: 1px solid #CECECE;
	border-bottom		: 1px solid #CECECE;
	font-size			: 11px;
	line-height			: 25px;
	height				: 25px;
	margin				: 0 0 20px 0;
	padding				: 5px 0 7px 11px;
}

ul.pagination li{
	list-style			: none;
	float				: left;
	margin				: 0;
	padding				: 0;
}

ul.pagination li a{
	background			: #fff;
	border				: 1px solid #CECECE;
	color				: #1018A5;
	float				: left;
	list-style			: none;
	margin				: 0 4px;
	padding				: 0 7px;
}

ul.pagination li.no-a{
	background			: #fff;
	border				: 1px solid #CECECE;
	float				: left;
	list-style			: none;
	margin				: 0 4px;
	padding				: 0 7px;
}

ul.pagination li a:hover{
	background			: #1018A5;
	color				: #fff;
}

p.counter{
	text-align			: right;
	margin				: 10px 0 0 0;
}

.bannerlogo ul{
	list-style			:none;
	background			:#FFF;
	padding				:0 0 0 10px;
	margin				:0;
	width				:690px;
	height				:130px;
}

.bannerlogo ul li{
	float				:left;
	background			:#FFF;
	padding				:0;
	margin				:10px 10px 0 0;
	height				:50px;
	display				:table-cell;
	vertical-align		:middle;
	text-align			:center;
	list-style-image	:none !important;
}

.bannerlogo ul li a{
	width				:100%;
	height				:50px;
}