/*
    Document   : index
    Created on : 12-feb-2010, 10:24:34
    Author     : elchila
    Description:
        Purpose of the stylesheet follows.
*/

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

body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 20px;
}


h1{
    background: transparent url(../img/logo_mod.png) no-repeat scroll center top;
    height: 126px;
}

input{
    border: 1px solid #cccccc;
    color: #999999;
}

.inputs {
    height: 30px;
    font-size: 20px;
    margin: 5px;
    -moz-border-radius: 9px; /* FF1+ */
    -webkit-border-radius: 9px; /* Saf3+, Chrome */
    border-radius: 9px; /* Opera 10.5, IE 9 */
    padding-left: 7px;
}

input:hover {
    border: 1px solid #333333;
    color: #333333;
}

.error{
    color: red;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.login{
    background: url('../img/login.png') no-repeat;
    padding: 10px;
    width:351px;
    height: 181px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin: auto;
}

.tablita_index{
    width:360px;
    min-height: 120px;
    line-height: 50px;
    -moz-border-radius: 7px; /* FF1+ */
    -webkit-border-radius: 7px; /* Saf3+, Chrome */
    border-radius: 7px; /* Opera 10.5, IE 9 */
    background-color: #f3f3f3;
    border: 1px solid #999999;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 1px 1px #ffffff;
    margin: 10px;
    padding-bottom: 15px;
    float: left;
}
