body {
    background: #f0f0f0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0
}

.encabezado {
    background-color: #666;
    color: #FFF;
    font-weight: bold
}

.registros {
    background-color: #f0f0f0
}

textarea {
    resize: none
}

h1, h2, h3 {
    clear: both
}

pre {
    border: 1px solid #ccc;
    background: #dadada;
    font-family: monospace;
    font-size: 11px;
    color: #333;
    padding: 10px;
    clear: both
}

.votos {
    float: left;
    width: 138px;
    margin: 0 0 10px 40px;
    border: 2px solid #eee;
    padding: 10px;
    list-style: none
}

.votos .dw_button {
    background: url(../IMG/votos.png) -64px 0 no-repeat;
    float: left;
    height: 42px;
    width: 64px;
    cursor: pointer;
    margin: 0 0 0 10px
}

.votos .dw_button:hover {
    background: url(../IMG/votos.png) no-repeat -64px -42px
}

.votos .up_button {
    background: url(../IMG/votos.png) 0 0 no-repeat;
    float: left;
    height: 42px;
    width: 64px;
    cursor: pointer
}

.votos .up_button:hover {
    background: url(../IMG/votos.png) no-repeat 0 -42px
}

.voting_btn {
    float: left
}

.voting_btn span {
    font-size: 11px;
    font-family: Arial, sans-serif;
    margin: 10px 0 0 37px;
    display: block;
    width: 27px;
    height: 22px;
    line-height: 22px;
    text-align: center
}

.likes_votado {
    background: url(../IMG/votos.png) no-repeat 0 -42px !important
}

.hates_votado {
    background: url(../IMG/votos.png) no-repeat -64px -42px !important
}

#envoltura {
    position: absolute;
    left: 45%;
    top: 0%;
    margin-left: -440px;
    margin-top: 10px;
    width: 990px
}

a {
    text-decoration: none
}

#contenedor {
    background-color: #CCC;
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, .8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

#cabecera {
    padding-top: 5px;
    height: 110px;
    line-height: 0px;
    text-align: center
}

#cuerpo {
    background: #ececec;
    border: solid #ccc;
    border-width: 2px;
    padding: 0px
}

input {
    border-radius: 5px;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .8);
    font: bold 12px Arial, Helvetica, sans-serif;
    height: 24px;
    line-height: 20px;
    padding: 0px;
    width: 230px
}

.boton {
    background: #ccc;
    background: -webkit-linear-gradient(top, #fc6, #f63);
    background: linear-gradient(top, #fc6, #f63);
    color: #666;
    width: 120px
}

form, p {
    margin: 0
}

img {
    padding-bottom: 10px 20px
}

p#bot {
    padding-top: 0px;
    margin-left: 5px
}

.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-decoration: none;
    top: 0px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9)
}

.close:hover {
    background-color: rgba(64, 128, 128, 0.8)
}

.popup p, .popup div {
    margin-bottom: 10px
}

.popup label {
    display: inline-block;
    text-align: left;
    width: 180px
}