@charset "utf-8";
#contenedor {
	margin: auto;
	width: 1000px;
	padding-right: 10px;
	padding-left: 10px;
}
#barra {
	background-image: url(imagenes/header%203.png);
	height: 132px;
	background-repeat: no-repeat;
}
#Logo {
	height: 70px;
	padding-top: 10px;
	padding-left: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
}
#fm_menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#logo_direccion {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}
#fondo {
	background-image: url(imagenes/background_medium.png);
	background-repeat: repeat-y;
	background-position: center;
}
#marco, #final {
	padding-bottom: 10px;
	padding-top: 10px;
}
#contenido {
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenido h1 {
	color: #090;
}
#contenido p {
	font-size: 14px;
}
#contenido p a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#contenido p a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#contenido p a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#texto_final p:hover {
	color: #666;
	cursor: default;
}
#contenido h2 a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#contenido h2 a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#contenido h2 a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#final {
	background-image: url(imagenes/background_end.png);
	background-repeat: no-repeat;
	height: 100px;
}
#texto_final {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	font-size: 12px;
}
body {
	background-color: #4B4B4B;
}
