/** Código css por Hernán Rivera **/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../../Imagenes/background-1.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}

#container {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}

#header {
	height: 95px;
	width: 960px;
	float: left;
}

#logo {
	float: left;
	height: 85px;
	width: 295px;
	padding-top: 10px;
	padding-left: 20px;
	position: absolute;
}

#nav {
	height: 59px;
	width: auto;
	float: left;
	background-image: url(../../web/nav-bar.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
}

#article{
	height: 400px;
	width: 960px;
	float: left;
	margin-left: 0px;
	margin-top: 220px;
	text-align: center;
	display: block;
}

#footer{
	height: 100px;
	width: 960px;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 36px;
	vertical-align: middle;
	line-height: 50px;
	color: #FFF;
	text-shadow: -1px 0 #035975, 1px 0 #035975, -1px 0 #035975, 1px 0 #035975;
}

#nav ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
}

#nav ul li {
	margin: 0px;
}

#nav ul li a {
	display: block;
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	height: auto;
	width: auto;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	font-size: 19px;
	line-height: 45px;
	text-align: center;
	float: left;
}

#nav ul li a:hover {
	background-image: url(../../web/nav-bar-hover.png);
	height: 50px;
}

#copyright {
    margin-left: auto;
    margin-right: auto;
    color: #D3D3D3;
    text-align: center;
    width: 940px;
    height: 40px;
    font-size: 19px;
    clear: left;
}

h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75px;
	color: #FFF;
    text-shadow: -3px 0 3px#035975, 3px 0 3px #035975, -3px 0 3px#035975, 3px 0 3px #035975;
}
