@font-face {
    font-family: din;
    src: url("../SIAAF/fonts/Avenir/AvenirLTStd-Medium.otf");
}

html {
    background-color: #d8d8d8;
}

body {
    /*background: #EFD6BB;*/ /* Old browsers */
    background-color: #d8d8d8;
    border: none;
    color: #004d64;
    font: 11px Din, Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0px;
    width: 100%;
    /*background: -moz-linear-gradient(top,  #739db6 0%, #ccdee8 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#739db6), color-stop(100%,#ccdee8)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #739db6 0%,#ccdee8 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #739db6 0%,#ccdee8 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #739db6 0%,#ccdee8 100%); /* IE10+ */
    /*background: linear-gradient(top,  #739db6 0%,#ccdee8 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739db6', endColorstr='#ccdee8',GradientType=1 ); /* IE6-9 */
}



.mainTable {
    width: 100%;
}

.header1 {
    background-color: #cad5db;
    height: 100%;
    width: auto;
}

.header2 {
    background-color: #B99A7C;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.header3 {
    background-color: #cad5db;
    height: 100%;
    width: auto;
}
legend {
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px 7px 0px;
    padding: 0px 4px;
    vertical-align: middle;
}

.username {
    font-size: 11px;
    width: 150px;
}

fieldset {
    border: none;
    display: block;
    padding: 0px 12px 12px 12px;
}

    fieldset > legend {
        display: none;
    }

.row1 {
    background: #F9FAFB;
    padding: 3px;
}

    .row1 img {
        border: none;
        text-align: center;
    }

form {
    border: none;
    margin: 0px;
}

/* begin classes */

input, select, textarea {
    margin-bottom: 8px;
    margin-top: 8px;
}

SELECT {
    background-color: White;
    color: Black;
    font-size: 11px;
}

input {
    background-color: White;
    color: Black;
    font-size: 11px;
}

img, #resourcereport img, #adminedit img {
    border: none;
    vertical-align: text-bottom;
}

/* make hours input field more prominent */

.hours {
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    padding-top: 1px;
    text-align: center;
    width: 35px;
}

/* condense in mark up to be '.button' */

.submit, .reset, .delete, .create, .add, .copy {
    cursor: pointer;
    font-family: din,Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
    width: 120px;
    text-align: center;
    margin: 0;
    padding: 3px;
    background-color: #071435;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility). I've also hidden the table in the admin_create_projects.html page */

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

img {
    border: none;
}

/* pestañas */

.MaskedEditFocus {
    background-color: #D2E1E8;
    color: #004d64;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #FFAAAA;
}

.derecha2 {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 20%;
}

.derecha {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
}

.izquierda {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: middle;
}

.centro {
    text-align: center; /*padding-top:10px; 	padding-bottom:10px; 	padding-left:10px; 	padding-right:10px;*/
    vertical-align: middle;
}

.fondoPopup {
    background-color: Gray;
    filter: alpha(opacity=60); /*IE6*/
    opacity: 0.6; /* FF */
}

.panel {
    background-color: #EFEFEF;
    border-color: Gray;
    border-style: groove;
    padding: 5px;
    text-align: center;
    width: 500px;
}

.panel2 {
    background-color: #EFEFEF;
    border-color: Gray;
    border-style: groove;
    height: 400px;
    padding: 15px;
    width: 700px;
}

.panel2G {
    background-color: #EFEFEF;
    border-color: Gray;
    border-style: groove;
    height: 600px;
    padding: 15px;
    width: 1000px;
}

.tablaAlterna {
    background-color: White;
    width: 100%;
}

    .tablaAlterna > tbody > tr:nth-child(odd) {
        background-color: #3c539a;
        color: #FFFFFF;
        height: 20px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        vertical-align: middle;
        /*
  background-image: url(bgTable.png);
  
  background-position: 0 -5px;
  
  color: #554A69;
  vertical-align: middle;
*/
    }

    .tablaAlterna > tbody > tr:nth-child(even) {
        background-color: #F2F7F9;
        color: #554A69;
        vertical-align: middle;
        /*background-image: url(bgTableBody.png);
  
  color: #554A69;
  vertical-align: middle;*/
    }

tr.claro {
    background-color: #004d64;
    color: #554A69;
    vertical-align: middle;
}

tr.oscuro {
    background-color: #004d64;
    color: #554A69;
    vertical-align: middle;
}

.tablaAlterna tr td {
    border: 2px solid transparent;
    font-size: 1.3em;
    margin: 2px;
    padding: 10px;
    text-align: center;
}

.tablaAlterna tr.head {
    font-weight: bold;
}

.buttonsection {
    background-color: #c6ced8; /*background: #D6DDE9 url(imagenes/background_formsection.JPG) repeat-x center;*/ /*background: #D5E7E9 url(imagenes/background_formsection.JPG) repeat-x center;*/
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.formsection {
    /*background-color: #B99A7C;*/
 /*   border-color: rgb(7su4, 69, 40);
    border-style: solid;
    border-width: 2px;*/
    /*color: #B99A7C;*/
    /*background-image: url(bgTable.png); */
    /* background-color: #F2F7F9; /*background: #D6DDE9 url(imagenes/background_formsection.JPG) repeat-x center;*/ /*background: #D5E7E9 url(imagenes/background_formsection.JPG) repeat-x center;*/
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
}

.accordionCabecera {
    background-color: #c0d5e4;
    border: 1px solid #ccdee8;
    cursor: pointer;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    padding: 4px;
    text-transform: uppercase;
}

.accordionHeaderSelected {
    background-color: #3c539a;
    border: 2px solid #004d64;
    color: White;
    cursor: pointer;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
    padding: 4px;
    text-transform: uppercase;
}

.accordionContenido {
    background-color: #f4f8fa;
    border: 2px solid #004d64;
    border-top: none;
    font-size: 12px;
    min-height: 20px;
    padding: 7px;
}

#lbNavegacion {
    background: #d8d8d8;
    color: #004d64;
    font-size: 1.2em;
    margin: -2px -12px;
    padding: 5px 15px;
}

.clear {
    clear: both;
}

.tbL {
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 5px;
    width: 50px;
}

.completo {
    width: 250px;
}

#main {
    margin: 0 auto;
    width: 420px;
}

    #main > p {
        color: Snow;
        font-size: 2em;
    }

.footerHS {
    background-color: #d8d8d8;
    margin: -4px;
    padding: 7px;
}

    .footerHS span {
        display: inline;
    }

    .footerHS img {
        display: inline;
        width: 25px;
    }

.formsection.big {
    background-color: #c0d5e4;
    color: #004d64;
    font-size: 1.3em;

}

div.error {
    color: Red;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

.ErrorMessage {
    background-color: White;
    color: #004d64;
    font-size: 2.5em;
    line-height: 2em;
    padding: 40px 120px;
    text-align: center;
}

.captchaContainer {
    border: 3px solid #81a7be;
    margin: 0 auto;
    width: 220px;
}

.captcha {
    color: #81a7be;
    width: 220px;
}

.chooseTitle {
    background-color: #071435;
    padding: 3px;
    text-align: center;
}

div.captchaText {
    line-height: 0px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.captchaText label {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: -5px;
    padding-bottom: -5px;
}

.captchaText input {
    /* width: 200px; */
    font-size: 1.3em;
    padding: 3px;
}

.separador, .requi {
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px;
}

.requi {
    color: Red;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2px;
}

.textBox {
    font-size: 1.2em;
    font-weight: bold;
}

div.banner {
    background-color: White;
    font-size: 1.3em;
    padding: 10px;
    text-align: center;
    width: 800px;
}

div.top {
    margin: 0 auto 20px;
}

div.bottom {
    margin: 20px auto 0;
}

.logo, .logo a {
    color: inherit;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.haz {
    font-size: 1.5em;
}

#contenedor {
    background-color: white;
    border-style: solid;
}

#final {
     border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;

}