@charset "utf-8";
/* CSS Document */
*{
	margin: 0 auto;
	padding: 0;
	outline: 0;
	border: 0;
	
}
body {
	width:1200px;
	height:790px;
	color:rgba(153,153,153,1);
	font-family: 'Nunito', sans-serif;
}
#container {
	margin:0 auto;
	padding:0 auto;
	width:1024px;
	height:790px;
}

#nav {
	background-color:white;
	width:220px;
	height:740px;
	text-align:center;
	box-shadow: 0px 5px 15px #999;
	margin-left:25px;
	padding: 0;
	z-index:1;
	position:absolute;
}

#logo {
	width:170px;
	height:140px;
	border-bottom:solid rgba(204,204,204,1);
	margin-bottom:50px;
}

#menu {
	margin-left:270px;
	padding-top:50px;
	z-index:1;
	width:730px;
}

#menuint {
	border-bottom:solid #CCC;
	border-top:solid #CCC;
	border-left:none;
	border-right:none;
}

#nav1{
	margin-bottom:50px;
}

#nav2{
	margin-bottom:50px;
}

#nav3{
	margin-bottom:50px;
}

#nav4{
	margin-bottom:50px;
}

#nav5{
	margin-bottom:50px;
}

#nav6{
	margin-bottom:50px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display:block;
	border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
	height:60px;
	border-color:rgba(204,204,204,1);
}

a{
	color:rgba(153,153,153,1);
}
a:hover {
 COLOR:#e4841f;
}

a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	
}

li {
	display: inline;
	font-size:14px;
	font-family: 'Nunito', sans-serif;
	padding-left:8px;
	padding-right:7px;
}


#uno{
	margin-top:35px;
	margin-left:270px;
	margin-bottom:26px;
	z-index:1;
	width:735px;
	height:585px;
}
#uno p {
	text-align:justify;
}

#header {
	height:20px;
	width:734px;
	display:inline-block;
	padding-bottom:5px;
	padding-top:2px;
}
#titulo {
	display:block;
	height:39px;
	width:60px;
	font-size:16px;
	text-align:center;
}

#miniaturas{
	overflow-x:auto;
	width:125px;
	height:210px;
	display:inline;
}

#video{
	display:inline;
}


#footer {
	position: absolute;
	bottom: 800;
	width: 980px;
	height: 26px;
	background-color: #242424;
	color: rgba(255,255,255,1);
	text-align: center;
	z-index: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: lighter;
	font-size:14px;
	padding-top:5PX;
	margin-left: 26px;
	}
#formulario {
	 width:735px;
	 border:solid #999;
	 border:ridge;
}