

/*index*/

body.pagina_index {
    background: #5398d5;
}


.pagina_index h2{

	color:red;
	margin-top:38px;
	margin-bottom:38px;
}

.pagina_index label{

	color:#ffffff;
}


/*menu principal*/

.container-fluid.navbar_menu.contenedor-menu-principal {
    background: #5398d5;
}

.container-fluid a.navbar-brand, .container-fluid a.navbar-brand:hover  {
    color: #fff;
}

li.dropdown.navbar_dropdown {
    background: #fff;
    margin: 6px;
}


/*menu lateral*/


    a.btn.btn-primary.ajax-link:hover {
        background: #5398d5;
    }

/*modulo reporte-pedidos*/

  form.formulario-reporte-pedidos select{width:80%;}


/*pagina agregar_venta.php*/

 .pagina_venta ul.menu_izquierdo >li>a {
    color: #fff;
}

/*footer*/

footer.footer {
	color:#fff;
    background: #165387;
    height: 50px;
    padding: 13px 31px;
}

footer a, footer a:hover{
	color:#ffffff;
}

.btnn {
    display: table-cell;
    padding: 1px 3px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
