@charset "iso-8859-1";

/* formatação para TODAS as tags */

*{

	margin: 0;

	padding: 0;

	font-family: "Lucida Sans", Tahoma, Arial, sans-serif;

	font-size: 11px;

	color: #999999;

}



/* formatação para as divs */

#all{

	position: absolute;

	width: 900px;

	height: 500px;

	left: 50%;

	top: 50%;

	margin-left: -450px;

	margin-top: -250px;

	background-color: #FFFFFF;

	/*border: 1px solid black;*/

}

#all #center{

	width: 170px;

	height: 30px;

	left: 50%;

	top: 50%;

	margin-left: -85px;

	margin-top: -15px;

	background-color: #FFFFFF;

	position: absolute;

}





/* organização do layout */

#all #title {

    width: 165px;

	height: 23px;

	margin-left: 15px;

	margin-bottom: 20px;

	background-image: url(../img/walmor_correa.gif);

	background-repeat: no-repeat;

}

#all #menu {

    width: 230px;

    float: left;

	text-align: left;

}

/*----------------------------*/



#all #center1 {

    float: left;

    width: 264px;

	text-align: center;

	background-color: #F3F3F3;

    margin: auto;

}

#all #center1 #imgs{

	padding-top: 16px;

	padding-left: 10px;

	padding-right: 10px;

	padding-bottom: 10px;

	text-align: center;

}

#all #center1 #imgs td{

	padding-bottom: 10px;

}

#all #center1 #imgs2{

	padding-top: 16px;

	padding-left: 20px;

	padding-right: 20px;

	padding-bottom: 10px;

	text-align: center;

}

#all #center1 #imgs3 {

	padding-top: 20px;

	padding-left: 20px;

	padding-right: 20px;

	padding-bottom: 14px;

	text-align: center;

}

#all #center1 #paginacao{

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 20px;

	padding-left: 10px;

	/*height: 20px;*/

	text-align: center;

}

#all #center1 #paginacao3 {

	text-align: center;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 20px;

	padding-left: 0px;

	margin: 0px;

}

#all #right1 {

    float: left;

    width: 360px;

	height: 430px;

    padding-left: 10px;

	padding-right: 10px;

	margin-left: 15px;

	overflow: auto;

}

#all #right1 #titulo{

	text-align: center;

	padding-right: 60px;

}



#mycustomscroll {

	/* Typical fixed height and fixed width example */

	width: 320px;

	height: 430px;

	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/

	position: relative;

	text-align: justify;

	padding-right: 10px;

}





/*----------------------------*/

/*videos*/

#all #center2 {

    float: left;

    width: 360px;

    margin: auto;

}

#all #center2 #content{

	width: 355px;

	text-align: left;

}

#all #right2 {

    float: left;

    width: 250px;

    padding-left: 10px;

	padding-right: 10px;

}

/*----------------------------*/





/*----------------------------*/

/*contato*/

#all #center3 {

    float: left;

    width: 390px;

    margin: auto;

}

#all #center3 #content{

	width: 385px;

	text-align: left;

}

#all #center3 #enviar{

	background-color: #E8E8E8;

	text-align: right;

	padding: 3px;

	width: 354px;

	height: 12px;

}

#all #right3 {

    float: left;

    width: 230px;

    padding-left: 10px;

	padding-right: 10px;

}

/*----------------------------*/



/* ajustes especiais para algumas tags */

.tit {

	color: #666666;

}

.txt1 {

	width: 360px;

	height: 18px;

}

.txt2 {

	width: 30px;

	height: 18px;

}

.txt3 {

	width: 170px;

	height: 18px;

}

.txt4 {

	width: 360px;

	height: 73px;

}

.ativo{

	color: #000;

}

.obras{

	padding-top: 0px;

	padding-left: 3px;

	text-align: left;

}

.anos{

	padding: 0px;

	text-align: left;

}



.anos a{

	font-size: 15px;
	color:#EFEFEF;

}
.menuCapa a{
	font-size:15px;
	color: #B5B5B5;
}


.anos a.ativo {
	color:#000;
}

.linha{

	margin-top: 7px;

	margin-bottom: 7px;

	display: block;

}



/* formatação para outras tags html */

html {

	overflow: -moz-scrollbars-vertical; /*so para mozila*/

}



body {

	background-color: #FFFFFF;

}



input, textarea, select {

	border-color: #E4E0CB;

	border-width: 0px;

	border-style: solid;

	background-color: #F3F3F3;

}



td {

	padding: 3px;

}



h1{

	font-size: 14px;

	color: #999;

	margin-bottom: 10px;

}



h1.destaque{

	color: #000;

}

h1 a{

	text-decoration: none;

	font-size: 14px;

	color: #999;

}

h1 a:hover{

	color: #000;

}





h2{

	font-size: 12px;

	color: #999;

	margin-bottom: 6px;

	font-weight: lighter;

}



a{

	text-decoration: none;

}

a:hover{

	color: #000;

}

