/* CSS Document */
a:link, a:visited {text-decoration: none; color: white;}
a:hover, a:active {text-decoration: none; color: #333;}
br{clear: both;}
p{margin:5px 5px 10px 5px;}
ol{ margin-left:15px;}
ul{ margin-left:15px;}
li{list-style:disc; list-style-position:inside;}

h1{color:#E5762A; font-size:15px; }
h2{color:#E5762A; font-size:160%; margin:5px; text-align:left;}

body {background:url(../images/background.jpg);font-family:Arial;	height: 100%; font-size:13px; color:#FFF;}

#wrapper {width:100%;}
#a-tec{background: #E5762A; width:790px; margin:0 auto; border:solid #000000;}
#logo{height:255px; background:#000;}
#media{background:#000; float:left;}
#flag{ background:#000; height:255px;}
#flags img{ margin:2px;}

#topmenu{clear:both; float:left; width:100%; height:28px; border-bottom:solid 4px #FFF;}
	#topmenu ul{ margin-top:8px; float:right;}
	#topmenu li{padding: 0px 15px; display:inline; }		
	/*#topmenu li a:hover, #topmenu li a:active {}*/
	
#mainContent{clear:both; float:left; width:100%;}
	#leftColumn{float:left; width:20%;}
		#leftColumn ol{ padding:8px;}
		#leftColumn li{ line-height:17px; width:100%; clear:both; float:left;}
			#leftColumn li a:link, #leftColumn li a:visited { font-weight: bold; text-decoration: none; color: white;}
			#leftColumn li a:hover, #leftColumn li a:active {font-weight: bold; text-decoration: none; background:#844A25;}	
	#centerColumn{float:left; width:80%; }

/*.showContentL{ width:65%; float:left;}
.showContentR{ width:35%; float:left;}*/

#dinamic-body{width:98%; border:solid 5px #0000FF; text-align:left; font-size:11px; margin:5px 0; background:#666;}

#footer{clear:both; float:left; text-align:center; background:#0000FF; width:100%; color:#FFF; font-size:11px;}

.txtTopMenu{color:#FFF; font-weight:bold;}
	.txtTopMenu a:link, .txtTopMenu a:visited {text-decoration: none; color: white;}
	.txtTopMenu a:hover, .txtTopMenu a:active {text-decoration: none; color: #333;}
	
.menuGallery{padding:10px;}	
	.menuGallery ul{text-align:left; margin:0 10px;}
	.menuGallery li{width:100%; padding:3px 0; float:left; margin-bottom:5px; list-style:disc; list-style-position:inside }

.showGallery{padding:10px;}
	.showGallery img{ width:125px; margin:3px; float:left;}
	
	
	
	