@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color: #000000;
	background-attachment: fixed;
	background-color: #006699;
	background-image: url(../im/fundo2013.gif);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6, img, p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

hr {
	border: 1px dotted #999;
	height: 2px;
	margin: 14px;
}

h3 {
	text-align:center;
	color: #F03;
}

h2 {
	font-style: italic;
	font-weight: normal;
	color: #606;
	height: 18px;
}

td {
	vertical-align:top;
}

a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #00F;
	text-decoration: none;
}

.oneColElsCtrHdr #container {
	width: 900px;
	margin: 5px auto 0;
	text-align: left;	/* border: 1px solid #CCC; */
}

.oneColElsCtrHdr #header {
	padding: 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
} 
.oneColElsCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	margin-top: 10px;
} 

.oneColElsCtrHdr #logotipo {
	background-image: url(../im/LogoJamaicarrao.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 161px;
	width: 213px;
}

.menuPrincipal {
	float: right;
}

.menuPrincipal ul {
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: none;
	margin: 2px;
}

.menuPrincipal ul li {
	padding: 0 0.5em;
	/* line-height: 1.5; */
	float: left;
	border: 1px solid #FFF;
}

.menuPrincipal ul li:hover {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #CCC;
	background-color: #EAEAF4;
}

.menuPrincipal a:hover {
	padding:0px;
	/* border-bottom:solid 1px #333; */
}

.menuPrincipal ul li img {
	border:none;
}

.texto_longo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
}
.texto_baixo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.texto_Arial {
	font-family: Arial, Helvetica, sans-serif;
}

.divisa-titulo {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	text-decoration: none;
	color: #F30;
	background-image: url(blip.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.exemplo {
	border: 1px dotted #666;
	position: relative;
	width: auto;
	padding: 2px;
	margin: 2px;
}
.flleft { float:left; }
.flright { float:right; }
.exemplo-explica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

.conteudoPrincipalCapa {
	color: #FFF;
	padding: 4px;
	width: 270px;
	height: 100%;
	background-image: url(conteudoCapa2013.png);
	background-repeat: repeat-x;
	background-color: #003366;
	text-align: center;
}
.conteudoPrincipalCapa p {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
.conteudoPrincipalCapa h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
}
