/*text - links format*/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color:#FF0000;
}

.whitetitlebig {
	font-size:24px;
	color:#FFFFFF;
	font-weight: bold;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}

.smallText {
font-size:9px;
}

.whitefont {
	color:#FFFFFF;
	font-stretch:condensed;
}

body {
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#6E5945;
	margin-top:30px;
	text-align: center;
	}
	
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-size: 12px;
	color:#0B0907;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}

.navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0B0907;
	text-decoration:none;
	}
	
.navbar a:hover {
	font-size:16px;
	color:#FFFFFF;
	}
	

li {
	list-style-type:square;
	margin-top:1px;
}



/*layout*/



#site {
	/*position:relative;*/
	margin:0px auto;
	width: 857px;
}

#header_logos {
	background-image:url(../images/header_logos.jpg);
	width:857px;
	height:100px;
}

#header_flash {
	width:857px;
	height:332px;
	float:left;
}

#nav_bar {
	font-size:16px;
	background-image:url(../images/nav_bar.jpg);
	background-repeat:repeat-x;
	width:857px;
	height:69px;
	float:left;
	clear:left;
}

#content {
	background-image:url(../images/bg.jpg);
	/*background-color:#B9A279;*/
	width:857px;
	float:left;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height: 210px;
	width: 857px;
	float: left;
	padding-top:30px;
}

TD.tituloxpagina {
	background-image:url(../images/header_id_internas.jpg);
	width:262px;
}