@charset "UTF-8";
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('fonts/Chunkfive-webfont.eot');
	src: local('&#9786;'), url('fonts/Chunkfive-webfont.woff') format('woff'), url('fonts/Chunkfive-webfont.ttf') format('truetype'), url('fonts/Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	padding: 0;
	background: #fff url(Images1/fondito.jpg) repeat;
}
body { 
	color: #555753; 
	background: url(Images1/gradiente1.png) repeat-x;
	margin: 0 auto; 
	padding: 0;
}

#contenedor {
	font-family: ChunkFiveRegular, Tahoma, Geneva, sans-serif;
	width: 402px;
	background: none;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#head {
	height: 115px;
	color: #000;
	background: #000;
	width: 402px;
	margin-bottom: 10px;
}
#head h1 {
	font-size: 2em;
	font-style: normal;
	letter-spacing: .05em;
	padding: 1.2em;
	text-align: center;
	color: #FFF;
}
#content {
	height: 400px;
	width: 400px;
	border: 1px solid #666;
}
#menu-nav {
	color: #000;
	background: #000;
	width: 402px;
	margin-bottom: 10px;
}
#menu-nav ul {
	font-size: .8em;
	font-style: normal;
	letter-spacing: .05em;
	height: 92px;
	padding: 1.6em;
	text-align: left;
	color: #FFF;
	list-style: none
}
#menu-nav ul a:link{
	color: #FFF;
	text-decoration: none;
	display: block;
}
#menu-nav ul a:hover {
	background-color: #F00;
}
#menu-nav ul a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
}
li {
	line-height: 1.4;
}
#footer p {
	font-size: 0.66em;
	background: #000;
	width: 402px;
}
#footer p a:link {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#footer p a:hover {
	background-color: #000;
}
#footer p a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 5px;
	text-align: center;
}
#contenedor #footer p {
	text-align: center;
}
