body {
    padding-top: 10px; /* 40px to make the container go all the way to the bottom of the topbar */
    margin-bottom: 20px;
    background-image: url(/img/bg/f_body.png);
    background-repeat: repeat-x;
}
.container {
}
/* El grid quedara con 11 columnas
/* The white background content wrapper */
.content {
    background-color: #fff;
    padding: 50px;
    margin: 0px -20px; /* negative indent the amount of the padding to maintain the grid system */
    -webkit-border-radius: 6px 0px 6px 6px;
       -moz-border-radius: 0px 0px 6px 6px;
            border-radius: 0px 0px 6px 6px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
a:link{
    text-decoration: none;
    font-weight: normal;
}
a:hover{
    text-decoration: underline;
    font-weight: normal;
}
a:visited{
    text-decoration: none;
    font-weight: normal;
}
a.blanco:link, a.blanco:visited, a.blanco:hover{
    color: #ffffff;
}
a.curso:link, a.curso:visited, a.curso:hover{
    color: #000000;
}
a.noticias:link, a.noticias:visited, a.noticias:hover{
    color: #196db5;
    font-weight: bold;
}
h1 a.noticias{
    font-size: 20px;
    line-height: normal;
}
/*
form {
    padding-bottom:20px;
}
form legend{
    color: #196DB5;
    padding-bottom: 8px;
    border-bottom: 0px;
}
form fieldset .displayGroup{
}
form fieldset .displayGroupRight{
}
*/
form legend{
    color: #196DB5;
    padding-top: 18px;
    border-bottom: 0px;
}
form label{
    /*padding:6px*/
}
form span.help-block{
   color:#FF0000; 
}
form ul.help-block{
   color:#FF0000;
}
.dataTables input{
    text-align: left;
    width: 60px;
}
.tdCenter{
    text-align: center;
}
.tdLeft{
    text-align: left;
}
.tituloModuloAdmin{
    padding-left: 22px; 
    margin-bottom: 10px; 
    color: #ff0000;
    font-size: 1.2em;
}
.required {
    background-image:url(/img/icons/requiredx12.png);
    background-position:top left;
    background-repeat:no-repeat;
    padding-left:16px;
}
