﻿/* Documento principal */
body
{
    background-image: url('../Images/backGround.jpg');
    background-repeat: repeat-x;
}
/* Layout da página */
#master
{
    width: 950px;
}
#header
{
    width: 950px;
    height: 186px;
    clear: both;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    background-image: url('../Images/head.png');
}
#extra
{
    width: 950px;
    height: 20px;
    background-image: url('../Images/extra.png');
    background-repeat: no-repeat;
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
    padding-left: 10px;
}
#menu
{
    width: 175px;
    height: 480px;
    position: relative;
    float: left;
    text-align: left;
    font-family: Verdana;
    font-size: 10px;
    top: 0px;
    left: 0px;
    padding-top: 20px;
    padding-left: 3px;
}
#content
{
    width: 610px;
    height: 500px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    background-image: url('../Images/backMaster.jpg');
    background-repeat: no-repeat;
}
#links
{
    width: 162px;
    height: 480px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: -1;
}
#news
{
    padding: 20px 5px 5px 5px;
    width: 160px;
    height: 340px;
    top: 0px;
    left: 0px;
}
#footer
{
    height: 20px;
    width: 950px;
    font-family: Verdana;
    font-size: 11px;
    padding-top: 3px;
    background-repeat: repeat-x;
    text-align: center;
    clear: both;
}
#fixedFooter
{
    background-position: center;
    font-family: verdana;
    font-size: 11px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-image: url('../Images/fixedFooter.png');
    background-repeat: no-repeat;
    height: 40px;
}
/* Classes de conteúdo */
.holder
{
	width: 600px;
	height: 450px;
	margin-top: 30px;
	overflow: auto;
}
.holderStack
{
	width: 490px;
	margin-top: 30px;	
}
.PanelLogin
{
	width: 300px;
	height: 150px;
	font-family: Verdana;
	font-size: 11px;
	background-image: url('../Images/login.png' );
	margin-top: 50px;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.FormContato
{
	padding: 15px;
	width: 400px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.DocOf
{
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
}
.panelAddress
{
    font-size: 11px;
    font-family: Verdana;
    margin-bottom: 3px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    padding-left: 10px;
}.panelAddress
{
    font-size: 11px;
    font-family: Verdana;
    margin-bottom: 3px;
}
.panelContents
{
    padding: 0px 5px 5px 5px;
    border: 1px solid #C0C0C0;
    background-image: url('../Images/headContents.jpg');
    background-repeat: repeat-x;
    background-position: top;
    width: 200px;
    height: 130px;
    vertical-align: text-top;
}
.barTitle
{
    background-position: center;
    background-image: url('../Images/headContents.jpg');
    background-repeat: repeat-x;
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    text-align: left;
    padding-left: 30px;
}
/* Classes de texto */
.textTitle
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.textTitleBlue
{
	font-family: verdana;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #0000FF;
}
.textNormal
{
	font-family: verdana;
	font-size: 11px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: justify;
}
.textIconeGrande
{
    font-family: Verdana;
    font-size: 16px;
    color: #0000CC;
    font-weight: bold;
    text-align: left;
}
.textIconeNormal
{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
    margin-bottom: 0px;
}
.textNews
{
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
}
.textNewsTitle
{
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #0000FF;
}
.textTituloFoto
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
}
/* Classes de objetos */
.IButtonHome
{
	position: absolute;
	top: 108px;
	left: 383px;
	height: 60px;
	width: 120px;
	right: 447px;
}
.IButtonFotos
{
	position: absolute;
	top: 109px;
	left: 495px;
	height: 60px;
	width: 120px;
}
.IButtonInfo
{
	position: absolute;
	top: 107px;
	left: 610px;
	height: 60px;
	width: 120px;
	right: 220px;
}
.IButtonContato
{
	position: absolute;
	top: 109px;
	left: 745px;
	height: 60px;
	width: 120px;
}
.Icones
{
	width: 64px;
	height: 64px;
}
.HeadSlogan
{
	top: 33px;
	position: absolute;
	left: 388px;
}
.TextBoxOnFocus
{
	background-color: #99CCFF;
}
.TexBoxOnBlur
{
	background-color: #FFFFFF;
}
