@CHARSET "UTF-8";

body {
	background-image: url(fondo.jpg);	
	font-family: Arial, Helvetica,sans-serif; 
}

#menu li {
	font-weight: bolder;
	float: left; 
	text-transform: uppercase;
	background-color: #ddd;
	padding: 10px 30px 10px 30px;
}
#menu {
	text-align:center;
	padding: 20px;
}
#menu ul {
	list-style:none;
	
}
#menu a {
	text-decoration: none;
	text-weight: bold;
	color: black;
}
#menu a:hover {
	/*border-bottom: 2px solid black;*/
}
#menu li:hover {
	background-color: #a0a0a0;
}

#cabecera {
	text-align: center;
	padding-top: 5px;
}
#contenido {
	clear: both;
	padding: 10px;
	text-align: justify;
	margin: 30px;
}
#pagina {
	background: #ffffff;
	max-width: 800px;
	min-width: 600px;
	margin: auto;
}
#servicios{
  text-align: justify;
  margin-left: 45px;
}
#menu li.selected {
	background-color: #eee;
	font-weight: bold;
}

.logo {
	margin-right: 6px;
}

h1 a {
	text-decoration: none;
	color: black;
}

a img {
	border: none;
}
