.cabecera {
    background-color: rgb(197, 211, 219) !important;
    -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}

.cabecera_fedecv {
    background-color: rgba(139,24,137,100) !important;
}

.btn-eventos:hover, .btn-eventos:focus, .btn-eventos.focus, .btn-eventos:active, .btn-eventos.active, .open > 
.dropdown-toggle.btn-eventos {
    color: #fff;
    background-color: rgba(139,24,137,100) !important;
    border-color: rgba(139,24,137,100) !important;
}

.btn-primary {
    color: #fff;
    background-color: rgba(139,24,137,100) !important;
    border-color: rgba(139,24,137,100) !important;
}

body {
	background-image: url("./fondo.jpg") !important; 
	background-size:cover !important; 
	/*background-position: center !important;*/
	background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

#wrapper {
	background-color: rgba(3, 3, 3, 0.2) !important; /*color de fondo + opacidad*/
	padding: 8px !important;
	border-radius:6px !important;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4) !important; /*sombra*/
}

.logo_org {
    width: auto;
    height: 50px;
    float: right;
}

.col-md-6 {
    width: 50%;
    
}

.tabla_precios th {
    background-color: rgba(139,24,137,100) !important;
    border-color: rgba(139,24,137,100) !important;
}

.boton6 {
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    position: static;
    padding: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    width: 96%;
    border-radius: 6px;
    background-color: #8B1889;
    background: -moz-linear-gradient(#8B1889, #8B1889);
    background: -webkit-linear-gradient(#8B1889, #8B1889);
    background: -o-linear-gradient(#8B1889, #8B1889);
    background: linear-gradient(#8B1889, #8B1889);
    text-shadow: 0 1px 0 #888 cursor:hand;
    cursor: pointer;
}

.menuh_car {
    /* background: #F7F7F7; */
    background: #8B1889;
}

.participantes_cabecera {
    background-color: #8B1889;
    background: -moz-linear-gradient(#8B1889, #8B1889);
    background: -webkit-linear-gradient(#8B1889, #8B1889);
    background: -o-linear-gradient(#8B1889, #8B1889);
    background: linear-gradient(#8B1889, #8B1889);
}

#numRelevos, #numParticipantes {
    background: none repeat scroll 0 0 #8B1889;
}