/* CSS Document */

body{
font-family: Helvetica,Arial, sans-serif;
font-size:12px;

}

#container {
	width: 660px;
	height: 480px;
	margin: auto;
	background-image:url(img/fondo.jpg);
	padding: 0px 23px 0px 23px;
}


#top {
text-align: center;

}

#middle {
display: none;


}

h1, h2, h3, h4 {

	display:inline;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 3px;

}

#footer {
	text-align:center;
	font-size: 14px;
	margin-top: 20px;

}

a {
	color:#666666;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

a:hover {
border-bottom:1px solid #666666; 

}