@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/* -- GLOBAIS -- */

footer, header, hgroup, nav, menu, section{display: block;}
body {
    background: #dddddd;
    font-family: "Open Sans", sans-serif;
}
#tab,#tab2,#tab3{
    font-family: 'arial', sans-serif;
}
p.texto {
    text-indent: 40px;
    text-align: justify;
}
a {
    text-decoration: none;
    color: #6f45d9;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
figure {
    margin: 0;
    padding: 0;
}

/* -- INTERFACE -- */

#interface {
    width: 1000px;
    background: #ffffff;
    top: -20px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    position: relative;
}

header#cabecalho {
    background-color: #0099ff;
    height: 200px;
    /*background: url(../_imagens/glass-logo-peq.jpg) no-repeat 0 80px;*/
    border-bottom: 1px #606060 solid;
}

header#cabecalho h4 {
    margin-top: 18px;
    border-bottom-right-radius: 6px;
    background-color: #0099ff;
    width: 420px;
    height: 76px;
    position: relative;
    z-index:10;
}

header#cabecalho h2 {
    font-family: 'Open Sans', sans-serif;
    color: #888888;
    margin-top: 0;
    font-size: 15pt;
}

header#cabecalho img#logo {
    position: absolute;
    left: 920px;
    top: 120px;
    z-index: 0; /* camada */
}

section#corpo-full {
    width: 1000px;
    float: none;
    padding: 0 20px 10px 10px;
    border: none;
}
div#linha{
    position: absolute;
    margin-left: 700px;
    margin-top: -40px;
    text-align: center;
	background: linear-gradient(#d4d4d4, #FFFFFF);
    border:2px solid #606060;
	border-radius: 5px;
	padding: 5px;
}
div#linha:hover{
    background: linear-gradient(#FFFFFF,#D4D4D4);
}
div#linha a{
    color: red;
    text-shadow: 1px 1px 1px black;
    font-size: 17pt;
    font-weight: 800;
}
div#linha a:hover{
    text-decoration: none;
    }
div#curso{
    position: absolute;
    margin-left: 430px;
    margin-top: -42px;
    text-align: center;
	background: linear-gradient(#d4d4d4, #FFFFFF);
    border:2px solid #606060;
	border-radius: 5px;
	padding: 5px;
}
div#curso:hover{
    background: linear-gradient(#FFFFFF,#D4D4D4);
}
div#curso a{
    color: green;
    text-shadow: 1px 1px 1px black;
    font-size: 13pt;
    font-weight: 800;
}
div#curso a:hover{
    text-decoration: none;
    }	
/* -- FIM_INTERFACE -- */

/* -- RODAPE -- */
footer#rodape {
    text-align: center;
    font-style: italic;
    color: #606060;
}
footer#rodape {
    clear: both;
    border-top: 1px solid #606060;
}
/* -- FIM_RODAPE -- */

/* -- MENU -- */

nav#menu ul {
    list-style: none;
    position: absolute;
    background-color: #0099ff;
    top: 150px;
    border-top-right-radius: 5px;
    width: 875px;
}

nav#menu li {
    display: inline-block;
    transition: background-color 1s;   /* explicar -webkit -moz USAR prefixr.com */
    margin-left: -40px;
    margin-right: 40px;
    float: left;
}

nav#menu a {
    padding: 5px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    color: #ffffff;
}

nav#menu a:hover {
    color: #ffffff;
    background-color: #888888;
}

nav#menu h1 {
    display: none;
    /* NÃO RECOMENDADO
    position: absolute;
    left: -2000px;   */
}
/* -- CONTEUDO -- */

section#corpo {
    text-align: justify;
    border-right: 1px solid #606060;
}

header#cabecalho-corpo h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    color: #606060;
    margin-bottom: 0;
}

header#cabecalho-corpo h2 {
    color: #cecece;
    margin: 0 0 0 0;
    font-size: 14px;
}

header#cabecalho-corpo p#caminho {
    text-indent: 0;
    color: #cecece;
    font-size: 15px;
}
header#cabecalho-corpo p#data {
    color: #606060;
    text-align: right;
    font-style: italic;
    font-size: 10px;
}

article#texto-principal {
    padding: 10px;
}

article#texto-principal h2 {
    font-size: 20px;
    color: #606060;
    background-color: #dddddd;
    padding: 5px 0 5px 5px;
    margin: 10px 0 10px 0;
}

aside#lateral {
    text-align: justify;
    background-color: #dddddd;
}

aside#lateral h1 {
    font-family: 'MinhaFonte', sans-serif;
    font-size: 20pt;
    color: #606060;
}

section#noticias h2 {
    background-color: #606060;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    font-size: 19px;
    color: #ffffff;
}

.popup{
	width:100%;
	position:absolute;
	text-align:center;
}
.popup img{
	border:5px solid black;
	border-radius:5px;
	width:700px;
	height:500px;
}
.popup input{
	background-color:#000;
	border:none;
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	position:absolute;
	left:800px;
	top:30px;
}

