/* CSS Document */
body {
    background: url(../gfx/bg.jpg);
	margin: auto;
	color: #000000;
    	font-family: Arial, sans-serif, helvetica; 
	font-size: 9pt;
	align: center;
	text-align: center;
}

#container {
	margin: auto;
	width: 960PX;
	align: center;
	background-color: black;
	text-align: left;
}

#container #menu {
	width: 100%;
	height: 85px;
	border: 0px solid white;
	background-image: url(../gfx/menu.jpg);
	background-repeat: repeat-x;
	}

#container #menu #logo {
	float: left;
	border: opx solid white;
	}
	
#container #menu #menu_items {
	float: right;
	border: 0px solid yellow;
	margin-right: 50px;
	margin-top: 15px;
	}
	
#container #menu #menu_items img{
	border: 0px;
	}


#container #header {
	clear: both;
	height: 250px;
	width: 100%;
	border: 0px solid green;
	}


#container #content {
	clear: both;
	border: 0px solid green;
	}

#container #content .news {
  	width: 100%;
  	margin: auto;
  	margin-top: 25px;
  	text-align: center;
  	padding-top: 80px;
  	font-family: Arial, sans-serif, helvetica;
  	color: white;
  	background-image: url(../images/linepatt2.png);
  	background-position: top;
  	background-repeat: repeat-x;
}

#container #content .news h3{
  	font-family: Arial, sans-serif, helvetica;
} 

#container #content .news .text {
	text-align: justify;
	margin-left: 220px;
	}


#container #content .news img {
  	margin: auto;  	
}
	
#container #content h1 {
	color: white;
	margin-left: 25px;
	}
#container #content p {
	color: white;
	margin-left: 25px;
	margin-right: 25px;
	}

#container #content ul li{
	color: white;
	}

#container #content #adres p {
  color: white;
}

#container #content #mapa {
  margin: auto;
  text-align: center;
}

#container #footer {
	background-color: #191919;
	min-height: 50px;
	width: 100%;
	border: 0px solid yellow;
	}
	
a:link, a:visited {
	text-decoration: none;
	border: 0px;
	}

img {
	border: 0px solid black;
	}

	
