/* CSS Document */
/* =============================================================================== */
/* TOP LEVEL */
*{    font-family: verdana,helvetica;    font-size: 12px;  margin: 0;}
html, body {	height: 100%; background-color: #696969;}

/* css footer y body placeolders */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}


/* =============================================================================== */
/* GENERIC TAGS */
label {color: #F5F5F5;font-size: 11px;}

select {font-size:11px;}
option {font-size:11px;}

input[type=text],input[type=password]{
    border: solid 1px #7F9DB9;
    border-right: solid 2px  #7F9DB9;
    padding: 2px;
}


input[type=text]:focus,input[type=password]:focus{
    border: solid 1px #303E5C;
    border-right: solid 2px #303E5C;
}

input[type=button]{
    font-size:10px;
}

/* =============================================================================== */
/* MENU */
.menu{
    background-color: #303E5C;
    height: 62px;
    width: 100%;
    border-bottom: solid 2px #000;
}
.menu table td{
    text-align: center ;
    vertical-align: bottom;
    width:150px;
    height: 58px;
}
.menu table td a{
    font-size: 13px;
    font-weight: bolder;
    color: #FFF;
    text-decoration: none;
}
.menu table td a:hover{text-decoration: underline; }

/* =============================================================================== */
/* BARRA DE TAREAS */
.barra_tareas{background-color:#A6A6A6;}

.barra_tareas a{ color: #696969;text-decoration: underline; cursor: pointer;}

/* =============================================================================== */
/* SUBMENU */

.submenu{
    border-top: double 3px lightblue;
    border-bottom: double 3px lightblue;
    width:80%;
    border-right: double 3px lightblue;
    background:#595959;
    color:#FFF
}

.submenu a:hover { cursor: pointer; text-decoration: underline;}

/* =============================================================================== */
/* TITULOS */

.titulos {
    background:#263727; text-align:center; color: #FFF; font-size:11px;
}

.menu_html_anchor {
    height:62px;
}

.menu_html_toggler {
    position: relative;
    color:#FFF;
    float:right;
    cursor:pointer;
    background:#303E5C;
    text-align: left;
    height:20px
}
