@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../imagenes/fondo.jpg);
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#wrap{
	width:916px;
	min-height:400;
	margin:0 auto;
}
#header{
	width:916px;
	height:133px;
	background-image:url(../imagenes/header.png);
}
#contenido{
	width:916px;
	min-height:593px;
	background-image:url(../imagenes/contenido.png);
	background-repeat:no-repeat;
}
#footer{
	width:916px;
	height:24px;
	background-image:url(../imagenes/footer.png);
}
#menu{
	width:110px;
	height:100px;
	margin-left:80px;
	padding-top:70px;
	float:left;
}
#contenido2{
	width:680px;
	height:593px;
	float:left;
	padding-left:10px;
	padding-right:10px;

}
a{
	text-decoration:none;
	color:#3A240F;
}
a:hover{
	text-decoration:underline;
	color:#D6A965;
}
p{
	text-align:justify;
}
img{
	border:none;
}