/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../pics/layout/bg_body.png) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-align: center; /* IE 5 bug fix */
	font: 100.1% "Trebuchet MS", Verdana, Arial;

}

#holder {
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
}

/* begin top navigation */

#topnav {
	background: url(../pics/layout/logo.png) no-repeat left;
	background-color: transparent;
	height:55px;
	padding-top:30px;
	text-align:right;
}

#topnav ul{
	padding: 0;
	margin: 0;
}

#topnav ul li{
	display: inline;
}

#topnav ul li strong{
	text-decoration: none;
	padding: 0 8px 0 8px;
	text-align: left;
	background: url(../imgs/layout/bg_topnav2.png) repeat-x;
	padding-bottom:7px;
}

#topnav ul li a{
	color: #000;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	padding-bottom:7px;
	font-weight:bold;
}

.border{
	border-right:1px solid #000;
}

#topnav ul li a:hover{
	color:#f3751e;
	text-decoration:underline;
}

#topnav ul li strong{
	color:#f3751e;
}


/* end top navigation */


#header {
	height:260px;
	background: #000 url(../pics/layout/bg_header.png) no-repeat top right;
	text-align:left;
}

#header img{
	margin-right: 20px;
	float:left;
	font-size: 90%;
	font-style: italic;
	color: #fff;
}

.headtext{
	font-size: 90%;
	font-style: italic;
	color: #fff;
}

#spacer{
	background: url(../pics/layout/bg_midsection.png) no-repeat;
	height:23px;
	width: 900px;
}

#midsection {
	width: 860px;
	margin:0;
	padding:10px 20px;
	background: #fff;
}


/* begin left navigation */

#leftnav {
	width: 171px;
	height:300px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	background: url(../pics/layout/bg_leftnav.jpg) no-repeat top;
}

#leftnav ul {
	background-color: transparent;
	font-size: 90%;
	list-style: none;
	margin-top:20px;
	margin-left:15px;
}

#leftnav ul li{
	margin: 0;
	padding:0;
}

#leftnav ul li a{
	text-decoration: none;
	color: #605f5d;
	background: url(../pics/layout/bullet_01.png) no-repeat 2px center;
	padding-left:15px;
}

#leftnav ul li a:hover {
	color:#f3751e;
	background: url(../pics/layout/bullet_02.png) no-repeat 2px center;
	text-decoration: underline;
}

/*#leftnav ul li a:visited, #leftnav ul li a:active, #leftnav ul li a:focus { 
	text-decoration: none;
}*/

#leftnav ul li strong {
	color:#f3751e;
	background: url(../pics/layout/bullet_02.png) no-repeat 2px center;
	padding-left:15px;
}

/* end left navigation */


#content {
	margin: 0 0 0 200px;
	background: #fff;
}

#content p{
	font-size:90%;
	line-height:130%;
	margin-bottom:10px;
}

#content h1, h2, h3{
	color:#f3751e;
	padding-bottom:15px;
}

#content h1{
	font-size:130%;
}

#content h2{
	font-size:110%;
}

#content ul{
	margin-bottom:10px;
	margin-left: 20px
}

#content li{
	font-size: 90%;
	line-height: 130%;
}

#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
}

.credits a, a:visited, a:active, a:focus { 
	text-decoration: none;
	color: #736B5E;
}

.credits td {
	text-align:right;
	}

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.rightalign{
	border:1px solid #f3751e;
	margin-left:10px;
	margin-bottom:10px;
}

.galeria td{
	text-align:center;
}

.galeria img{
	border:1px solid #f3751e;
}
