body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#630;
}
body {
	background-color:#29ABE2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color:#69F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #69F;
}
a:hover {
	text-decoration: underline;
	color:#36C;
}
a:active {
	text-decoration: none;
	color: #69F;
}

#header{
	height:220px;	
	background:#FFF url(../img/sombrero.jpg) left bottom no-repeat;
}

#menu{
	margin:auto;	
	background:#350000;
	height:40px;
}
#menu ul{
	display:inline;	
}

#menu li{
	display:inline;
	list-style:none;
	padding-right:15px;
}
#menu li a{
	color:#fff;
	font-weight:bold;
	font-size:20px;
}
#lineh{
	background:#960;
	height:2px;
}

#wrapper{
	background: #F8F8F0 url(../img/background.jpg) top left no-repeat;
	padding:0;
	margin:0;
	top:0;
}

#contenido {
	min-height:450px;
	width:920px;
	margin:auto;
	min-height:400px;
	text-align:justify;
}

#footer {
	height:150px;
	margin-top:5px;
	font-size:18px;
	background:url(../img/footer.gif) repeat-x bottom;
}

#footer #fcontent{
	width:920px;
	margin:auto;	
}
#fcontent ul{
	display:inline;	
}

#fcontent li{
	display:inline;
	list-style:none;
	padding-right:12px;
}

#galeria img{
	border:1px solid #b2b2b2;
	background-color:#e5e3df;
	margin: 5px;
	padding:4px;
}