﻿/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);*/
body {
    /*font-family: 'Open Sans', 'sans-serif';*/
    background: #FDFDFD; /*#6ff2b3;*/ /*#6ff2b3*/    
}

/*testletra {
    color: red;
}*/

/*.navbar navbar-inverse {
    font-style: italic;
}*/

.navbar a {
    color: black!important;    
}

.navbar navbar-nav {
    color: blue;
}

.navbar-nav>li>.dropdown-menu {
    margin-top:10px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
    width:100px;
    font-size: 12px;
   font-weight:bold;
}

/*ul.nav a:hover {
    color:#fff !important;
}*/

/*.navbar .navbar-nav > li > a,
.navbar .navbar-nav > .active > a {
    color: black !important;
}*/

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: white !important;
}

/*CSS PARA MENU CON 
    /* Title */
.navbar-default .navbar-brand {
    color: #777;
}


    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #5E5E5E;
    }

    .nav.navbar-nav.navbar-right li a {
    color: blue;
}

    /*DROPDOWN LARGE*/
.dropdown-large {
    /*position: static !important;*/
}
.dropdown-menu {
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*background: #B2D6FF;*/
    /*border-radius: 5px;
    padding-top: 60px;*/
    /*position: absolute; /* Add these */
    /*top: -25px;*/
    /*left: -30px;*/
    width:450px; /*ancho menu*/
}

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  width:180px;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    /*font-weight:300;*/
    line-height: 1.428571429;
    color: #333333;  /*#6ff2b3;*/
    white-space: normal;
}
/*.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}*/
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #808080;/*#999999;*/
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  /*color: #428bca;*/
  color:#800080;	
  font-size: 16px; /*tamano destacado menu*/
  /*max-width:200px;*/
}

/*.btn-minus {
    cursor: pointer;
    font-size: 7px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid gray;
    border-radius: 2px;
    border-right: 0px;
}

.btn-plus {
    cursor: pointer;
    font-size: 7px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid gray;
    border-radius: 2px;
    border-left: 0px;
}*/

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}

