.c_list {
	text-align:center;
	float: left;
    left: auto;
    position: relative;
	margin:10px;
	padding:10px;
	height:380px;
	cursor:pointer;
	overflow:auto;
}
.c_list:hover{
	background:#CCC;
}
#ppp2{
	clear:both;
}
#rodape_v2{
	clear:both;
}
#wrapper_v2{
	margin-left: 50px;
	padding: 5px;
}
#alerta, #lista_v2{ width: 100%;}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block; 
    z-index: 99;
    background-color:gray;
    opacity:0.4;
    filter:alpha(opacity=40);
}

#loading-image {
    position: absolute;
    width:200px;
    top: 40%;
    left: 45%;
    z-index: 100;
} 
