/* CSS Document */

@charset "utf-8";

@font-face { font-family: 'Orbitron', sans-serif;
	src: url(http://fonts.googleapis.com/css?family=Orbitron:400,700);
}
@import src: url(http://fonts.googleapis.com/css?family=Orbitron:400,700);

*{
	border: 0px;
	margin: 0px;
}

body {	
		padding-left: 0px;
		margin-left: 0px;
		background-color:;
		padding-top: 10px;
		padding-bottom: 0px;
		/*background-image: url(files/logodakota.png);
		background-position: top left;
		background-repeat: no-repeat;*/
}
.nombre{
		font-family: 'Orbitron', sans-serif;
		font-size: 50px;
		color: black;
		line-height: 40px;
		font-weight: 500; 
		

}
nav {
	position: fixed;
	margin-top: 35px;
	height: 260px;
	width:170px;
	margin-left:0px;
	text-align: left;
	line-height: 50px;
}
nav ul{
		text-decoration: none;
		list-style: none;
		text-align: justify;
}
nav ul li{
		width: 190px;
		height: 50px;
		margin-left: -35px;
		padding: auto;
}
#navmargin{
		margin-left: -20px;
}
nav ul li a {
			width: 160px;
			height: 20px;
			background-color: white;
			color: black;
			margin: 0px;
			padding: 0px;
			text-decoration: none;
			font-family:'Orbitron', sans-serif;
			font-size: 18px;
			text-decoration: none;
			color: black;
			display: block;
}
nav ul li a:hover{
				text-decoration: underline;
				color: gray;
}

nav li ul{
		display: none;
		list-style: none;
		height: auto;
}
nav li:hover ul{
			display: block;
			position:absolute;
			list-style: none;
			margin-left:0px;
			padding: 15px; 
			background-color: transparent;
			width: 250px;
}
nav li:hover li {
	float: none;
	width: 370px;;
	list-style: none;
	text-align: left;
	height: 35px;
	font-size: 15px;
	margin-left: 0px;
	background-color: #e3e3e3;
	
	
}
nav li:hover li a { 
		background-color: #e3e3e3; 
		text-decoration: none;
		color: black;
		font-size: 15px;
		text-align: left;
		text-indent: 20px;
		width:370px;
		height: 35px;
		margin-left: -15px;
}	
nav li li a:hover {
	text-decoration: underline;
	color: silver;
}




#titulo{
		height: 30px;
		width: 250px;
		line-height: 25px;
		margin-left: -35px;
}

.titulo{text-decoration: underline;
		color: black;
		text-align:left;
		font-family: 'Orbitron', sans-serif;
		font-size: 21px;
		text-transform: capitalize;
}

#main {
		width: 700px;
		height: 400px;
		margin-left: auto;
		margin-right: auto;
}
#contact{
		width: 500px;
		height: 200px;
		margin: 50px 100px 50px 100px;
}
.contact{
		font-family: 'Orbitron', sans-serif;
		color: black;
		font-size: 16px;
		text-indent: 35px;
		text-align: justify;
		text-decoration: none;
		line-height: 20px;
}

#press{
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	width: 500px;
	height: auto;
	font-family:'Orbitron', sans-serif;
}
#press_link{
	margin-left: 100px;
	margin-right: auto;
	padding: 25px;
	width: 550px;
	height: auto;
	font-family:'Orbitron', sans-serif;
}
#press h1 {
}
#press img{ text-align: center;
margin-left: 50px;
margin-right: 50px;
margin-top: 20px;
}
#press a{ text-decoration: underline;
color: black;

}
#press a:hover{ color: #ff66ff;
}
#press a:visited{
}
#press_link h1 {
}
#press_link img{ text-align: center;
margin-left: 50px;
margin-right: 50px;
margin-top: 20px;
}
#press_link a{ text-decoration: underline;
color: blue;

}
#press_link a:hover{ color: #ff66ff;
}
footer{
		font-family: 'Orbitron', sans-serif;
		color: grey; 
		font-size: 9px; 
		background-color: transparent; 
		margin-top: 0px; 
		padding-bottom: 10px;
		text-align: right;
		margin-right: 25px;
}
footer a { 
			text-decoration: none;
			color: grey;
}
footer a:hover {
			text-decoration: underline;
}
