@charset "UTF-8";

body {
	margin: 0px;
	background: #FFFFFF;
	font-family: Helvetica, Verdana, "Arial Black", Arial, "Times New Roman", san-serif;
	line-height: 1.8em;
	color: #FFFFFF;
	text-align: center; /*justify;*/	
	margin: auto;
	width:  auto;
	height: auto;	
	background-color: #FFFFFF;
	/*background-image: linear-gradient(  parâmetros  );*/
	/*background-image: linear-gradient( to bottom, #660066 30% , #660033, #FFFF66, #FFFFFF );*/
	/*background-image: linear-gradient( to bottom, #000000 60%, #000066, #003366);*/
	background-image: linear-gradient(to bottom, #000000 , #000033, #003366);	
}

h1, p, ul {
	margin: 0px;
	padding: 10px;
}

h3 {
	font-size: 90%;
	font-family: Verdana, "Arial Black", "Times New Roman", san-serif 
}

header {
	height: 290px;
	box-shadow: 1px 1px 1px #FFFF00;
	margin: 10px 10px 0px 10px;
}

#main {
	display: table-cell;
	font-size: 105%;
	padding: 15px;
	vertical-align: top;
	box-shadow: 1px 1px 10px #FFFF00;
}

#lateral {
	display: table-cell;
	font-size: 105%;
	padding: 15px;
	vertical-align: top;
	box-shadow: 1px 1px 10px #FFFF00;
	
}

div#tableContainer {
	display: table;
	border-spacing: 10px;
}

div#tableRow {
	display: table-row;
}

header img {
	margin: 10px;
	box-shadow: 1px 1px 4px #660066;
	border-top-left-radius:		10px;
	border-top-right-radius:	10px;
	border-bottom-left-radius:	10px;
	border-bottom-right-radius:	10px;
}

#headerLogo {
	width: auto;
	height: auto;
}

#headerSlogan {
		float: right;
		width: auto;
		height: auto;
}

nav {
    background-color: #FFCC33 ;
	margin: 10px 10px 0px 10px;
}
nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
}
nav ul li {
	display: inline;
	padding: 5px 10px 5px 10px;
}
nav ul li a:link, nav ul li a:visited {
	color: #660066;
	border-bottom: none;
	font-weight: bold;
	text-shadow: 1px 1px 3px e2c2c2;  /* estranho*/
	text-transform: uppercase;

}
nav ul li.selected {
	background-color: #FFFFFF;
}

footer {
	/*background: #FFFF66;*/
	color: #FFFFFF; /*#660066;*/
	text-align: center;
	margin: 0px 10px 0px 10px;
	font-size: /*90%;*/75%;
	font-weight: bold;
	clear: both;
	padding: 35px 35px 3px 35px; /*35px 30px 35px 35px;*/
	/*border: 1px dotted #660066;*/
	/*box-shadow: 1px 1px 10px #FFFF00;*/
}

a:link {
	color: /*#000000;*/ #FFFFFF;
	text-decoration: none;
	/*border-bottom: thin dotted #FFFFFF;*/
}

a:visited {
	color: /*#3300FF;*/ #FFFFFF;
	text-decoration: none;
	/*border-bottom: thin dotted #6633CC;*/
}

ul {
	list-style-type: none;
	text-decoration: none;
}

figure.foto-legenda {
	position: relative;
	border: 5px solid #FFFFCC;
	box-shadow: 1px 1px 4px #FFFF00;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

figure.foto-legenda img {
	width: auto;
	height: auto;
}

figure.foto-legenda figcaption {
	opacity: 0;
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0, 0.3);
	color: #FFFF33;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0px;
	box-sizing: border-box;
	transition: opacity 1s;
}

figure.foto-legenda:hover figcaption {
	opacity: 1;
}

/* audio e video */

audio#musica {
	display: block;
	position: relative;
	top: 10px;
	width: 300px;
	margin: auto;
}

video#filme {
	display: block;
	position: relative;
	left: auto;
	top: 30px;
	margin: auto;
	
	position: relative;
	border: 5px solid #FFFFCC;
	box-shadow: 1px 1px 4px #FFFF00;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/*ate aqui*/