@charset "UTF-8";

body {
	font-size:medium;
	font-family:"Times New Roman", Times, serif;
	background-color: #000;
	color:#000;
	width:100%;
	padding:0px;
	margin:0px;
}

a:link {
	text-decoration: underline;
	color:#000;
}
a:visited {
	text-decoration: underline;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: underline;
	color:#000;
}

a.white {
    color:#FFF;
}

p.white {
   color:#FFF;
}


p {
	line-height:1.3;
}

li {
	margin: 0 0 3px 0;
}

#div_menu {
width:100%;
background-color:#FFF;
color:#000; 
position:fixed;
padding-left:5px;
}

.div-gen {
	width:100%;
	padding-top:1%;
	padding-bottom:1%;
	padding-left:5px;
	margin-top:0%;
	border:0px;
}

.div-edu {
	padding-right:30%;
	border:0px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.white-text {
        color:#FFF;
		width:75%;
		text-align:justify;
		padding-top:1%;
		padding-bottom:1%;
		padding-left:10px;
		margin-top:0%;
		border:0px;
}


</style>