/* CSS - VBN */
/*Inicio CSS - Body */
/*******************************************************************************************/
	body {
		color: black;
                background-image: url('/imagens/background_esmaecido.jpg');
		background-size: 50%;
		font-family: helvetica;     
        }
        
	.container {
		background-image: url('/imagens/background_esmaecido.jpg');
		background-size: 100%;
		border:2px solid rgb(245, 168, 4);
		width:97%;
                max-width:960px;
                min-width:800px;
		height: 2264px;
		margin:1em auto;
		padding:5px;
		-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 1);
		-moz-box-shadow:    0px 0px 100px rgba(0, 0, 0, 1);
		box-shadow:         0px 0px 100px rgba(0, 0, 0, 1);
	}
        
	.enviado {
		text-align: center;
		margin-top: -254px;
		font-weight:bold;
		font-style:normal;
	}

/*Inicio CSS - Header, Content e Footer */
/*******************************************************************************************/

        .header {
            width: 970px;
            height: 190px;
            margin-top: -5px;      
        }

        .content {
            padding:26px;
            }   
   
        .fotos{
            border:2px solid rgb(245, 168, 4);
            width: 880px;
            height: 1732px;
            margin-top: 100px;
            margin-left: 35px;
        }
        
        .foto1 {
            border:2px solid rgb(245, 168, 4);
            width: 250px;
            height: 200px;
            margin-top: 35px;
            margin-left: 35px;
        }    
        
        .foto2 {
            border:2px solid rgb(245, 168, 4);
            width: 250px;
            height: 200px;
            margin-top: -255px;
            margin-left: 314px;
        } 
        
        .foto3 {
            border:2px solid rgb(245, 168, 4);
            width: 250px;
            height: 200px;
            margin-top: -255px;
            margin-left: 593px;
        } 
        
        .foto4 {
            border:2px solid rgb(245, 168, 4);
            width: 250px;
            height: 200px;
            margin-top: 35px;;
            margin-left: 35px;
        } 
        
        .foto5 {
            border:2px solid rgb(245, 168, 4);
            width: 250px;
            height: 200px;
            margin-top: -255px;
            margin-left: 314px;
        } 
        
        .foto6 {
            border:2px solid rgb(245, 168, 4);
            width: 250px;
            height: 200px;
            margin-top: -255px;
            margin-left: 593px;
        } 
        
        .foto_texto1 {
            margin-left: 43px;
            
        }
        
        .foto_texto2 {
            margin-left: 324px;
        }
        
        .foto_texto3 {
            margin-left: 605px;
        }    
        
        .maisFotos {
            text-align: center;
            font-weight: bold;          
        } 
        
        .voltarFotos2{
            text-align: center;
            font-weight: bold;           
        }
        
	.footer {
		background: rgb(245, 168, 4);
                width: 970px;
		height: 123px;
                position: relative;
		margin-left: -5px;
		margin-top: 100px;

	} 
        
	.footertext {
                text-align: center;
		font-size: 100%;
		padding: 14px;
                
	}	
	.footerslogan {
		width: 946px;
		height: 18px;
		padding: 12px;
		text-align: center;
		background-color: rgb(133, 134, 136);
		color: #ffffff;
		font-style:normal;
	}
	.footertextline1 {		
		font-style:normal;
	
	}
        
/*Inicio CSS - Menu */
/*******************************************************************************************/

        .menu {
                background-color: rgb(245, 168, 4);
                width: 930px;
                height: 30px;
                list-style:none; 
                margin-left: -5px;
                margin-top:-5px;
                }

        .menu li { 
                position:relative;
                float: left;
                border-right:1px solid white; 
                border-left:1px solid white;
        }

        .menu li a {
            color:black;
            font-weight: bold;
            text-decoration:none; 
            padding:5px 40px; 
            display:block;
        }

        .menu li a:hover { 
            background:rgb(133, 134, 136);
            color:#fff;
            -moz-box-shadow:0 3px 10px 0 #CCC;
            -webkit-box-shadow:0 3px 10px 0 #ccc;
        }

        .menu li  ul { 
            position:relative;
            top:2px;
            left:-41px;
            background-color:black;
            display:none;
        } 

        .menu li:hover ul, .menu li.over ul {
            display:block;
        }

        .menu li ul li {
            background-color: rgb(245, 168, 4);
            display:block;
            width:150px;
        }


