.fondoBody {
    /*background: #BDBDBD;
    background: -webkit-linear-gradient(#BDBDBD, white);
    background: -o-linear-gradient(#BDBDBD, white);
    background: -moz-linear-gradient(#BDBDBD, white);
    background: linear-gradient(#BDBDBD, white);*/
    background: #25343f;
    align-items: center;
    text-align:center;
    font-size:1em;
}

body{
    /* margin-bottom:1.5em; */
}

.divContenido {
   	width:auto;
   	height:auto;
   	margin: 1em;
}

.box {
	border: 3px solid white;
	padding-top: .5em;
	padding-bottom: .5em;	
	background: #444444;
	border-radius: 1em 1em 1em 1em;
    -moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em;
}

input { 
	width: 100%; 
	margin-bottom: 1em; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: .25em;
	font-size: 1em;
	color: #fff;
	text-shadow: none;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: .4em;
	box-shadow: inset 0 -.5em .5em rgba(100,100,100,0.2), 0 .1em .1em rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}

input:focus { 
	box-shadow: inset 0 -.5em .5em rgba(100,100,100,0.4), 0 .1em .1em rgba(255,255,255,0.2); 
}

.footer {
  position: fixed;
  margin: .5em;
  bottom: 0;
  left: 1%;
  right:  1%;
  width: 98%;
  height: 1.5em;
  font-size: .75em;
  align-self: center;
  background-color: #444444;
  vertical-align: middle;
  color: white; 
  padding-left: .5em; 
  padding-right: .5em;
  border-radius: 1em 1em 1em 1em;
  -moz-border-radius: 1em 1em 1em 1em;
  -webkit-border-radius: 1em 1em 1em 1em;

   clear: both;
 
   z-index: 10;
}

.block_header {
  height: .2em;
  width: 100%;
  background-color: #444444;
    border-radius: 1em 1em 1em 1em;
  -moz-border-radius: 1em 1em 1em 1em;
  -webkit-border-radius: 1em 1em 1em 1em;
}

.container .text-muted {
   color:white;
}

button {
	width: 100%;
	padding: 0;
	margin: .1em;
	font-size: 1em; 
	color:#444444; 
	font-family: 'Raleway', sans-serif; 
	font-weight: 250;
}

#menu {
	outline: none;
	margin-top: .1em;
	margin-bottom: .1em;
	background: #444444;
	border: .1em solid white;
	border-radius: 1em 1em 1em 1em;
    -moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em;
    padding: .1em;
}

.title_menu {
	outline: none;
	color:white; 
	font-family: 'Raleway', sans-serif; font-weight: 700; 
	font-size: 1.5em;
	padding: .1em;
}


.title_menu:hover {
	color:#337ab7;
	background: white;
}

.logout:hover {
	color:#337ab7;
}


.spaces {
	margin-top: .1em;
}

.tableForm table{
    border-collapse: separate;
    border-spacing: 5px;
}

.tableForm td, th {
    text-align:center;
    min-width: 100px;
}

.tableForm tr {
    text-align:center;
    font-size:15px;
}

input[type=text],[type=password] {
	/* font-size: 1.25em; */
    /* background-color: #A4A4A4; */
    /* color: white; */
}

select {
	width: 200px;
    margin: 0;
    background: #A4A4A4;
    color:white;
    border: 1px solid #6E6E6E;
}

.classCenter {
    text-align:center;
}

.container_menu_father h4{
	float: right;
	vertical-align: middle;
}

.mainMenu {
  position: absolute;
  margin: .5em;
  left: 1%;
  right:  1%;
  top: 5em;
  width: 98%;
  height: 2em;
  font-size: 1em;
  align-self: center;
  text-align:center;
  background-color: #444444;
  vertical-align: middle;
  color: white; 
  padding-left: .5em; 
  padding-right: .5em;
  border-radius: 1em 1em 1em 1em;
  -moz-border-radius: 1em 1em 1em 1em;
  -webkit-border-radius: 1em 1em 1em 1em;
}

.submenu_and_content_section {
  position: absolute;
  margin: .5em;
  left: 1%;
  right:  1%;
  top: 7em;
  width: 98%;
  font-size: 1em;
  align-self: left;
  vertical-align: top;
  color: black; 
  padding: .5em; 
}

.wrapper {
	/* padding: .5em; */ 
	width: 100%;  
}

.content {
	padding: .5em;  
	height:100%; 
  max-height:80vh;
  min-height: 10vh; 
  overflow: auto;
  margin-top: 10px;
}