@charset "UTF-8";
/* CSS Document */
<style type="text/css">
body {
	text-align: center;
	background-color: #000000;
	position: relative;
	margin: auto;	
}

#container {
	background-color:#ffffff;
	background-image: url(backgrounds/web_mtn.jpg);
	margin:0 auto;
	width: 1024px;
	height:768px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	
}

#header {
	width: 1024px;
    height: 200px;
    margin-left: 0px;
    padding-top: 10px;
	padding-left: 0px;
	line-height: 20px;
}

#h1 {
color: #000000;
font-stretch: extra-condensed;
font-size:50px;
padding-left:40px;
float: left;
line-height: 40px;


}

#h1a {
color: #000000;
font-size:50px;
padding-left:40px;

}

#h2 {
color: #000000;
font-stretch: extra-condensed;
font-size:10px;
padding-left:980px;
float: top;
line-height: 20px;
}

#sidebar {
	padding-top: 0px;
	width: 200px;
	height: 230px;
	color:#000;
}

#side {
margin-left: 300px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;

margin-top: 30px;
float:inherit;
}
/* links normales */
a:link {
    text-decoration: none;
color: #000000;
}
/* visitados */
a:visited {
color: #FF0099;
}
/* hover */
a:hover {
    text-decoration: none;
	color:#FF0099;
}
/* activos */
a:active {
	text-decoration: none;
    font-weight: bold;
	color:#FF0099;
}


#main {
	margin-left: 0px;
	text-align: rigt;
	background-color:#FFFFFF;
	border:#FF00FF dashed;
	margin-bottom: 347px;
	margin-left: 30px;
	margin-top: 100px;
	width: 900px;
	padding: 5px;
	padding-top: 0px;
	height: 100px;
	color: #0099FF;
	
	
}




#footer {
    background-color: #000000;
    font-size:8px;
	text-align: right;
	height: 15px;
	line-height;10px;
	clear: both;
	color:#ff0099;
}
</style>