body{
    background-color: #cccccc;
}
/*
.page-header {
    background-color: #F5F5F5;
    margin: 0px 0px 20px;
    padding: 20px 20px 10px;
}
*/

.page-header {
    alignment-adjust: 100px;
    color: #FFFFFF;
    background: #305b7b;        
    align:center;
    /*para Firefox*/
    -moz-border-radius: 5px 5px 5px 5px;
    /*para Safari y Chrome*/
    -webkit-border-radius: 5px 5px 5px 5px;
    /* para Opera */
    border-radius: 5px 5px 5px 5px;
    /* para IE */
    behavior:url(border.htc);
    height: 12px;    
}

#contenido{
    min-height: 2000px;
    padding: 10px;
    padding-top: 20px;
}

#form_logueo{
    width: 500px;
    margin: 0 auto;
    border: 1px solid #999999;
    padding-bottom: 0px;
}

.nav{
    /*    float: none !important;*/
}
/*
.nav .menu_salir{
    float: right;
}*/

.alert{
    margin-bottom: 7px !important;
}

table tfoot th{
    background-color: #F5F5F5;
    border-top: 1px solid #DDDDDD;
}

.container > .content {
    background-color: #FFFFFF;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    /*margin: 0 -20px;*/
    margin: 0 0;
    padding: 20px;

}

.control-group label{
    width: 200px !important;
    margin-right: 10px;
}

.btn{
    vertical-align: baseline;
}

ul.bienvenida li{
    margin-bottom: 10px;
    list-style: none;
}

ul.bienvenida li img{
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
}

.span-derecho{
    border-left: 1px solid #cccccc;
}

.span-derecho{
    padding-left: 20px;
}

table.table input[type=checkbox], table.table img{
    width: 20px;
    margin-right: 10px;
    margin-left: 20px;
}

.backend_menu_lateral img{
    float: left;
    margin-right: 5px;
    vertical-align: top;
}

table td:first-child{
    width: 20px;
}

.conjunto {
    float:left;
    margin: 5px;
}
.fieldset { 
    border: 1px solid blue;
    padding: 0.5em;
    width: 300px;
    height: 400px;
}

.legend {
    padding: 0.2em 0.5em;
    border:1px solid blue;
    color:blue;
    font-size:90%;
    text-align:left;
}

.back {
    background-image: url("../../img/previous.png");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.next {
    background-image: url("../../img/next.png");
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}
.imprimir {
    background-image: url("../../img/print.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    padding: 10px 10px 10px 20px;
}
.restaurar {
    background-image: url("../../img/restore.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    padding: 10px 10px 10px 20px;
}
.cortar {
    background-image: url("../../img/cortar.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    padding: 10px 10px 10px 20px;
}
.volver {
    background-image: url("../../img/atras.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    alignment-baseline: central;
}
.viewer {
    background-image: url("../../img/viewer.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    padding: 10px 10px 10px 20px;
}
.bussinessmen {
    background-image: url("../../img/bussinessmen2.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
  
}
.resolver {
    background-image: url("../../img/resolver.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    padding: 10px 10px 10px 20px;
}
.clean {
    background-image: url("../../img/clean.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    padding: 5px;
}
.new {
    background-image: url("../../img/new2.png");
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    padding: 5px;
}
.valid {
   
    color:green;
   
    text-align:left;
}
.invalid {
   
    color:red;
   
    text-align:left;
}