@charset "utf-8";
/* CSS Document */

body {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}
#contenedor {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1024px;
	text-align: center;
	height: 167px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: top;
}
#contenido {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(espacio3.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#pie {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}

#footer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
}
#redes {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}
#mapa {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E95E0D;
	border-bottom-color: #E95E0D;
}
