/*@charset "ISO-8859-1";*/
body{
    font: small "Trebuchet MS", Verdana, sans-serif;
    background-color: #cfcfff;
    text-align: center;
    BACKGROUND-IMAGE: url("../imagenes/bodybg.png");
    margin: 0px 0px 0px 0px;
}

#contenedor{
    border: 1px solid #cccccc;
    background-color: #fff;
    text-align: left;
    width: 25em;
    margin: auto;
    padding: 1em;
    margin-top: 4em;
}

#cont_listado{
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: left;
    width: auto;
    height:auto;
    margin: auto;
    padding: 1em;
}


#pie{
    margin-top: 1em;
    border: 1px solid #ccc;
    font-size: 0.9em;
    text-align: center;
}

#alert{
    margin-top: 10px;
    background-color: #FFFFCC;
    border: 1px dashed #FF0066;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}

#cabecera{
    text-align: center;
}

#login{
    border: 1px solid #ccc;
    font-size: 0.9em;
    padding: 0px;
    margin: auto;
    /*width: 40em;*/
}

#acceso{
    font-family: Verdana, sans-serif;
    text-align: center;
    BACKGROUND-IMAGE: url("../imagenes/top_body_bg.jpg");
    background-position:right;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 0px;
    margin: auto;
    height:20px;
    font-weight: bold;
    color:#FFFFFF;
    /*width: 50px;*/
}

fieldset{
    border: 0px dotted #ccc;
    width: 20em;
    padding: 1em;
}

input:focus, label:focus, textarea:focus {
    background: #fff;
    border: 1px solid #333;
}

input, select, textarea{
    background: #f4f4f4;
    border: 1px solid #b2b2b2;
    color: #000;
    margin: 1px;
    padding: 1px;
}

.msg{
    color: #FF0000;
    display: block;
    font-size: 16px;
    text-align: center;

}

a:link, a:visited{
    color: #c85b5b;
    text-decoration: none;
}


input [disabled] {
    background-color: #D4D0C8;
}

.fc_main { background: #DDDDDD; border: 1px solid #000000; font-family: Verdana; font-size: 10px; }
.fc_date { border: 1px solid #D9D9D9;  cursor:pointer; font-size: 10px; text-align: center;}
.fc_dateHover, TD.fc_date:hover { cursor:pointer; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #999999; border-bottom: 1px solid #999999; background: #E7E7E7; font-size: 10px; text-align: center; }
.fc_wk {font-family: Verdana; font-size: 10px; text-align: center;}
.fc_wknd { color: #FF0000; font-weight: bold; font-size: 10px; text-align: center;}
.fc_head { background: #000066; color: #FFFFFF; font-weight:bold; text-align: left;  font-size: 11px; }

