div#participar{width:100%;}

#participar .panelrojo{padding-left:15%;padding-right:15%}

#participar form{display:inline-block;width:100%;padding:1%;}

#participar .paneles{
    background-color:antiquewhite;
    display:inline-block;
    padding:2%;
    min-height:200px;
    margin:auto;
    vertical-align:top;
    text-align:center;

}

#participar form h1{font-size:1.4rem;font-weight: 400;display:inline-block;margin:0 10px;}


#participar .porciento33{
    width:25%;
    height: 150px;
    margin-top: 2%;
    margin-left: 5%;
}

#participar .porciento100{
    display:inline-block;
    margin-top:0%;
}

#participar .flecha{
    color:#00A39A;
    text-align:center;
    font-size: 3rem;
    line-height: 5px;
    position:relative;
    bottom:20px;
}

#participar .botonverde{
    width:auto;
    position:relative;
}


#participar form input{
    width:98%;
    box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
    height:30px;
    padding:0 10px;
    margin:10px;
}

#participar form select{
    width:100%;
    height: 30px;
    margin:50px auto;
}

.derecha {
    float: right;
    
}

#participar .unionpanelesarriba{
width:100%;
height: 320px;
background-color: bisque;

}

#participar .titulo1{
margin-top: 0px;
margin-left: 0px;
    width: 100%;
    text-align: left;
    background-color: #00A39A;
    padding: 5px;
}


