body {
  font-size: 16px;
  color: #ffffff;
  background: #383838;
  font-family: 'Raleway', arial, sans-serif;
}


/*ESTILO GENERAL DE LAS TABLAS*/
table.tabla_general {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #FFFFFF;
  background-color: #EEEEEE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.tabla_general td, table.tabla_general th {
  border: 3px solid #FFFFFF;
  padding: 3px 2px;
}
table.tabla_general tbody td {
  font-size: 10px;
  color: black;
}
table.tabla_general tr:nth-child(even) {
  background: #D0E4F5;
}
table.tabla_general thead {
  background: #0B6FA4;
  border-bottom: 5px solid #FFFFFF;
}
table.tabla_general thead th {
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #FFFFFF;
}
table.tabla_general thead th:first-child {
  border-left: none;
}

table.tabla_general tfoot {
  font-size: 10px;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}
table.tabla_general tfoot td {
  font-size: 10px;
}
/*HASTA AQUÍ LO RELATIVO A LAS TABLAS*/



/**scroll básico para todo*/				
.scrolling::-webkit-scrollbar{display: none;}

#zona_logueo{
	background-color: white; 
	width: 100%; 
	margin: auto;
	text-align: center;
	padding: 30px 0px 30px 0px;
}

#zona_piepag{
	background-color: white; 
	width: 100%; 
	position: relative;
	top: 30%;  
	left: 50%; 
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 12px; 
	margin: auto;
	color: black;
}

#contenido{
	width: 80%;
	height: 100%;
	background-color: #3C4755; /*COLOR DE FONDO DEL CONTENIDO*/
	color: white;
	font-size: 12px;
	padding-left: 2,5em;
	float: right;
	z-index: 90;
}

#header_nav{
	width: 63px;
}

#header_nav nav {
	float: center;
 	display: inline-block;
  	width: 100%;
  	height: 100%;
  	padding-top: 10px;    	
}

#zona_logo_sup{
	width: 100%;
	height: 20px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 20px 0px 20px 0px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(20,20,20,1) 47%, rgba(41,41,41,0.4271847166601015) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(20,20,20,1) 47%, rgba(41,41,41,0.4271847166601015) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(20,20,20,1) 47%, rgba(41,41,41,0.4271847166601015) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#292929",GradientType=1);
}

#div_bienvenida{
  	padding: 0px 10px 10px 10px;
  	z-index: 100;
  	left: 1%;
  	float: left;
  	font-size: 14px;
}

#logo_esquina_sup_izq{
  	width: 30px;
  	padding: 0px 10px 10px 10px;
  	z-index: 100;
  	right: 1%;
  	float: right;
}

#mainnav ul {
  padding: 15px 5px 15px 5px;
  position: fixed;
  font-weight: 400;
  z-index: 100;
  height: 200px;
  width: 50px;
  text-align: left;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: outset 2px;
  border-top: outset 2px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-style: ridge;
  border-top-style: ridge;
  background-color: #3C4755; /*COLOR DE FONDO DEL MENÚ*/
}

#mainnav li {
  list-style: none;
  margin: .5em 0 0;
  font-size: 1em;
}

#mainnav li:hover span {
  opacity: 1;
  transition: 0.25s;
}

#mainnav li.invisible {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
#mainnav li.animate {
  opacity: 0;
  animation-duration: 0.25s;
  animation-name: easeOutBounce;
  animation-fill-mode: forwards;
}
#mainnav li.animate:nth-child(4) {
  animation-delay: 0s;
}
#mainnav li.animate:nth-child(4) {
  animation-delay: 0.15s;
}
#mainnav li.animate:nth-child(4) {
  animation-delay: 0.3s;
}
#mainnav li.animate:nth-child(4) {
  animation-delay: 0.45s;
}
#mainnav a {
  text-decoration: none;
  color: #ffffff;
  
}
#mainnav i {
  border: 2px solid #ffffff;
  padding: .5em;
  border-radius: 50%;
  font-size: 14px;
  width: 30px;
  height: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

#mainnav span {
  color: #C13237;
  padding: .35em;
  margin-left: .5em;
  border-radius: .2em;
  font-size: .75em;
  transition: .3s;
  background: #fff;
  opacity: 0;
  position: relative;
  z-index: 1000;
}

#mainnav span:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  left: -.4em;
  top: 50%;
  margin-top: -.5em;
  border-style: solid;
  border-width: .5em .5em .5em 0;
  border-color: transparent #ffffff transparent transparent;
}

/* Imitates jQuery UI's ease-out-bounce animation effect */
@keyframes easeOutBounce {
  0% {
    font-size: 0;
  }
  37% {
    font-size: 1.75em;
  }
  55% {
    font-size: 1.3125em;
  }
  73% {
    font-size: 1.75em;
  }
  82% {
    font-size: 1.6275em;
  }
  91% {
    font-size: 1.75em;
  }
  96% {
    font-size: 1.715em;
  }
  100% {
    font-size: 1.75em;
    opacity: 1;
  }
}

/* CUADROS DE HERRAMIENTAS*/

#marco_ext_cuadro_herramientas {
	margin: auto; 
	width: 98%; 
	height: 100%;
	margin-top: 100px;
}

#marco_int_cuadro_herramientas {
	margin: auto; 
	width: 100%; 
	height: 100%; 
	padding-top: 1%;
}

#cuadro_de_herramientas{
	margin-top: 1%;
	margin-bottom: 5%;	
}

#formulario {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #DDDDDD;
	margin: auto;
	width: 80%;
	color: white;
	text-align: center;
	background-color: #bababa; /*COLOR DEL FONDO DEL CUADRO DE HERRAMIENTAS*/
}

#apartado {
	margin-bottom: 15px;
	overflow: hidden;
	color:white;
	background-color: #242424; /*COLOR DE LOS INPUTS*/ 
	width:100%; 
	position: relative; 
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:14px; 
}

#formulario div input{
	border: 1px solid #DCDCDC;
	width: 150px;
	margin: 2% 10% 2% 10%;
}

#formulario div select{
	border: 1px solid #DCDCDC;
	float: center;
	width: 155px;
	margin: 2% 10% 2% 10%;
}

#formulario div textarea{
	border: 1px solid #DCDCDC;
	float: center;
	width: 150px;
	margin: 2% 10% 2% 10%;
}

#formulario h3{
	background-color: #242424; /*COLOR DEL ENCABEZADO*/ 
	width: 100%; position: relative; 
	text-align: center;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}

#formulario h5{
	background-color: #3C4755; /*COLOR DEL SUBTÍTULO DEL CUADRO*/
	width:100%; 
	position: relative; text-align: center;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
} 

#div_para_submit{
	width: 100%;
	text-align: center;
	height: 40px;
	justify-content: center;
}

#div_para_submit input{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(80,80,80,1) 11%, rgba(63,63,63,1) 89%, rgba(41,41,41,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(80,80,80,1) 11%, rgba(63,63,63,1) 89%, rgba(41,41,41,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(80,80,80,1) 11%, rgba(63,63,63,1) 89%, rgba(41,41,41,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#292929",GradientType=1);
	color: white;
}
	
#input-cuadro{
	background: none repeat scroll 0 0 #DEDEDE;
	border: 1px solid #C6C6C6;
	float: center;
	font-weight: bold;
	width: 100%;
	margin:auto;
	position: relative;
}

#pie_de_cuadro{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	margin-top:10px; 
}

#pie_de_cuadro p {
	margin: auto;
	text-align: center;
	float: center;
	display: inline-block;
	font-size: 8px;
	width: 80%;
	color: black;	
}

/*FIN DE CUADRO AJUSTES*/
