body {
	font-family: "Trebuchet MS";
	background-image: url(img/fd.gif);
	margin: 0px;
	padding: 0px;
}

#contenedor {
	border-top: 7px solid #fff;
	border-right: 7px solid #fff;
	border-left: 7px solid #fff;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	background-image: url(img/fd_logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#menu {
	width: 176px;
	background-color: red;
}

#contenido {
	float: right;
	width: 544px;
}
#cabecera {
	padding-top: 28px;
}

.men a, .men_on a {
	display: block;
	background-color: #A59C85;
	padding: 7px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #756C54;
}

.men a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.men a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.men a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	background-color: #E69F00;
	color: #fff;
}

.men_on a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	background-color: #E69F00;
	color: #fff;
}

#txt {
	font-size: 0.8em;
	color: #494949;
	padding: 0px 10px;
}
#txt h1 {
	padding: 0px;
	margin: 0px;
	color: #07689D;
	font-size: 1.1em;
}
.finalizador {clear: both;}

#pie {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DBDBDB;
	color: #595959;
	text-align: center;
	border-bottom: 7px solid #fff;
	border-right: 7px solid #fff;
	border-left: 7px solid #fff;
	border-top: 2px solid #fff;
	font-size: 0.9em;
}

.fotoderecha {
	float: right;
	border: 1px solid #ccc;
	margin-left: 8px;
}

.fotoizquierda {
	float: left;
	border: 1px solid #ccc;
	margin-right: 8px;
}


.fotoderecha img, .fotoizquierda img {
	margin: 3px;
}
.foto {
	float: left;
	border: 1px solid #E69F00;
	margin: 8px;
}
.foto img {
	margin: 2px;
}

#txt a:link {color: #EA4F00; text-decoration: none;}
#txt a:visited {color: #EA4F00; text-decoration: none;}
#txt a:hover {color: #EA4F00; text-decoration: underline;}