@charset "iso-8859-1";

body {
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	text-indent: 5555px;
	font-size: 1px;
	color: rgba(255,255,255,0);
	padding: 0;
	margin: 0;
	}

#main {
	width: 920px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0;
	text-align: left;
	background-color:#c8c1bb;
}

.moldura {
	border: 4px solid #FFFFFF;
}
.legpreto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
}

.legbranco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}

.legcinz {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.txpreto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.txbranco {
	color: #FFFFFF;
}

.tx14branco{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

.cursor {
	cursor: hand;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

a:visited:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

.legcinz a {
	text-decoration: underline;
	color: #666666;	
}

.legcinz a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.txjustifi {
	text-align:justify;
}

/* Nav 1 */

.nav1 {
	background-color:#000;
}

.nav1 ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
}

.nav1 ul li {
	float: left;
    border-right:1px solid #868078;
}

.nav1 ul li:last-child {
    border-right: none;
}

	.nav1 ul li a {
    display: block;
    color: #e2dad3;
    text-align: center;
    padding: 2px 10px;
    text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 10px;
	letter-spacing: 1px;
}

	.nav1 ul li a:hover:not(.active){
    color: #FFF;
	background-color:#b5ada3;
}

.active {
    background-color: #b5ada3;
	color:#FFF;
}


/* Nav 2 */



	.nav2 ul {
	width: 920px;
	display: block;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e6e4e2;
	float: left;
}

	.nav2 ul li {
	float: left;
    border-right:2px solid #c8c1bb;
}

	.nav2 ul li:last-child {
    border-right: none;
}
.obras {
	display:block;
	color: #000;
	text-align: right;
	padding: 2px auto;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	letter-spacing: 1px;
	width: 83px;
	background-color: #e6e4e2;
	cursor: default;
	background-image: url(images/seta-menu-v1.gif);
	background-repeat: no-repeat;
	background-position: -10px center;
	float:left;
}

	.nav2 ul li a {
	display: block;
    color: #000;
    text-align: center;
    padding: 2px 11px;
    text-decoration: none;
	font-family: 'Roboto Slab', serif;
	}	

	.nav2 ul li a:hover:not(.obras){
    background-color: #000;
	color: #fff;
	}

.datas_active {
    background-color: #000;
	color:#FFF;
}

#destaque {
	height: 440px;
	padding:20px;
	margin: 0;
	text-align:center;
	background-color:#c8c1bb;
	display:block;
	clear:both;
}

#textoslider {
	float:left;
	/*padding-left: 20px; default */
	/*padding-left: 10px;*/
	/*padding-top: 150px; default */
	/*padding-top: 10px;*/
	padding-left: 5px;
	padding-top: 0;
	vertical-align:middle;
	text-align:left;
}

.titulo-destaque {
	font-family: 'Elsie', Georgia, cursive;
	font-size: 15px;
	letter-spacing: 10px;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	vertical-align:top;
	text-align:left;
}

hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #FFF; /* old IE */
    background-color: #FFF; /* Modern Browsers */
	padding: 0;
	margin: 6px 0;
}

hr.dot{
    border: 1px dotted #fff;
    border-style: none none dotted; 
    color: #fff; 
    background-color: #c8c1bb;
	padding: 5px 0;
}

.breve {
	padding: 0 0 0 175px; /* 75px being the width of the thumbnail + how much space you want to put between it and your text */
	position: relative; /* So the thumbnail is relative to this */
}

.breve img {
		left: 0;
		position: absolute;
		top: 0;
	}

#galerias {
	float:right;
	padding: 0 20px;
	width: 550px;
	height: 400px;
	text-align:center;
}