body {
    /*padding-top         : 110px;*/
    /*background-image    : url("../images/bg-header.jpg");*/
    /*background-image    : url("../images/cabecera.png");
    background-position : center top;
    background-repeat   : repeat-x;
    display: block;
    max-width: 100%;
    height: auto;*/
}
  /*
#footer {
    position            : relative;
    width               : 100%;
    height              : 154px;
    background-image: url("../images/bg-footer.jpg");
    background-image    : url("../images/pie.png");
    background-repeat   : repeat;
    background-position : center top;
    z-index             : 1;
    margin-top          : 50px;
    font-size           : 13px !important;
} 

#textura-footer {
    display : none;
}
   
#info-contacto {
    position: absolute;
    width: 260px;
    right: 0px;
    top: 50px;
    font-family: Tahoma,Verdana,Arial;
    font-size: 28px;
    color: rgb(255, 255, 255);
}

#info-contacto h3 {
position: relative;
font-family: Tahoma,Verdana,Arial;
font-size: 12px;
font-weight: normal;
margin-left: 0px;
margin-bottom: 10px;
color: rgb(249, 198, 31);
}

#info-contacto span a {
    font-size: 11px;
    color: rgb(255, 255, 255);
}

#info-contacto span {
    position: relative;
    font-size: 11px;
    color: rgb(255, 255, 255);
}

#info-contacto p {
    position: relative;
    font-size: 11px;
    color: rgb(116, 179, 230);
    margin-top: 5px;
    line-height: 16px;
}

#textura-footer {
    position: absolute;
    width: 100%;
    height: 192px;
    bottom: 0px;
    background-image: url("../images/textura-footer.png");
    background-repeat: repeat-x;
    background-position: center top;
    z-index: 1;
}
*/
#logo { 
    position  : absolute;
    top       : 5px;
    left      : 200px;
    display   : none;
}         
    
#contenedor_candidatos table {
    margin  : 0px auto;
}

#contenedor_candidatos .item:hover {
    background  : #E6E6E6;
    cursor      : pointer;
}

.button {
    color       : rgb(248, 248, 248);
    background  : none repeat scroll 0% 0% rgb(234, 133, 17);
    border      : 1px solid rgb(234, 133, 17);
    cursor      : text;
    box-shadow  : 5px 5px 8px rgb(136, 136, 136);
    padding     : 5px;
    font-size   : 16px;
    cursor      : pointer;
}
    
.imagen_datos_candidato {
    /*float       : left;*/
    vertical-align: middle;
}

.imagen_votar { 
    margin      : 40px auto;
    width       : 122px;
    height      : 42px;
}

#contenedor_candidatos .label_votar {
    position    : absolute;
    top         : -10px;
    left        : -10px
    color       : #fff;
    font-size   : 16px;
    padding     : 10px 0px;
}    

#zona_segundo_candidato {
    clear       : both;
    display     : block;
    margin-top  : 10px;
    display     : none;
}

.swMain .buttonFinish { display : none; }  


.numero_candidato { display:none; }

 #contenedor_candidatos td+td { vertical-align:middle; }