body{
	
		text-align: center;
		margin: 0 auto;
	
	padding:0;
	
		background:#666666;
	
}

table#sitecontainer{
	
	/* this is causing firefox table alignment problems so is commented out*/
	
		margin: auto;
	
	padding: 0px;
	border-collapse: collapse;
	width: 779px;
	background-color:#FFFFFF;
		
}
table#contentcontainer{
	border-collapse: collapse;
	width: 100%;
	border: 0;
	padding: 0px;
	margin: 0px;
	height:100%;
}

.containerleft {
	width:198px;
	
		background:#F4F4F4;
	
	border: none;
	padding: 0;
	margin: 0;
	height: 1%;
}

.containermiddle {
	padding: 0px 0px 0px 0px;
	
		background:#ffffff;
	
	border: none;
	margin: 0px;
		height: 1%;
}

.containerright {
	width:200px;
	
	border: none;
	padding: 0px;
	margin: 0px;
	height: 1%;
}

#contentleft {
	padding: 10px;
	background:#F4F4F4;

	
}



#contentmiddle {
	padding: 10px;

		background:#ffffff;
	
	width: auto;
}

#contentright {
	padding: 10px;
	
}

.contentheader {
    background:url(images/cabeceraban.png) no-repeat;
	text-align: center;
	height:100px;
}

.contenthomeheader1 {					/*Header Settings*/
	margin:0; 
	padding:0;
	height:223px;
	background:url(images/banner.jpg) no-repeat;
	width: 779px;
}

.contentfooter {					/*Footer Settings*/
	clear:both;
	text-align:center;
	margin:0; padding:0;
	
		background:#000000;
	
	height:82px;
}

#contentfooter, #contentfooter td {
	
	clear:both;
}



#cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
 


div.thumb {
	margin: 1px;
	border: 1px solid #A0ACC0;
	-moz-border-radius: .8em;
	height: auto;
	float: left;
	text-align: center;
	width: 110px;
	height: 130px;
}	
.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	width: 100px;
}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
	text-align: center;
	font-weight: normal;
	width: 110px;
}
.linea {

border-top: solid #CC3300 2px;
	
}


