body {
	background-image:url(img/estructura-web/fnd-web.jpg);
	font-family: Trebuchet, "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
}
img{ border: 0px; outline: none; text-decoration: none;}
a{outline: none;}

#contenedor {
	width:790px;
	height:700px;
	margin:auto;
	position:relative;
	padding-left:110px;
	background: url(img/estructura-web/fnd-general.jpg) no-repeat;
	color: #f6f5e1;
}
#menu{
	width:670px;
	height:30px;
	position:absolute;
	top:170px;
	font: bold 16px "Courier New", Courier, mono;	
	text-transform: lowercase;
	color: #f6f5e1;
}
#contenedor #menu a.menu:link,a.menu:active,a.menu:visited{
	font: 12px "Courier New", Courier, mono;	
	color: #f6f5e1;
	text-decoration: none;
}
#contenedor #menu a.menu:hover{
	color: #f6f5e1;
	background-color: #ca203a;
}

#contenido{
	width:660px;
	height:300px;
	position:absolute;
	top:200px;
}
#pie{
	width:480px;
	height:40px;
	position:absolute;
	top:545px;
	margin-left: 180px;
	text-align: right;
}
.logo{padding-right: 16px;background-color: }


.texto10{font-size: 10px;}
.texto12{font-size: 12px;}
.texto14{font-size: 14px;}

a.volver:link,a.volver:active,a.volver:visited{
	color: #44422a;
	text-decoration: none;
}
a.volver:hover{
	color: #f6f5e1;
}
