/* 
    Document   : look
    Created on : 10-jun-2010, 16:08:19
    Author     : Osvaldo bizzotto
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body, h1, h2, h3, h4, p, div, ul, li, a, img, fieldset, form, label, textarea, input, select{
    margin: 0px;
    padding: 0px;
    font: 12px/14px 'Trebuchet MS',Verdana,Arial,SansSerif;
    list-style: none;
    color: #333;
    border: none;
    text-decoration: none;
    text-align:left;
}
body{
    background-image: url(../img/bg_1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #6E005D;
    background-attachment: fixed;
}
.initial{
    width: 1000px;
    margin: 0 auto;
}
.left{
    float: left;
    width: 200px;
    position:  fixed;
}
.key_top{
    background-image: url(../img/bg_keypad.png);
    background-repeat: no-repeat;
    width: 151px;
    padding: 0 17px 0 10px;
}
.key_foot{
    background-image: url(../img/pie_keypad.png);
    background-repeat: no-repeat;
    height: 29px;
}
h1{
    background-image: url(../img/divimage.png);
    background-repeat: no-repeat;
    height: 116px;
    width: 100px;
    margin: 0 auto 10px;
    padding: 20px 0 0 0;
    background-position:  bottom center;
}
h1 a{
    text-indent: -9999px;
    display: block;
    height: 116px;
    width: 100px;
}
.keypad li a, .keypad li ul li a{
    font-weight: bold;

}
.keypad li a{
    color: #FDC600;
    font-size: 16px;
}
.keypad li ul li a{
    color: #B3B3B3;
    font-size: 14px;
}
.keypad a{
    margin:0;
    border-bottom: dashed 1px #b3b3b3;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.keypad{
    padding: 5px 10px
}
.content{
    margin: 0 0 0 180px;
    padding: 75px 0 0 0;
}
.footer{
    clear: both;
    background-image: url(../img/bg_li.png);
    border-top: 1px solid #E6E6E6;
    position: fixed;
    bottom: 0px;
    width: 100%;

}
ul.index li{
    padding: 7px;
    margin: 5px 0 10px 0;
    line-height: 0px;
    background-image: url(../img/bg_li.png);
}

ul.index li img{
    /*height: 300px;*/
    margin: 0;
    width: 640px;
    padding: 0;
}
ul.index li a{
    /*display: inline-block;
    border: 5px solid #1a1a1a;
    width: 155px;
    background-color: #1a1a1a;
    text-align: center;
    padding: 0 0 10px 0;*/
}
ul.index li div{
    float: right;
    width: 150px;
    padding: 0 5px;
}
ul.index li h3{
    color: #FDC600;
    font-weight: bold;
}

h2{
    border-bottom: dashed 2px #1a1a1a;
    margin: 0 0px;
    padding: 7px;
    font-size: 24px;
    font-weight: normal;
    color: #1a1a1a;
    font-family: sans-serif;
}
.transparent{
    padding: 15px;
    line-height: 0px;
    background-image: url(../img/bg_li.png);
    margin: 10px auto;
}
fieldset {
    border: none;
    width:100%;
    margin:5px auto 0 auto;
    padding:0;
    display:block;
}
label {
    width:100%;
    margin:0;
    padding:0;
    color: #FDC600;
}
input, textarea {
    width:100%;
    background-color: #FFF;
    margin:5px 0 0 0;
    padding:0;
    color: #333;

}
form fieldset .enviar {
    background-color: #FFF;
    width: 50px;
    margin-top: 5px;
    color: #333;
    text-align: center;
}
form{
    width: 50%;
    margin: 20px auto
}
.transparent .error{
    border:solid 2px #FD5353;
    background-color:#FFBFBF;
    background-image:url(images/error_bg.jpg);
    background-repeat: no-repeat;
    background-position:80px center;
    margin:10px
}
.transparent .error p{
    color:#FD5353;
    font-weight:bold;
    padding:7px 7px 7px 120px;
    width:230px;
}
.transparent .ok{
    border:solid 2px #009800;
    background-color: #E7FFE7;
    background-image:url(images/ok_bg.jpg);
    background-repeat: no-repeat;
    background-position:80px center;
    margin:10px
}
.transparent .ok p{
    color: #009800;
    font-weight:bold;
    padding:7px 7px 7px 120px;
    width:280px;
}
ul.index li div p, .transparent p{
    color: #E6E6E6;
}
ul.index li ul.inter li{
    background: none;
    color: #E6E6E6;
    margin: 0px;
    padding: 2px 0 2px 5px;
    line-height: 14px;
}
ul.index li a.link{
    position: relative;
    top: -20px;
    float: right;
    color: #FDC600;
}
.keypad a.contacto{
    padding: 20px 0;
}
