@CHARSET "UTF-8";

body{
	padding-top: 0px;
	margin-top: 0px;
	background-image: URL("images/fondo.jpg");
	background-repeat: repeat;
	font-family: Verdana;
	text-align:justify;
	font-size: 14px;
	color: #666666;
}

#contenido{
	position:relative;
	width: 927px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-image: URL("images/fondo_contenido.jpg");
	background-repeat: repeat-y;

}

#titulo{
	position:relative;
	text-align:center;
	
}

#titulo img{
	border-bottom: 3px solid #333333;
}

#menu{
	position: relative;	
	font-weight: bold;

	width: 230px;
	height: 400px;
	margin-left: 18px;
	padding-top: 20px;
	padding-left: 20px;
	background-image: URL("images/huellas.jpg");
	background-repeat: repeat-y;
	background-position: right;
	font-size: 16px;
}

#menu ul{
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

#menu a{
	text-decoration:none;
	color:black;
}

#menu a:hover{
	text-decoration:none;
	color:#cccccc;	
}

#informacio{
	position: relative;

	margin-left: 280px;
	margin-top: -400px;
	width: 600px;
}

#tit_sec img{
	border:0px;	
}

div.descripcion_sec{
	position: relative;
	margin-left: 10px;
	width: 590px;	
}

div.descripcion_sec img{
	border: 2px solid #999999;
}

div.descripcion_sec table img{
	border: 0px;
}

div.descripcion_sec a{
	text-decoration:none;
	font-weight:bold;
	color: black;
}

div.descripcion_sec a:hover{
	text-decoration:none;
	font-weight:bold;	
	color: #999999;
}

p.imagenes{
	text-align:center;	
}

h2{
	color: black;	
}

#pie{
	position: relative;
	margin-top: 100px;
	height: 50px;
	background-image: URL("images/huellashoriz.jpg");
	background-repeat: repeat-x;
	background-position: bottom;	
	border-top: 3px solid black;
	font-size: 12px;
	padding-bottom: 5px;
}

#pie a{
	text-decoration:none;
	color: black;	
}

#map_canvas{
	border: 2px solid #999999;
}

td.ejemplo{
	font-size: 10px;	
}

#direcciones{
	position: relative;
	margin-top: 20px;
	width: 540px;
	height: 230px;
	overflow: auto;	
}
	
