body{
	background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	color: #000;
}
	ul.sdt_menu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
	width:1020px;
	-webkit-animation: moveLeft 2s ease-in-out 0.2s backwards;
	-moz-animation: moveLeft 2s ease-in-out 0.2s backwards;
	-o-animation: moveLeft 2s ease-in-out 0.2s backwards;
	-ms-animation: moveLeft 2s ease-in-out 0.2s backwards;
	animation: moveLeft 2s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveLeft{
	0% { 
		-webkit-transform: translateX(400px); 
		opacity: 0;
	}
	100% { 
		-webkit-transform: translateX(0px);  
		opacity: 1;
	}
}

@-moz-keyframes moveLeft{
	0% { 
		-moz-transform: translateX(400px); 
		opacity: 0;
	}
	100% { 
		-moz-transform: translateX(0px);  
		opacity: 1;
	}
}

@-o-keyframes moveLeft{
	0% { 
		-o-transform: translatex(400px); 
		opacity: 0;
	}
	100% { 
		-o-transform: translatex(0px);  
		opacity: 1;
	}
}

@-ms-keyframes moveLeft{
	0% { 
		-ms-transform: translatex(400px); 
		opacity: 0;
	}
	100% { 
		-ms-transform: translatex(0px);  
		opacity: 1;
	}
}

@keyframes moveLeft{
	0% { 
		transform: translatex(400px); 
		opacity: 0;
	}
	100% { 
		transform: translatex(0px);  
		opacity: 1;
	}
}


ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent url(../images/overlay.png) no-repeat bottom right;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li a img{
	background:transparent;
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.sdt_menu li span span.sdt_descr{
	color: #F60;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:12px;
	letter-spacing:1px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}
/*Pie de pagina*/
footer {
	height: auto;
	width: 100%;
	float:left;
	padding: 5px 0px 15px 0px;
	position: relative;
	z-index: 1111111;
	color: #F60;
	top: 230px;
	font-size: 14px;
	text-align: center;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
	background: rgba(0,0,0,0.9);
	visibility: visible;
	}
	
footer a {
	color: #09F;
	float:right;
	margin-top:20px;
	margin-right:30px;
	text-decoration:none;
}

.contador {
	float:left;
	color: #09F;
	margin-top:0px;
		text-decoration:none;
	}
.parrafofooter {
	margin-left:350px;
	float:left;
	text-align:center;
}
