
	@charset "ISO-8859-1";
	
	body {background-image: linear-gradient(to right, rgba(51, 133, 255, 0.76), white, rgba(54, 201, 66, 0.61));}
    
    .imgArticle {
    	width:"100%"; 
    	height:"60%";
    	vertical-align: top;
    	margin-top: 30px; 
    	margin-bottom: 30px;
    }
    
    #divContImg {
     	text-align: center;
    	width: 100%;
    	height: 60%;
    	position: relative;
    	overflow: hidden;
    }
    
    #image01 {
    	width: 100%;
    	width: 100%;
    }
    
    .textoSobreImg {
    	display: block;
    	position: absolute;
    	width: 45%;
    	height: 20%;
    	top: 65%;
	    right: 25.6%;
	    border: 10px solid rgba(0, 0, 0, 0.5);
	    text-align: center;
	    font-weight: bold;
    	z-index: 10;
    	background: rgba(0, 0, 0, 0.7);
    	padding: .1em;
    	font-size: 40px;
    	color: #ffff33;  /* ffff33 */
    }
	
	.titulo01 {text-align: center; font-weight: bold; margin-bottom: 30px; text-shadow: 5px 5px 3px #999999;} 
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	






	    
	    