
@import "form.css";
.imagenBuscador{
    position: relative;
    top: 7px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background:  url('../images/all-normal.png')203px -109px;
}
.ajax-loader{
    margin-left: auto;
    margin-right: auto;
    width: 32px;
    height: 32px;
    background: url('../images/ajax-loader.gif')
}
.ajax-loader-min{
    margin-left: auto;
    margin-right: auto;
    width: 16px;
    height: 16px;
    background: url('../images/ajax-loader-min.gif')
}



a {
    color: #21759B;
    text-decoration: none;
}
a:hover {
    color: #D54E21;
}
body {
    font-family: "Arial","Helvetica","Verdana","sans-serif";
    font-size: 12px;
    margin: 0;
    min-height: 100%;
    padding: 0 0 20px;
}
.campoOculto{
    visibility: hidden;
}

div#contenidoDiv{
    padding: 10px 50px 10px 50px;
}

div#contenidoDiv div.descripcion{
    margin-top: 20px;
}

td.titulo{
    background-color: #b1cdfe;
}

div.datosEvaluacion{
    background-color: #e6fefc;
    border-color: #b1cdfe;
    border-width: 3px;
    border-style: solid;
    padding: 30px;
    text-align: center;
    font-weight: bold;
}

div.titulos{
    font-weight: bolder;
}
div.descripcion table{
    font-size: 10px;
}


a.img, input.img{
    display: block;
    min-width: 18px;
    float: left;
    outline:none;
    text-decoration: none;
    text-align: center;
    font-family: Verdana !important;
    font-size: 11px;
    padding:16px 2px 2px 2px;
    margin: 2px;
    color: #0d3349;
    background-color: #eeeeee;
    background-position: top center;
}

input.img{
    padding:14px 2px 1px 2px;
}

a.img{
    border-style: solid;
    border-left-color: #f5f3f0;
    border-top-color: #f5f3f0;
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-color: #82807d;
    border-bottom-color: #82807d;
    border-right-width: 2px;
    border-bottom-width: 2px;
}

a.img:active{
    border-left-color: #82807d;
    border-top-color: #82807d;
    border-left-width: 2px;
    border-top-width: 2px;
    border-right-color: #f5f3f0;
    border-bottom-color: #f5f3f0;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

input.img:hover, a.img:hover{
    color:#1b75bb;
    background-color: #fefefe;
}

.nuevo{background: url("../images/icons/add.png") no-repeat}
.volver{background: url("../images/icons/previous.png") no-repeat}
.lista{background: url("../images/icons/list.png") no-repeat}
.guardar{background: url("../images/icons/save.png") no-repeat}
.eliminar{background: url("../images/icons/delete.png") no-repeat}
.cancelar{background: url("../images/icons/cancel.png") no-repeat}
.ayuda{background: url("../images/icons/help.png") no-repeat}
.editar{background: url("../images/icons/edit.png") no-repeat}
.buscar{background: url("../images/icons/filter.png") no-repeat}
.aceptar{background: url("../images/icons/ok.png") no-repeat}
.siguiente{background: url("../images/icons/next.png") no-repeat}


table.form{
    margin:0 auto 0 auto;
}

.index tr{
    color: #efe;
    background-color: #ee8;
}

.index tr:hover{
    color: #ff0000;
    background-color: #ee8;
}

div.popup{
    background-color:#fff9f2;
    padding: 5px;
    visibility:hidden;
    position: absolute;
    width:220px;
    border-color: #fcaf3b ;
    border-width: 3px;
    border-style: solid;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    behavior:url(border-radius.htc);

}

div#datosIndex, div.datosIndex{
    width: 90%;
    margin: 10px auto;
}

div.dudas{
    font-size: 10px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #82807d;
}

.banda {
    background-color: #7E1A4E;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: auto;
    text-align: center;
    width: 100%;
    text-decoration: none !important;
}

.cajita {
    background-color: #E0DED1;
    float: left;
    height: 100%;
    width: 170px;
}

.textoCaja {
    float: left;
    height: 60px;
    width: 100%;
}

.caja {
    color: #484D50;
    float: left;
    font-size: 1em;
    height: 170px;
    margin: 10px auto 10px 40px;
    width: 680px;
}

.invertida {
    background-color: #FFFFFF;
    color: #7E1A4E;
}

.enlace {
    color: #828784;
    text-decoration: none;
}
