
.body {

        font-family: Arial;
        font-size: 14px;
        max-width: 750px;
        line-height: 20px;
        margin: auto;
        background: url(img/bg.gif);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
        -moz- box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
        }

.welecome {
    background-position: center;
    background: url(img/bg.gif);

}
.logobasliq {
    color: white;
    font-weight: bold;
    font-size: 25px;
    padding: 10px 10px 10px 10px;
    background: url(img/bar_vista1.gif) repeat-x top #f78411;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.5);

}

.basliq {
    color: white;
    font-weight:bold;
    font-size: 14px;
    padding: 3px 3px 3px 3px;   
    background: url(img/bar_vista1.gif) repeat-x top #f78411;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.5);

}
#icenter{text-align: center;}
#ileft{text-align: left;}
#iright{text-align: right;}

.menu {
    background: #FBFBFB;
    padding: 10px 8px 6px 6px;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.5);
}

.menu a {
    color: #0e63b8;
    text-decoration: none;
}

.menu a:hover {
    color: #fff;
    background: #0e63b8;
}
.links {
    background: #FBFBFB;
    border: 1px dotted #e5e5e5;
    padding: 2px;
}

.links:hover {
    background: #edecec;
}

.links a {
    color: #0e63b8;
    text-decoration: none;
}

.links a:hover {
    color: #fff;
    background: #0e63b8;
}
input[type="text"]:disabled {
    background: #dddddd;
}

input[type=submit],
a.button {
    text-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
    border-radius: auto;
    #box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    box-shadow: auto;
    color: #FFE8A1;
    border: solid 1px black;
    font-size: auto;
    padding: 10px 10px 10px 10px;
    background: url(img/bar_vista1.gif) repeat-x top #f78411;
}

a.button {
    padding: auto;
}

input[type=submit]:hover,
a.button:hover {
    background: #e67c13;
    color: #FFFFFF;
}
