@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*--------------*/
/*BODY 		RATS2
BAD RATS SHOW
--------------*/
body{
	/*background: #153216;
	 background: 
        linear-gradient(
            to bottom, 
            rgba(255,255,255,1) 0%, 
            rgba(255,255,255,0) 100%
        );
	*/	
	margin: 0;
	padding: 0;
	/*font-family: Tahoma, arial, verdana;*/
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 16px;
	color: #444;
	text-align: left;
	width: 100%;
	height: auto;
	/*
	-webkit-animation: bodymove 30s infinite; 
    animation: bodymove 30s infinite;
	
	imagem fundo */
	/*background-color: #04020c;*/
	background-color: #FFF;
	/*background-image: url(../fundo01p.jpg);*/
	/*background-image: url(../PBack01.jpg);
    background-repeat: no-repeat;*/
	/*
    background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    background-origin: content-box;
	background-clip: content-box;
	*/
	/*
	background-attachment: fixed;
	-webkit-background-size: contain;
	background-position: center; 
	-moz-background-size: contain;
	*/
	background-size: 90%; /*contain;*/

	
	
}

@-webkit-keyframes bodymove {
	0%  {background-image: url(../PBack01.jpg);}
    33%  {background-image: url(../PBack02.jpg);}
    66%  {background-image: url(../PBack03.jpg);}
}

@keyframes bodymove {
	0%  {background-image: url(../PBack01.jpg);}
    33%  {background-image: url(../PBack02.jpg);}
    66%  {background-image: url(../PBack03.jpg);}
}

/*--------------*/
/*LINKS 		*/
/*--------------*/
a{
	text-decoration: none;
	color: #000;
}

h1{ 
	text-shadow: 5px 5px 10px #293f56;
	margin: 5px 5px;
	color: #000;
	z-index:4;
}

h2{ 
	font-size: 18px;
	text-align: center; 
	color: #000;
	text-shadow: 3px 3px 6px #777;
	margin: 10px;
}
h3{ 
	font-size: 16px;
	text-align: center; 
	text-shadow: 2px 2px 2px #777;
	margin: 4px;
	color: #000;
}
h4{ 
	font-size: 14px;
	text-align: center; 
	color: #000;
	margin: 5px;
}
ul{
	list-style: none;
	margin-top: 0px;
	padding: 0;
}
p{
	color: #000;
	margin: 5px 5px;
}

/*--------------*/
/*CONTAINER		*/
/*--------------*/
.container{
	margin: 0 auto;
	position: relative;
	display: block;
	float: center;
	width: 800px;
	/*
	height: auto;
	width: 70%;
	*/
	height: auto;
	color: #000;
	/*
	background: #CCCCCC;
	border-top:solid 3px #111;
	border-bottom:solid 3px #111;
	border-left:solid 3px #111;
	border-right:solid 3px #111;
	border-radius: 15px;
	*/
	margin-top: 0px;
	/*transition: left 0.3s ease-in-out;*/
	
	align-content: center;
	align-self: center;
	align-items: center;
	/*
	-webkit-animation: mymove 2s 1; /* Chrome, Safari, Opera */
    /*animation: mymove 2s 1;*/
}

@-webkit-keyframes mymove {
    from {opacity: 0;}
    to {opacity: 0.5;}
}

@keyframes mymove {
    from {opacity: 0;}
    to {opacity: 0.5;}
}

/*--------------*/
/* MENU TOPO	*/
/*--------------*/
.menu{
	/*margin: 20px 10px 0 0;*/
	position: absolute;
	top: 265px;
	width: 100%;
	height: 30px;
	float: center;
	/*box-shadow: 3px 3px 3px #333;
	border-radius: 3px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	/*
	background: #333;
	transition: background-color linear 1s;
	opacity: 50%;
	*/
}
/*
.menu:hover{
	background: #000;
	transition: background-color linear 1s;
}
.menu:onpageshow{
	background: #888;
	transition: background-color linear 1s;
}
*/

/*--------------
CORPO : index
--------------*/
.corpo{
	width: 810px;
	/*height: 500px;*/
	height: auto;
	padding: 4px 4px;
	margin: 4px;
	float: center;
	/*background: #CCCCCC;*/
	background-image: url('topo.gif');
	transition: background-color linear 1s;
}
.corpo:hover{
	/*background: #001;*/
	background: rgba(255, 255, 255, .5);
	transition: background-color linear 1s;
}

.corpovideo{
	display: block;
	width: 980px;
	height: 1000px;
	padding: 4px 4px;
	margin: 4px;
	float: center;
	background: #CCCCCC;
}



/* ID é chamado assim, tipo classe*/
#meulink {
	display: block;
	color: #43688e;
	/*background: #123e12;*/
	width: 200px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
	float: right;
	
}
#meulink:hover {
	color: #3a6ea3;
	text-shadow: 2px 2px 5px #1e344b;
}
.menu li {
	display: inline;
	width: 250px;
	height: 20px;
	float: center;
	margin-top: 50px;
	z-index: 4;
}
/*OS LINKS NA LISTA .menu */
.menu li a{
	color: #BBB;
	width: 250px;
	height: 20px;
	padding: 5px 25px;
	margin: 10px;
	float: center;
	font-size: 18px;
	z-index: 5;
	text-shadow: 0px 2px 3px #666;
	/*
	background: #bbb;
	transition: background-color linear 3s;
	*/
}
/*QUANDO SOBRE O LINK*/
.menu li a:hover{
	width: 250px;
	height: 20px;
	padding: 5px 25px;
	margin: 10px;
	float: center;
	text-shadow: 0px 2px 5px #111;
	color: #FFF;
	/*border-left: solid 2px #AAA;*/
	border-bottom: solid 2px #AAA;
	border-top: solid 2px #AAA;
	/*background: #000;*/
	cursor: pointer;
}

/*--------------*/
/*FOOTER 		*/
/*--------------*/
.footer{

	/*imagem fundo */
	background-image: url(../baixo.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: content-box;
	background-clip: content-box;
	
	width: 990px;
	height: 200px;
	display: block;
	vertical-align: bottom;
	padding: 4px 4px;
	margin: 4px;
	float: center;
	
	/*align-self: center;
	color: #FFF;*/
	
	color: #FFF; 
	
	/*text-align: center;*/
	text-shadow: 0px 3px 1px #111;
	border-top:solid 3px #245486;
	border-bottom:solid 3px #245486;
	border-left:solid 3px #245486;
	border-right:solid 3px #245486;
	border-radius: 3px;
	
	/*
	background: #203a55;
	transition: background-color linear 1s;
	*/
}
