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

* {
	margin: 0px;
	padding: 0px;
}

#clear {
	clear: both;
	}
	
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background:url(../images/fondomadera2.png) top center repeat;
	}
	
#wrapper {
	position:absolute;
	background:url(../images/cuerpopres.png) no-repeat center;
	margin: 0 auto;
	width:850px;
	height:550px;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-425px;

	}
	
#footer{
	position:absolute;
	width:850px;
	height:44px;
	left: 0%;
	top: 100%;
	}
	
#footer #nomostrar {
	margin-top:-45px;
	text-align:left;
	width:250px;
	margin-left:100px;
	float:left;
}

#relleno{
	height:75px;
	}


#saltar{
	width:100px;
	text-align:right;
	margin-top:-45px;
	margin-right:180px;
	float:right;
	}

#footer p a{
	text-decoration:none;
	color: #000000;
}

#footer p a:hover{
	color:#FF3300;
}