body{
	background-color: white;
}
.navbar{
	margin-bottom: 0;
	border-radius: 0;
}

.jumbotron{
	background-image: url(../img/fondo-banner.jpg);
	color: white;
	margin-bottom:5px;
}

.hogar{
    width: 100%;
	/*background-image: url(../img/hogar.jpg);*/
	margin-bottom:5px;
}

.titulo {

}

.col-sm-3{
	background-color:#F6F8D4;
	border:1px solid black;
	border-radius:10px;
	margin-bottom:1px;
	padding-top:5px;
}



.col-sm-2{
	background-color:#F6F8D4;
	border:1px solid black;
	border-radius:10px;
	margin-top:15px;
	margin-bottom:1px;
	padding-top:5px;

}
.codigo {
	font-size:16px;
}
.codigo1 {
	font-size:10px;
}
img { border:1px solid black}

.col-sm-3 > h4 {
	background-color: rgba(170,184,255,1.00);
	color: #000;	
	text-align: center;
	border-radius: 20px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}


footer{
	background-color: black;
	padding: 25px;
	color: white;
}

.row.content{
	height: auto;
}


.sidenav{
	padding-top: 20px;
	background-color: #f1f1f1;
	height: auto;
}

.foot{
	padding-top: 10px;
	background-color: black;
	color:#FFF;
	height: 175px;
}

#contenedor{
	padding: 5px 25px; 
	margin-top: 25px;
	}

.izq{
	float: left;
	margin-right: 10px;
}
th{ 
	background: gray; 
	color:white;
}
td{
	vertical-align: top;
	padding-top: 10px;
}

/*
*  MENU HORIZONTAL DASHBOARD
*-------------------------------------------------------*/
#wrapperMenu {
  width: 100%;
  margin: 20px 20px;
  font-size:18px;
}

.wrappernav-dashboard {
    /*background: #d3d3d3;*/
    /*border: 1px dashed orange;*/
    width: 100%;
    padding: 2px;
    margin: 0;
}
#menu-dashboard {
    /*border: 1px dashed red;*/
    border-left: 1px solid #bcbcbc; 
    border-right: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
    border-radius: 5px;
    overflow: hidden;
}
#menu-dashboard .active a {
    background-color: #F6F8D4;
    border-radius: 0;
    color: #fff;
}
#menu-dashboard li {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bcbcbc;
}
#menu-dashboard li > a {
    border-radius: 0;
    padding: 3px;
    color: #444;
}
#menu-dashboard > li > a:hover,
#menu-dashboard > li > a:focus {
    color: #715CF9;
    background: #F6F8D4;
  -webkit-transition: all 1ms ease-in-out;
-moz-transition: all 1ms ease-in-out;
-ms-transition: all 1ms ease-in-out;
-o-transition: all 1ms ease-in-out;
transition: all 1ms ease-in-out;
}
#submenu {
    background: #333;
}
#submenu li {
    border: none;
}
#submenu li a {
    color: #fff;
    padding: 3px;
    margin: 0;
    text-indent: 10px;
}
#submenu li a:hover {
    background: rgba(0,0,0,.5);
}


/* ----------------------------------------
   scrollUp
---------------------------------------- */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: 50px;    /* Width of image */
  height: 50px;
  z-index: 99;
  /*font-size: 18px;
  border: none;
  outline: none;*/
  background-image: url("../img/top.png");
  background-repeat: no-repeat;
  background-position:center;
  background-color: rgba(170,184,255,1.00);

   /*color: white;*/
  cursor: pointer;
  padding: 0px;
  /*border-radius: 10px;*/
  text-indent: -999999px;
}

#myBtn:hover {
  background-color: red;
}

/* ----------------------------------------
barra navegacion
---------------------------------------- */
#topNav {
  margin-bottom:0;
}

#nav2 {
  width: 100%;
  margin-top:49px;
  

}



.navbar-toggle {
	outline:0;
}


