.header1 {
	background:#00467d;
	color:white;
	font-size:14px;
	height: 80px;
}

.piepagina , a {
	background:#00467d;
	color:white;
	
}
.baner2 {
	
	background:#9ad03e;
	color:white;	
}

.baner3 {
	
	background: #40A8A8;
	color:white;	
}

.cantidad{
	float: right;
	padding-right: 15px !IMPORTANT;
}

td {
height: 20px;
}
.aaa {
	color:white !important;
}
.aaa:hover{
	color:red !important;
}
/*linea que divide*/
hr{
   width:50%;
   border-radius: 20px ;
   margin-bottom: 15px;
   margin-top: 10px;
 }
 
 .pie{
   width:100%;
   border-radius: 20px ;
   margin-bottom: 20x;
   margin-top: 20px;
 }


 .bg-p {
     background-color: #e7e7e7;
 }
 
 /* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand { 
	color:  !important;
	line-height: 40px;
	height: 40px;
	padding-top: 4px;
}


/* On hover, the links will turn white */
.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #fff !important;
	background-color: red !important;
}
	
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	color: #fff !important;
}
	
/* The active link */
.navbar-nav li.active a {
	color: #fff !important;
	background-color:#29292c !important;
}
	
/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
	border-color: transparent;
}
	
/* Dropdown */
.open .dropdown-toggle {
	color: #fff ;
	background-color: #bbbbd !important;
}
	
/* Dropdown links */
.dropdown-menu li a {
	color:  !important;
}
	
/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
	background-color: red !important;
	color: #fff !important;
}

/*--------dropdown menu striped-------------*/
.dropdown-menu > select, option:nth-child(odd) {
  background:#f8f8f8;
}
.dropdown-menu > select, option:nth-child(even) {
  background: white;
}
/*------------------------------------------*/


.circulo {
  height: 120px;
  width: 120px;
  display: table-cell;
  text-align: center;
  font-size:20px;
  vertical-align: middle;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);

}
/*par los tooltips*/
.circulo2 {
  height: 35px;
  width: 35px;
  display: table-cell;
  text-align: center;
  font-size:20px;
  vertical-align: middle;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
   border: 1px solid #555;

}


 #modalgrande{
      width: 80% !important;
	 
    }
.imagenmodal{
	background:#9ad03e;
}