/* <!-- */
    /* General styles */
    
    
   
    
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        background:#fff;
        /*min-width:600px;*/
        min-width: 100%;
        clear: both;
        float: left;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#697073;
    }
	
    .menu_lateral p{
        line-height: 8px;
            
    }
    
    image{border:none;}
	#container {
	/*width:1024px;
	margin:0 auto;*/
	
	margin-top:15px;
        clear:both;
        float: none;
        background-color: #e6e7e8;
        min-height: 400px;
        border-bottom: 1px solid #6d6e71;
	}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        min-width: 100%;
        background-color: #798490;
        /*width:100%;*/
        /*border: 1px solid #000000;*/
    }
    
    .linha_topo{
        height: 6px;
        background-color: #798490;
    }
    .linha_topo_2{
        
        background-color: #798490;
        border-bottom: 1px solid #6d6e71;
        padding-top: 6px;
        padding-bottom: 6px;
        
    }
    .linha_menu_main{
                
		margin: 0 auto; width: 1024px;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#ffffff;
                font-weight: bold;
                height: 20px;
		}
    .linha_sombra{
       height: 17px;
       background-color: #e6e7e8;
       text-align: center;
    }
    .linha_sombra_2{
       height: 18px;
       background-color: #ffffff;
       text-align: center;
       min-width: 100%;
       clear: both;
       float: left;
    }
    .sub_header{
        width: 1024px;
        /*border: 1px solid #FF0000;*/
        height: 140px;
        margin:0 auto;
        padding-top: 0px;
        /*padding-bottom: 20px;*/
        
    }
    
    #logo{
        display: inline;
        float: left;
       /*border: 1px solid #FF0000;*/
       padding-top: 15px;
    }
    
    #menu_topo{
        display: inline;
        float: right;
        /*border: 1px solid #FF0000;*/
        padding-top: 55px;
        
    }
    
    #menu_topo ul {
		clear:both;
		float:left;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
	}
	#menu_topo ul li {
		display:block;
		float:left;
		list-style:none;
		margin:0;
		padding-left:5px;
		position:relative;
		
	}
        #menu_topo ul li a {
		display:block;
		margin:0;
		margin-left: 15px;
		color:#FFF;
		text-transform:uppercase;
		text-decoration:none;	
	}
        #menu_topo ul li a:hover {
            text-decoration: none;
            color:#000;
        }
        
        
        .linha_menu_main ul {
		
	}
	.linha_menu_main ul li {
		display:block;
		float:right;
		list-style:none;
		
		padding-left:5px;
		position:relative;
		
	}
        .linha_menu_main ul li a {
		display:block;
		margin:0;
		margin-left: 15px;
		color:#ffffff;
		text-transform:none;
		text-decoration:none;	
	}
        .linha_menu_main ul li a:hover {
            text-decoration: underline;
            color:#ffffff;
        }
	
	#nav {
        clear:both;
        float:left;
        width:100%;
		margin-top:15px;
		margin-bottom:15px;
		border:1px solid #a8aeb6;
		-moz-border-radius: 8px;
 		border-radius: 8px;
		height:35px;
    }
	
	#main{
		clear:both;
		float:none;
                margin:0 auto;
		width:1024px;
		
		min-height: 400px;
                padding-top: 20px;
                padding-bottom: 20px;
                overflow: hidden;
		}
	
	.col_small{
                display:inline-block;
                 float:left;
                 width:256px;
                 
        }
        
	.col_big{/*display:inline;*/
                  /*float:left;*/
                  padding-left: 256px;
                  width:748px;
                  line-height: 20px;
                  
                      
        }
        .col_full{
            width: 1004px;
            display:inline-block;
        }
        
        .col_half{
          display:inline;
          float:left;
          width:500px;  
        }
        
        .inside_white{
            background-color: #ffffff;
            padding: 35px;
        }
        .inside_white_2{
            background-color: #f8f8f8;
            padding: 35px;
        }
        
        .intervalo{
            margin-left:20px;
        }
        
        .menu_lateral{
            background-color: #798490;
            width: 226px;
            color: #ffffff;
            padding: 15px;
            margin-bottom: 15px;
        }
        .linha_menu{
            border-bottom: 1px solid #ffffff;
            margin-bottom: 8px;
            padding-bottom: 8px;
        }
        
        .linha_menu a{
           color: #ffffff;
           font-weight:normal;
        }
        
        .linha_menu a:hover{
           color: #ffffff;
           font-weight:normal;
           text-decoration: underline;
        }
	
	
        
	.box_info{
		border:1px solid #d9d9d9;
		padding:10px;
		margin-bottom:15px;
	}
	.box_social{
		text-align:center;
	}
	.box_social img{
		border:0px;
		}
	.box_social a{
		padding:5px;
		}	
	
	.titulo{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#7f7f7f;
		text-transform:uppercase;
		font-weight:bold;
		border-bottom:1px dotted #7f7f7f;
		line-height:20px;
	}
	
	.titulo2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		text-transform:uppercase;
		line-height:12px;
	}
		
	#footer{
		min-width: 100%;
                clear: both;
                float: left;
		background-color:#798490;
		
		text-align:center;
		min-height:172px;
		}
        #footer_menu{
		min-width: 100%;
                width: 100%;
                clear: both;
                float: left;
		background-color:#ffffff;
		text-align:center;
		min-height:35px;
                
		}        
	
	.footer_main{
		margin: 0 auto;
                width: 50%;
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#697073;
		margin-top:15px;
                margin-bottom:15px;
		}
                
         .footer_main_2{
		margin: 0 auto; width: 1024px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
                /*border:1px solid #ff0000;*/
                padding-top: 25px;
                min-height: 100px;
		}  
                .footer_main_2 .col{
                    display: inline;
                    float: left;
                    /*border-right:1px solid #000000;*/
                    height:100px;
                    padding-right: 50px;
                   
                } 
                .footer_main_2 .col2{
                    display: inline;
                    float: left;
                    border-left:1px solid #FFF;
                    height:100px;
                    padding-right: 100px;
                    padding-left: 100px;
                  
                }   
                .footer_main_2 .col3{
                    display: inline;
                    float: left;
                    height:100px;
                    padding-left: 100px;
                    border-left:1px solid #FFF;
                }  
                
                .footer_main a{
                    text-transform: uppercase;
                    margin-left: 15px;
                    margin-right: 15px;
                }        
	a{
		color:#697073;
		text-decoration:none;
                font-weight: bold;
		
	}
	a:hover{
		color:#00aeef;
                font-weight: bold;
	}

	.shadow{box-shadow: 5px 5px 5px #888888;}	
		

        .copyright{
            width: 100%;
            text-align: center;
            font-size: 11px;
            padding-top: 5px;
            padding-bottom: 30px;
        }
        
        
        .view{
            background-color: #798490;
            padding:15px;
            color:#ffffff;
            margin-bottom: 10px;
        }
        .view a{color:#ffffff;}
        .view a:hover{color:#ffffff; text-decoration: underline;}
        
        .button-column .view{
            padding: 0px;
        }
        
        
        .green{
            color:#060;
            font-weight: bold;
        }
        .red{
            color:#900;
            font-weight: bold;
        }
        .yellow{
            color:#FF7E00;
            font-weight: bold;
        }
        
       
.buttons input {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');*/
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
.buttons input:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');*/
	background-color:#378de5;
        cursor:pointer;
}
.buttons input:active {
	position:relative;
	top:1px;
}

.imagens_galeria{
    
    float:left;
    width:180px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top:15px;
    min-height: 360px;
    
}

.imagens_galeria img{
    width: 180px;
    height: 180px;
}

.imagens_galeria span{
    line-height: 30px;
}

.imagens_galeria .img_desc{
    padding: 3px;
    margin-top: 3px;
    line-height: 30px;
    background-color: #f8f8f8;
    min-height: 150px;
}


div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}