
	@media (min-width: 766px) {
		
		body{
			margin:0;
			padding:0;
			background: #FFF;    /* tipo morado  claro:#664aa1; - obscuro:#664aa1 */     
			color: white;
			text-align: center;
			overflow-y: hidden; 
			overflow-x: hidden;
		}   
		.contenedorBlog{
			background: #221340; 
			padding-bottom: 0%; 
			padding-top: 4%;
			height: 100vh;
			font-size: 14px;
		}
		.contenedorBlog2{
			background: #321e5b;
			padding-bottom: 0%; 
			padding-top: 4%;
			height: 100vh;
			font-size: 14px;
		}
		.contenedorBlog3{
			background: #3f2772;
			padding-bottom: 0%; 
			padding-top: 4%;
			height: 100vh;
			font-size: 14px;        
		}
		.verMas{
    		text-align: right;
    		font-size: 20px; 
    		font-weight: bold; 
    		color: white;
    		text-decoration: none;
    		margin-top: 4%;
    		margin-right: 7%;
    		margin-bottom: 5%;
    	}
		
	}       
	
	
	@media (max-width: 765px) {    
		
		body{
			margin:0;
			padding:0;
			background: #FFF;    /* tipo morado  claro:#664aa1; - obscuro:#664aa1 */     
			color: white;
			text-align: center;
			overflow-y: scroll; 
			overflow-x: scroll;			
		}   
		.contenedorBlog{
			background: #221340; 
			padding-bottom: 0%; 
			padding-top: 4%;
			height: 100%;
			font-size: 14px;
		}
		.contenedorBlog2{
			background: #321e5b;
			padding-bottom: 0%; 
			padding-top: 4%;
			height: 100%;
			font-size: 14px;
		}
		.contenedorBlog3{
			background: #3f2772;
			padding-bottom: 0%; 
			padding-top: 4%;
			height: 100%;
			font-size: 14px;        
		}
		.verMas{
    		text-align: center;
    		font-size: 20px; 
    		font-weight: bold; 
    		color: white;
    		text-decoration: none;
    		margin-bottom: 5%;
    	}
		
		
	}
	
	
	.tituloBlog{
		font-size: 28px;
		text-align: right;
		padding-right: 7%;
		font-weight: bold; 
	}
	.contenidoBlog{
		width: 96%;
		padding: 2%; 
		text-align: left;   
		text-align: justify;
		padding-left: 6%;
		/* border: 1px solid; */
		
	}
	.contenidoBlog:hover{
		cursor:pointer;                    
	}

	.verMas:hover{
	    cursor:pointer;
	}

    h5{
        margin-top: 22px;
        font-weight: bold;
    }
    
    img{
        border-radius: 10px;
    }