main{
    background-image: url(../img/fondogaleria.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;
    bottom: 7px;
    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/bgktituloverde.png') no-repeat;
}

.texto{
    width: 100%;
    padding: 20px;
    background-image: url(../img/bgkcontenedor.png);
    margin-bottom: 10px;
}
.texto p{
    margin: 0 auto;
    font-family: "Rubik";
    font-weight: 300;
    text-align: left;
    color: #222222;
    font-size: 14px;
    top: 35px;
    text-align: justify;
}

#botonera{
    width: 100%;
    margin: auto;
    height: 100%;
    width: 385px;
    margin-top: 35px;
}

#botonera a{
    display: inline-block;
        
}

.botoneraizq{
    height: 505px;
    width: 183px;
    float: left;
    margin-right: 18px;
}

.botonerader{
    height: 505px;
    width: 183px;
    float: left;
}

.botoneraizq2{
    height: 124px;
    width: 85px;
    float: left;
    margin-right: 10PX;
    margin-bottom: 10px;
}

.botonerader2{
    height: 124px;
    width: 85px;
    float: left;
}

#segundo{
    margin-bottom: 8px;
}

#cuarto{
    width: 183px;
    height: 60px;
    margin-bottom: 10px;
}