main{
    background-image: url(../img/fondoinsti.png);
    background-position: top;
    background-repeat: repeat-y;
    min-height: calc(100vh - 81px); /* alto total (con respecto a la ventana) menos alto header */
    background-size: contain;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0;
}

h1 {
    font-family: "Rubik";
    color: #FFFFFF;
    font-size: 25px;
    width: 385px;
    height: 45px;
    padding-left: 61px;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent url('../img/bgktituloverdei.png') no-repeat;
}
    
a{   
 text-decoration:none;   
}
.texto{
    padding: 20px;
    /*background-image: url(../img/bgkcontenedor.png);*/
    background-color: rgba(255, 255, 255, .7);
}    
.texto p{
    font-family: "Rubik",sans-serif;
    color: black;
    font-size: 13px;
    text-align: justify;
}

.subtitulo {
    font-family: "Rubik";
    color: #448432;
    font-size: 20px;
    font-weight: 700;
}