﻿#footer {
    width: 94%;
    margin: 0 auto;
    margin-top:15px;
    color: #666 ;
    background-color: white;
    padding: 25px 35px;
    border: 1px solid #D7D7D7;
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#footer p, #footer p a, #footer span {
    color: #B7B7B7;
    text-decoration: none;
}


label {
    font-weight: normal !important;
}

form.fg_mb5 .form-group{
    margin-bottom: 5px !important;
}

form.fg_mb6 .form-group{
    margin-bottom: 6px !important;
}

form.fg_mb7 .form-group{
    margin-bottom: 7px !important;
}


#main {
    min-height: 750px !important;
}

/******************* 
    MENU SECCIONES 
********************/
ul#menu_secciones {
    margin: 0;
    /*padding: 0;*/
    display: block;
    width: 99%;
    /*margin: auto;*/
    clear: both;
    height: 105px;
    margin-bottom: 15px;
}

ul#menu_secciones li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center !important;
    float: left;
    width: 91px;
    background: url(images/menu/middle_list_item.png) center center repeat-x !important;
    height: 105px;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
ul#menu_secciones li:hover,
ul#menu_secciones li.active {
    background: url(images/menu/middle_list_item_over.png) center center repeat-x !important;
}

ul#menu_secciones li:first-child,
ul#menu_secciones li:first-of-type {
    background: url(images/menu/first_list_item.png) center center repeat-x !important;
}

ul#menu_secciones li:first-child:hover,
ul#menu_secciones li:first-of-type:hover,
ul#menu_secciones li.active:first-of-type {
    background: url(images/menu/first_list_item_over.png) center center repeat-x !important;
}

ul#menu_secciones li:last-child,
ul#menu_secciones li:last-of-type {
    background: url(images/menu/last_list_item.png) center center repeat-x !important;
}
ul#menu_secciones li:last-child:hover,
ul#menu_secciones li:last-of-type:hover,
ul#menu_secciones li.active:last-of-type {
    background: url(images/menu/last_list_item_over.png) center center repeat-x !important;
}

ul#menu_secciones li:hover *,
ul#menu_secciones li.active * {
    color: #006cb7 !important;
}

ul#menu_secciones li .title_pasos {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #444;
    /*font-family: 'helvetica_lt_std_condbold';*/
    margin-bottom: 8px;
    margin-top: 15px;
    text-decoration: none;
}
ul#menu_secciones li .imagen_seccion {
    width: 25px;
    height: 25px;
    display: block;
    margin: auto;
    margin-bottom: 13px;
}
ul#menu_secciones li .seccion_name a {
    /*font-family: 'helvetica_lt_std_condregular';*/
    color: #444;
    font-size: 11px;
    text-decoration: none;
    line-height:12px;
}


.bgPasos{
    background-image:url(images/pasos.png); 
    background-repeat:no-repeat;
    width:704px;
    height: 59px;
    vertical-align:middle;
}

.itemPaso{
    color: white;
    font-size: 11px;
    padding-top: 13px;
    line-height: 14px;
}



input.form-control, select.form-control
{
    font-size: 13px !important;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
}