/* CSS Document */
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}


/*CSS principal*/
body {
	margin:0px;
	background:#000;
	font-family:arial, sans-serif;
	font-size: 12px;
}

.header {
	height:50px;
	background:#F0F0F0;
	border: 1px solid #CCC;
	width:100%;
	top: 0px;
	position:fixed;
	z-index: 2000;
}

.header-cont {
	width: 960px;
	margin: 10px auto;
}

.header-menu {
	width: 480px;
	float: left;
	text-align: right;
}

.header-idioma {
	width: 200px;
	float: right;
	padding: 10px 10px;
}

.content {
	width:1024px;
	background:#000;
	/*border: 1px solid #CCC;*/
	height:1280px;
	margin:0px auto;
}

.contador {
	width: 928px;
	height: 768px;
	/*margin-top: 20px;*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	/*z-index: 1000;*/
}

.contador p {
	color: #FFF;
	display:table-cell;
	width: 400px;
	height: 300px;
	border: #CCC 1px solid;
	position: absolute;
	top: 75px;
}

.fullscreen {
	margin: auto;
}

.menu-lateral {
	right: 0px;
	width: 135px;
	height: 748px;
	color: #CCC;
	position: fixed;
	padding-top: 100px;
	margin: auto 20px;
	border: 0px #F0F0F0 solid;
	-webkit-box-shadow: -2px 0px -5px rgba(255, 255, 255, 0.15);
 	-moz-box-shadow: -2px 0px -5px rgba(255, 255, 255, 0.15);
 	box-shadow: -2px 0px -5px rgba(255, 255, 255, 0.15);
	z-index: 1000;
}

.botao {
	border: 1px solid #00BCFB;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #00BCFB;
	text-decoration: none;
	color: #ffffff;
	width: 110px;
	height: 15px;
	text-align: center;
	margin: 1px -10px;
	padding: 12px 15px;
}

.botao:hover {
	background-color: #33CCFF;
}


.fontes {
	color: #FFF;
	width: auto;
	padding-top: 20px;
}

.fontes h3 {
	/*cursor: pointer;*/
	width: auto;
	padding: 12px;
	/*border-bottom: #FFF thin dashed;*/
	text-decoration: underline;
}

/*.fontes h3:hover, .fontes h3:active{
	color: #FABD41;
	text-decoration: underline;
}*/

.fontes ul {
	list-style: none;
}

.fontes ul li {
	padding-left: 20px;
	font-size: 10px;
	
}

.fontes .linha {
	/*border-top: #FFF thin dashed;*/
	/*border-bottom: #FFF thin dashed;*/
	padding-top: 10px;
	padding-bottom: 10px;

}

.footer {
	color: #FFF;
	width: 1024px;
	height: 75px;
	border-top: #FFF thin solid;
	bottom: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.footer p {
	margin: auto;
	padding-top: 10px;
}

.footer p a {
	color: #FABD41;
	text-decoration: none;
}

hr {
	border-top: dashed 1px;
	
	}

/*CSS relogio*/


div.back_img {
	/*width:928px;
	height:740px;*/
	text-align:center;
	margin:0 auto;
	background-color:#000000;
	position:relative;
}

div.clock {
	position:absolute;
	top:1px;
	left:450px;
	padding:0 5px;
	width:450px;
	height:42px;
	background-color:#000000;
	background-color:rgba(0,0,0,0.0);
	color:#cccccc;
	vertical-align:middle;
	text-align:left;
	line-height:42px;
	font-family:arial,helvetica,freesans;
	font-size:26px;
}

div.number {
	position:absolute;
	padding:0 5px;
	width:138px;
	height:20px;
	background-color:#ffffff;
	color:#000000;
	vertical-align:middle;
	text-align:right;
	line-height:20px;
	font-family:arial,helvetica,freesans;
	font-weight:bold;
	font-size:15.5px;
	-webkit-box-shadow: 0 10px 6px -6px #000;
	-moz-box-shadow: 0 10px 6px -6px #000;
	box-shadow: 0 10px 6px -6px #000;
}

/*CSS Dropdown menu*/

.header-cont ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
 	 -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
 	 box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}
.header-cont ul li {
  /*font: bold 12px/18px sans-serif;*/
  display: inline-block;
  /*margin-right: -4px;*/
  position: relative;
  padding: 10px 10px;
  /*background: #fff;*/
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header-cont ul li:hover {
  /*background: #555;*/
  color: #fff;
}
.header-cont ul li ul {
  padding: 0;
  position: absolute;
  top: 32px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.header-cont ul li ul li { 
  /*background: #555; */
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.header-cont ul li ul li:hover { 
	/*background: #666;*/
 }
.header-cont ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
