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

.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;
}

#botonera2{
    padding-top: 30px;
	width: 347px;
	font-size: 0;
    margin: auto;
}
#botonera2 a{
	width: 347px;
	display: block;
    margin-bottom: 20px;
}
 

