#competicion_img, #competicion_info, #competicion_situacion{
    display: inline-block;
    vertical-align: top;
}

#competicion_img{
    background-color: black;
    width: 300px;
    margin: 0 0 0 10px;
}

#competicion_info{
    margin: 0 0 0 30px;
}

#competicion_situacion{
    color: red;
    font-size: 50px;
    font-weight: bold;
    margin-left: 70px;
    text-shadow: 0px 4px 4px white, 4px 0px 4px white, -4px 0px 4px white, 0px -4px 4px white
}

#competiciones{
    background-color: black;
    height: auto;
    width: 100%;
}

#competiciones h2{
    color: white;
    padding: 20px 0 0px 20px;
    width: 96%;
}

#competiciones table{
    background-color: #FD7A08;
}

#competiciones_content_table{
    background-color: #FD7A08;
}

 .competiciones_elem, .competiciones_elem_header{
    display: inline-block;
    vertical-align: middle;
}

.competiciones_elem_header{
    margin: 20px 0;
}

.competiciones_elem{
    font-size: 12px;
}

.competiciones_header{
    background-color: #FD7A08;
    color: black;
    font-weight: bold;
    padding: 20px 0 20px 0 ;  
}

.competiciones_elem_header{
    font-size: 14px;
}

.competiciones_imgs {
    height: 50px;
    margin: 5px 0 2px 0;
    width: 80px;
}

.competiciones_cerrado{
    background-color: gray;
    color: black;
    font-weight: bold;
    padding: 22px 17px;
    text-decoration: none;
}

a.competiciones_inscribirse:link{
    background-color: #B22222;
    font-weight: bold;
    padding: 22px 10px;
    text-decoration: none;
}

a.competiciones_inscribirse:hover{
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 22px 10px;
    text-decoration: none;
}

a.competiciones_jugar:link{
    background-color: #009F00;
    font-weight: bold;
    padding: 22px 24px;
    text-decoration: none;
}

a.competiciones_jugar:hover{
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 22px 24px;
    text-decoration: none;
}

.competiciones_rows1 {
    background-color: black;
}

.competiciones_rows2 {
    background-color: #292929;
    padding: 5px 0 3px 0;
}

a.competiciones_ver:link{
    background-color: #004080;
    font-weight: bold;
    padding: 22px 32px;
    text-decoration: none;
}

a.competiciones_ver:hover{
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 22px 32px;
    text-decoration: none;
}

.competiciones_cerrado{
    background-color: gray;
    color: black;
    font-weight: bold;
    padding: 22px 17px;
    text-decoration: none;
}