/* 
    Document   : footer
    Created on : 26/05/2010, 00:20:49
    Author     : javier
    Description:
        Purpose of the stylesheet follows.
*/

#footer {
    background: #0f0f0f url(/img/bg-footer.jpg) repeat-x 0 0;
    padding:30px 0;
}
#footer h3, #footer h1 {
    color:#EEE;
    font-size:0.8em;
    text-shadow:1px 1px 0 #000;
    margin-bottom: 10px;
}
.casinos {}
.casinos li {
    background: transparent url(/img/footer_links_line.jpg) repeat-x 0 bottom;
    padding: 0 0 2px;
}
.casinos li a, .casinos li a:visited, .casinos li a:link {
    color: #AAA;
    font-size: 0.7em;
    display: block;
    padding: 0.4em;
    text-decoration: none;
    line-height:1.4em;
}
.casinos li a:hover {
    background-color: #000;
}
.casinos li a img {}
.casinos li span {}
.enlaces {}
.enlaces li {
    background: transparent url(/img/footer_links_line.jpg) repeat-x 0 bottom;
    padding: 0 0 2px;
}
.enlaces li a, .enlaces li a:visited, .enlaces li a:link {
    color: #AAA;
    font-size: 0.7em;
    display: block;
    padding: 0.4em;
    text-decoration: none;
    line-height:1.4em;
}
.enlaces li a:hover {
    background-color: #000;
    color: #FFF;
}
.enlaces li span {}
.suscriber_form {

}
.suscriber_form p {
    color:#BBB;
    font-size:0.7em;
    line-height:1.5em;
    background: transparent url(/img/footer_links_line.jpg) repeat-x 0 bottom;
    padding: 0 0 5px;
    margin-bottom: 10px;
}
.suscriber_form strong {}
.suscriber_form form {}
.suscriber_form form div input {
}
.suscriber_form form .text {
    background:transparent url(/img/suscriber_input.jpg) no-repeat scroll 0 0;
    height:27px;
    width:210px;
    margin-bottom:5px;
}
.suscriber_form form .text input {
    background: transparent none;
    border: 0 none;
    color:#DDD;
    padding:6px;
    font-size:0.84em;
}
.suscriber_form form .text input.nothing {
    background:transparent url(/img/suscriber_input_text.jpg) no-repeat scroll 6px 8px;
}
.suscriber_form form .submit {
    padding:0 20px 0 0;
    text-align:right;
}
.suscriber_form form .submit input, .suscriber_form form .submit button {
    background:transparent url(/img/suscriber_submit.jpg) no-repeat scroll 0 0;
    border:0 none;
    color:#DDD;
    font-weight:bold;
    height:29px;
    text-shadow:0 -1px 0 #000;
    width:84px;
    font-size: 10px;
}

