@charset "UTF-8";
/* CSS Document */



#container {
	background-image: url(../backgrounds/webtn.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;

}


#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 {
	text-align: left; 
	border: none;
	background-color: none;
	background-image: url(../contacto/web_mtn.png);
	background-repeat:no-repeat; 
	margin-bottom: 25px;
	margin-left: 42px;
	margin-top: 0px;
	width: 702px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 0px; 
	height: 487px;
	color: #FFffff;
	
	
}

#footer {

    background-color: #000000;
    font-size:8px;
	text-align: right;
	height: 15px;
	line-height;10px;
	clear: both;
	color:#ff0099;
}