* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
body {background:#FEFEFE;}
 
.menu_bar {
	font-family:Verdana, Geneva, sans-serif;
	display:none;
}
 
header {
	width: 100%;
}
 
header nav {
	background: rgba(51,51,51,0.97);
	z-index:1000;
	max-width: 1000px;
	width:95%;
	margin:20px auto;
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
}
 
header nav ul li:hover {
	background: rgba(255,255,255,0.5); /* cuando posiciono el cursor sobre la opcion*/
}
 
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
	font-family:Verdana, Geneva, sans-serif;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .hijos {
	display:block;
}
 
header nav ul li .hijos {
	display: none;
	background: rgba(51,51,51,0.97);
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .hijos li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .hijos li a {
	display: block;
}
 
header nav ul li .hijos li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#000000;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
        color:#fff;	
	    text-decoration:none;
	    padding: 20px;
	    font-family:Verdana, Geneva, sans-serif;        
	}
 
	header nav ul li:hover .hijos {
		display: none;
	}
 
	header nav ul li .hijos {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .hijos li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}
.select-css {
 display: block;
 font-size: 18px;
 font-family: 'Arial', sans-serif;
 font-weight: 700;
 color: #444;
 line-height: 1.3;
 padding: .4em 1.4em .3em .8em;
 width: 320px;
 max-width: 100%; 
 box-sizing: border-box;
 margin: 0;
 border: 1px solid #aaa;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
 border-radius: .3em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff;
 background-repeat: no-repeat, repeat;
 background-position: right .7em top 50%, 0 0;
 background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
 display: none;
}
.select-css:hover {
 border-color: #888;
}
.select-css:focus {
 border-color: #aaa;
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring;
 color: #222; 
 outline: none;
}
.select-css option {
 font-weight:normal;
}

.boton{
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    background-color: #023859;    
    border-radius: 6px;
    border: 2px solid #023859;
	width:150px;
	height:55px;
  }
  .boton:hover{
    background-color: #10485F;
    border: 2px solid #10485F;
      
  }
.botonc{
    text-decoration: none;
    font-weight: 200;
    font-size: 11px;
    color: #ffffff;
    background-color: #023859;
    border-radius: 4px;
    border: 1px solid #023859;
	width:75px;
	height:47px;
  }
  .botonc:hover{
    background-color: #10485F;
  }
.tablainterna{
    border-collapse: collapse;
    width: 100%;    
    border: 1px solid black;
}
.tablainterna th,
.tablainterna td {    
    padding: 1px; /* Añade un espaciado interno para el contenido */
}



.btn-bootstrap {
  padding: .375rem .75rem;
  border-radius: .25rem;
  background-color: #E6344A;
  color: #fff;
  transition: background-color .15s ease-in-out;
}

.btn-bootstrap:hover, .btn-bootstrap:focus {
  background-color: #0069d9;
}

.btn-bootstrap:active {
  background-color: #0062cc;
}

#login .container #login-row #login-column #login-box{
    margin-top: 10px;
    max-width: 600px;
    height: 280px;
    border-radius: 3px;
    
}