@charset "utf-8";
/* CSS Document */

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size:10px
}
a:visited {
	text-decoration: none;
	color: #000;
	font-size:10px
}
a:hover {
	text-decoration: none;
	color: #C60;
	font-size:10px
}
a:active {
	text-decoration: none;
	color:#333333;
	font-size:10px
}


img {
	text-decoration:none;
	border:0
	}



body {
	text-align:center;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFCD71;
	color:#333333;
	background-position: center;
	}	
	
#global {
	margin:0 auto 0 auto;
	height:auto;
	width:800px;
	text-align:center
	}
	
.pie {
	width:700px;
	height:30px;
	color:#333333;
	padding-left:40px;
	padding-right:60px;
	line-height:15px;
	margin:0
	}	

	
	
.hostel {
	width:700px;
	height:15px;
	text-align:center;
	padding-left:40px;
	padding-right:60px;
	}		
.pieces {
	padding-right:20px;
	float:left
	}
.enlaces {
	float:left;
	width:400px;
	text-align:left
	}
	
.firma {
	float:right;
	width:300px;
	text-align:right
	}
	.firma a{
	color:#333
	}
	.firma a:hover{
	color:#C00
	}		
	.firma a:visited{
	color:#333
	}			
