@charset "utf-8";
/* CSS Document */

* { margin: 0 auto; padding: 0; }
body { background-color: #333; color: #ccc; font-size: 110%; line-height: 1.2em; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
.global { width: 100%; height: 380px; text-align: center; }
.footer { width: 100%; height: 10px; float: left; }
.text, .embedcode { width: 650px; padding: 6px 0 20px 0; text-align: left; }
.text .text_createdby p { font-size: 22px; text-align: center; color: #000; }
.text .text_createdby a { font-size: 13px; font-weight: bold; color: #ccc; text-decoration: underline; }
.text .text_createdby a:hover { text-decoration: none; color: #999; } 
.embedcode p { font-size: 11px; padding: 4px 0px; line-height: 1.2em; }
.embedcode textarea { font-size: 11px; }

.clockst{
     /* change width here */
    height: 0px;
    color: #fa20d9;
    font:  30px Arial, sans-serif;

    	
}
.clockst .clockText {text-align:left;float:left;}
.clockst .box2 { float:left;text-align:center;width:50px;}
.clockst .box2 p{ font-size: 9px;margin-bottom:5px;font-family: Verdana, Arial, Helvetica, sans-serif;}

.clockst .dias p{ font-size: 9px;margin-bottom:5px;font-family: Verdana, Arial, Helvetica, sans-serif;}

#header {
	width: 100%;
	height: 40px;
	padding: 0;
	border-bottom:1px solid #fa20d9;
	background: #0a3b7e;
}


/* Menu */

#menu {
	margin:0px auto;
	width: 800px;
	height: 40px;
	padding: 0;
	margin:auto;
	background: #0a3b7e;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 10px 15px 14px 15px;
	background: #0a3b7e;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fa20d9;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #145fc4;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#menu .current_page_item a {
}

.Content {
	width:1024px;
	height: 100%;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:1px solid #fa20d9;
	background-color:#FFFFFF;
	background-image:url(../gfx/bg.jpeg);
	}
	
/* Footer */
#footer  
{
     color: #fa20d9;
     font-size: 12px;
     font-family: Verdana, Geneva, Arial, sans-serif;
	 border-top:1px solid #fa20d9;
     background-color: #0a3b7e;
     text-align: center;
     position: static;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 60px
     }
