

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#000000;
}

#wrapper { 
 margin: 0 auto;
 width: 940px;
}
#header {
 width: 940px;
 color: #333;
 height: 250px;
 background: url(img/header.jpg);
}
#navigation {
 width: 940px;
}
#content { 
 width: 940px;
 color: #333;
 background: #FFF;
 height: 1650px;
}

#leftcolumnB { 
 border-right: 1px dotted #C07910;
 margin: 0px 5px 4px 0px;
 padding-right: 10px;
 padding-left:5px;
 width:320px;
 height:230px;
 float: left;
 	  font-size: 10px;
        font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
        font-size: 11px;
		text-align:justify;
}

#rightmiddleB { 
 border-right: 1px dotted #C07910;
 margin: 0px 5px 8px 0px;
 padding-right: 10px;
 height: 180px;
 width: 270px;
 float: left;
        font-size: 10px;
        font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
        font-size: 11px;
		text-align:justify;
}
#rightcolumnB { 
 border-right: 1px dotted #C07910;
 margin: 0px 0px 8px 0px;
 padding-right: 10px;
 height: 250px;
 width: 270px;
 float: left;
 	  font-size: 10px;
        font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
        font-size: 11px;
		text-align:justify;
}

H1{
	  font-family: times, Times New Roman, times-roman, georgia, serif;
	   font-size:22px;
	  line-height: 30px;
	  letter-spacing: -1px;
	   color: #333;
        font-weight:bold;
		text-align:left;
}

H2{
	   font-family: times, Times New Roman, times-roman, georgia, serif;
	   font-size:20px;
	   color: #666;
       font-weight:bold;
}

.dist{
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
}


#footer { 
 width: 940px;
 color: #333;
 background: #FFF;
 height:400px;
 clear:both;
}

#footerGaleria{
 border-right: 1px dotted #C07910;
 margin: 0px 5px 4px 0px;
 padding-right: 10px;
 padding-left:5px;
 width:550px;

 float: left;
}

#galeriaPie{
	list-style-type:none;
}

#galeriaPie li{
	display:inline;
}

.galeria{
	list-style-type:none;
}

.galeria li{
	display:inline;
}
.galeria li a img{
	border:none;
}

#galeriaPie li a img{
	border:none;
}
.clear { clear: both; }