/**************************/
/**********CSS RESET*******/
/**************************/

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
a{
	text-decoration:none;
	color:#000000;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/**************************/
/**********CLEARFIX********/
/**************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/**************************/
/******COMPONENTES*********/
/**************************/


#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	font-family: Calibri;
}
/**HEADER**/

#header {
	padding-bottom: 15px;
}

#header h1#logo {
	background: url("../images/logo.jpg") no-repeat;
	width: 798px;
	height: 255px;
	text-indent: -9000px;
	float: left;
}

#header #newsletter {
	float: left;
	width: 202px;
	padding-top: 75px;
	margin-left: -83px;
}

#header #newsletter h3 {
	padding-bottom: 20px;
	color: #006187;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
}

#header #newsletter p {
	width: 208px;
	color: #8d2e44;
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
}

#header #newsletter form fieldset label {
	display: block;
	padding-bottom: 15px;
}

#header #newsletter form fieldset span {
	display: block;
	float: left;
	color: #24211d;
	font-size: 14px;
	width: 35px;
}

#header #newsletter form fieldset input {
	width: 126px;
	height: 17px;
	border: 2px #a8a8a7 solid;
	margin-left: 8px;
} 

#header #newsletter form fieldset label.newsPreButtom {
	float: left;
}

#header #newsletter form fieldset label.newsButtom {
	float: left;
}

#header #newsletter form fieldset label.newsButtom input {
	border: none;
	width: 20px;
	height: 12px;
	font-size: 8px;
	font-weight: bold;
	color: #295b64;
	cursor: pointer;
	margin: 0px;
	background: none;
}


/**MENU**/

#menu {
	width: 954px;
	_width: 964px;
	height: 40px;
	background: #abbccc;
	padding: 1px 5px 0px 5px;
	position: relative;
	_z-index: 5;
}

#menu ul {
	position: absolute;
}

#menu ul.firstMenu {
	background: url("../images/bg-last-menu-azul.jpg") no-repeat top right;
	padding-right: 8px;
}

#menu ul.firstMenu li {
	float: left;
	background: url("../images/bg-menu-each.jpg") repeat-x;
	height: 58px;	
	position: relative;
	z-index: 100;
}

#menu ul.firstMenu li ul {
	position: absolute;
	left: 0;
	_top: 45px;
	z-index: 100;
	width: 100%;
}

#menu ul.firstMenu li ul li{
	background: #C6E7FA;
	clear: both;
	height: 35px;
	border-bottom: 1px #ccc solid;
	width: 100%;
}

#menu ul.firstMenu li ul li a {
	background: none;
	height: 30px;
}

#menu ul.firstMenu li a{
	display: inline-block;
	background: url("../images/div-menu.jpg") no-repeat center right;
	height: 31px;
	_height: 46px;
	padding: 15px 9px 0 9px;
	text-decoration: none;
	color: #181c27;
	font-size: 17px;
}

#menu ul li a.lastMenu{
	background: none !important;
}

#menu ul.firstMenu li span {
	display: block;
	float: right;
	background: url("../images/bg-last-menu-azul.jpg");
	width: 9px;
	height: 46px;
}


#menu ul.secondMenu {
	background: url("../images/bg-first-menu-cinza.jpg") no-repeat top left;
	padding-left: 6px;
	right: 4px;
}

#menu ul.secondMenu li {
	float: left;
	background: url("../images/bg-menu-each-cinza.jpg") repeat-x;
	height: 58px;	
}

#menu ul.secondMenu li a{
	float: left;
	background: url("../images/div-menu-cinza.jpg") no-repeat center right;
	height: 32px;
	_height: 47px;
	padding-top: 15px;
	width: 130px;
	text-align: center;
	text-decoration: none;
	color: #181c27;
	font-size: 17px;
}

/**CONTENT**/
#content {
	background: url("../images/bg-bd-content.gif") repeat-y center;
	width: 963px;
	position: relative;
	margin-top: 4px;
	min-height: 504px;
	height: auto !important;
	height: 504px;
}

#bodyContent {
	width: 875px;
	_width: 963px;
	background: url("../images/bg-content.gif") no-repeat;
	padding: 35px 60px 120px 45px;
}

#footerContent {
	background: url("../images/bg-footer-content.gif") no-repeat;
	width: 962px;
	height: 133px;
	margin-top: -133px;
	position: relative;
	z-index: 5;
}

/************************/
/*******FOOTER CONTENT***/
/************************/
#bodyHomeBottom {
	float: left;
	width: 660px;
	padding-right: 5px;
	position:relative;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	z-index: 100;
}

#bodyHomeBottom .footBottom {
	position: absolute;
	bottom: 1px;
}


/***LEFT****/

/*CONHECA*/
#bodyHomeBottom  .conheca {
	width: 186px;
	float: left;
	padding-top: 30px;
}

#bodyHomeBottom  .conheca h2 {
	clear: both;
	background: url("../images/bg-conheca.jpg") repeat-x;
	height: 39px;
	padding: 0px 4px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
}

#bodyHomeBottom  .conheca a {
	display: block;
	float: left;
	text-indent: -9000px;
}

#bodyHomeBottom  .conheca a.orkut {
	background: url("../images/ico-orkut.jpg") no-repeat;
	width: 77px;
	height: 32px;
	margin-right: 19px;
}

#bodyHomeBottom  .conheca a.twitter {
	background: url("../images/ico-twitter.jpg") no-repeat;
	width: 90px;
	height: 27px;
	margin-top: 6px;
}

/*GALERIA DE FOTOS*/
#bodyHomeBottom  .galeria {
	width: 177px;
	float: left;
	margin-left: 30px;
	padding-top: 30px;
}

#bodyHomeBottom  .galeria h2 {
	clear: both;
	background: url("../images/bg-tit-galeria.jpg") repeat-x;
	height: 20px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
}

#bodyHomeBottom  .galeria ul li {
	float: left;
	padding-left: 7px;
}

#bodyHomeBottom  .galeria ul li a {
	display: block;
}

/*MURAL TV PEREIRA*/
#bodyHomeBottom  .muralTv { 
	float: left;
	width: 245px;
	margin-left: 15px;
}

/***RIGHT****/
#contetBottomRight {
	float: left;
	 position:absolute;
     right:50px;
	 bottom: 125px;
}

#contetBottomRight .linksUteis {
	background: url("../images/links-uteis.jpg") no-repeat right;
	width: 192px;
	height: 54px;
}

#contetBottomRight .linksUteis a{
	display: block;
	padding-top: 8px;
	color: #161d25;
	text-decoration: none;
	text-align: center;
	font-size: 28px;
}

#contetBottomRight .linksUteis a span {
	font-size: 34px;
}

#contetBottomRight .vozPovo {
	background: url("../images/bg-voz-povo.jpg") no-repeat;
	width: 152px;
	_width: 197px;
	height: 195px;
	padding: 85px 20px 0 35px;
}

#contetBottomRight .vozPovo p, #contetBottomRight .vozPovo ul li {
	font-size: 16px;
	color: #24292d;
	padding-bottom: 17px;
}

#contetBottomRight .vozPovo ul li a {
	color: #24292d;
	text-decoration: none;
}

#contetBottomRight .vozPovo ul li span {
	display: inline-block;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	vertical-align: middle;
}

#contetBottomRight .vozPovo ul li span.icoVozMax {
	background: url("../images/ico-voz-max.jpg") no-repeat;
}

#contetBottomRight .vozPovo ul li span.icoVozMed {
	background: url("../images/ico-voz-med.jpg") no-repeat;
}

#contetBottomRight .vozPovo ul li span.icoVozMin {
	background: url("../images/ico-voz-min.jpg") no-repeat;
}
