
/* 
    Created on : 26/10/2017, 16:18:21
    Author     : Abelardo
*/
@charset "UTF-8";
@font-face{
    //Inserir depois
}
 body{    
    font-family: 'Arial', sans-serif;
    background-color: #dddddd;
    color: rgba(0,0,0,1);
}

#slide { 
	width: 960px; 
	overflow: hidden; 
	height: 300px; 
	margin: 20px auto; 
	box-shadow: 0 0 8px #000; 
	position: relative; 
} 

#slide img { 
	position: absolute; 
	z-index: 1; 
	display: none; 
	left: 0; 
} 
/*
.galeria{
    margin: 200 px auto;
    position: relative;
    overflow: hidden;
}

.foto{
    position: absolute;
    opacity: 0;
    animation-name: animacao;
    animation-duration: 20s;
    animation-iteration-count: infinite;    
}

@keyframes animacao{
    25%{
        opacity: 1;
        transform: scale(1.1,1.1);
    }
    50%{
        opacity: 0;
    }
}*/

div#aviso{
    background: linear-gradient(#440000,#882222);
    background-repeat: no-repeat;
    background-position: center;
    margin: 7px auto 0px auto;
    box-shadow: 0px 0px 10px black;
    padding: 5px;
}

#cab-1{
	background: linear-gradient(#880000,#dd3333);
    background-repeat: no-repeat;
    background-position: center;
    margin: 7px auto 0px auto;
    box-shadow: 0px 0px 10px black;
    padding: 5px;	
}

#rodape{
    background: linear-gradient(#ccccff,#ffffff);
    background-repeat: no-repeat;
    background-position: center;
    margin: 7px auto 0px auto;
    box-shadow: 0px 0px 10px black;
    padding: 5px;	
	
	
}

.c-aviso{
	color: #ffffcc;
	text-align: center;
	font-size: 30px;
}

.p-titulo{
    color: white;
    font-size: 30px;
    text-align: center;
    text-indent: 10px;
}


.p-aviso{
    color: white;
    font-size: 18px;
    text-align: center;
    text-indent: 10px;
}

.r-aviso{
	color: #666666;
    font-size: 16px;
    text-align: left;
    text-indent: 10px;	
	
}