html, body {
	color: rgba(33, 37, 41, 1);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 14px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: #fff;
}

.error,
.obligatorio {
	color: #fe3131;
}

.tt {
	font-size: 13px;
	font-weight: 500;
}

.tnr {
	font-weight: 500;
}

.tr,
.tnr {
	color: #33ab63;
}

.radios {
	display: flex;
	justify-content: center;
	align-items: start;
	font-size: 12px;
}

.radio {
	display: flex;
	align-items: center;

}

.radio input {
	margin-right: 4px;
}

.radio label {
	margin-bottom: 0;
	margin-right: 6px;
}

a.sodio {
	width: 34px;
    height: 12px;
    margin-right: 20px;
}

a.sodio:hover, a.sodio:active {
	background-position: left top;
}

a.sodio .logo_sodio_img {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #247FAF;
	vertical-align: top;	
}

a.sodio svg {
	vertical-align: top;	
}

a.sodio:hover .logo_sodio_img, a.sodio:active .logo_sodio_img {
	fill: #5B92D4;
}

a, a:visited {
	color: #007bff;
	text-decoration: none;
	transition: color 0.1s ease-out;
}

a:hover, a:focus {
	color: #80A9D1;
	text-decoration: none;
}

main {

	margin-left: 260px;
	padding: 20px 0;
	/*background-color: #F4F4F4;
	min-height: 1000px;*/

}

.form-inline .form-control {
	display: inline-block;
}

header {
	position: fixed;
	padding: 20px 0;
	top: 0;
	left: 260px;
	right: 0;

	z-index: 1;

	background-color: #FFF;
	transition: box-shadow 0.15s linear;
}

header.active {
     box-shadow: 0 0 5px rgba(0,0,0,0.2);   
}

header .titulo {
	font-size: 28px;
}

header .logo {
	height: 40px;
	vertical-align: top;
}

header .usuario {
	float: right;
	text-align: right;
	margin-top: 10px;
}

header .usuario a {
	line-height: 28px;	
	vertical-align: top;
	margin-left: 20px
}

header .salir {

	display: inline-block;
	height: 28px;
	width: 28px;
	background-image: url(../img/logout.svg);
	background-position: center center;
	background-size: 20px 19px;
	background-repeat: no-repeat;

	border-radius: 4px;

	transition: background-color 0.1s ease-out;

}

header .salir:hover {
	background-color: #c0d6f2;

}

header .boton_menu {

	display: none;
    height: 38px;
    width: 38px;
    background-image: url(../img/menu.svg);
    background-position: center center;
    background-size: 44px 42px;
    background-repeat: no-repeat;
    border-radius: 4px;
    transition: background-color 0.1s ease-out;
    margin-right: 20px;
    cursor: pointer;

	position: relative;
    left: -8px;

}

header .boton_menu:hover {
	background-color: #c0d6f2;

}

.sub_header {
	margin-bottom: 20px;
}

.sub_header:first-child {
	margin-bottom: 40px;
}

.sub_header input[type=text].form-control {

    width: 250px;

}

.sub_header select.form-control {

    min-width: 100px;
    max-width: 250px;

}

.opciones_header {

}

.opciones_botonera {

}

nav {

	position: fixed;
	width: 260px;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #33ab63;
	z-index: 3;


}

nav .cabezal {
	height: 80px;
	margin-bottom: 10px;
	padding: 20px;
	transition: box-shadow 0.15s linear;
}

nav .cabezal.active {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);   
}

nav .controles {
	border-bottom: 1px solid #eee; 
	padding-bottom: 20px; 
	margin-bottom: 20px;
}

nav .controles .form-control {
	margin-bottom: 10px;
}

nav .controles .form-control:last-child {
	margin-bottom: 0;
}

nav .contenido {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 80px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
}

nav .boton_menu {

	display: none;
    height: 38px;
    width: 38px;
    background-image: url(../img/cerrar_menu.svg);
    background-position: center center;
    background-size: 38px 36px;
    background-repeat: no-repeat;
    border-radius: 4px;
    transition: background-color 0.1s ease-out;

    cursor: pointer;
    float: right;

}

nav .boton_menu:hover {
	background-color: #5692dc;

}

nav .boton {

	color: #fff;

}

nav a.link, nav a.link:visited {
	color: #fff;
	text-decoration: none;
	transition: color 0.1s ease-out;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

nav a.link:hover, nav a.link:focus {
	color: #99cf31;
	text-decoration: none;
}

nav a.link .marca {

	background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 10px;


}

nav .titulo {

	color: #ccc;
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #578ed0;
    padding-bottom: 15px;

}

.nav_cerrar {
	height: 0;
	width: 0;
	display: none;
}

nav form .btn {

	width: 100%;

}


footer {
	position: fixed;
	padding: 10px 20px 20px 20px;
	bottom: 0;
	left: 260px;
	right: 0;
	height: 72px;
	background-color: #FFF;
	border-top: 1px solid #eee;
}

footer.alto {
	height: 122px;
}

footer .paginado {
	/* display: none; */
}


footer .paginado div {
	line-height: 38px;
}

.foto {
	margin-bottom: 20px;
}

.foto img {
	width: 200px;
}

.foto .btn {
	margin: 10px 0;
}

.row.linea-titulo {
	font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
	line-height: 18px;
}


.row.linea {
	padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.row.seleccionado {
	background-color: #e6f2ff;
}

.linea div:last-child {
	/* text-align: right; */
}

/* .linea:hover {
	background-color: rgb(242, 242, 242);
} */

.elementos_seleccionados {
	line-height: 30px;
	font-size: 12px;	
}


.row.campo-titulo {
	margin-bottom: 6px;
    font-weight: bold;
	font-size: 17px;
}

.row.campo-titulo-listado {
	margin-bottom: 10px;	
}

.row.campo {
	margin-bottom: 30px;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.row.campo_listado {
	margin-bottom: 10px;
	font-size: 16px;
}

.row.listado {
	padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
    margin-bottom: 10px;
}

.row.listado:last-child {
    margin-bottom: 30px;
}

.contenedor_ficha {
	max-width: 800px;
	margin: initial;
}

.span_union_campos {
	margin: 0 5px;
}

.listado select {
	padding: .375rem .375rem !important;
	width: 100% !important;
}

select.compacto {
	padding: .375rem .375rem !important;
	width: 100% !important;
}


.logo{
	width: 175px;
}

.estilo-h4{
	padding-left: 10px;
    padding-bottom: 10px;
    color: hsl(213deg 66% 26%);
}

.linea-rojo{
    border-bottom: 1px solid #cc3333;
}

.linea-azul{
	border-bottom: 1px solid #3d9fcd;
}

.linea-verde{
	border-bottom: 1px solid #33cc82;
}

.linea-naranja{
	border-bottom: 1px solid #daab4c;
}

.btn-primary {
    color: #fff;
    background-color: #39c191 !important;
    border-color: #39c191 !important;
	transition: all 0.5s ease-out;
}

.btn-primary:hover {
    color: #fff;
    background-color: #32ac63 !important;
    border-color: #32ac63 !important;
}

.olvido_clave{
	color: #39c191 !important;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.1s ease-out;
}

.boton_ingresar{
	margin-top: 10px; 
	margin-bottom: 10px;
}


@media (min-width: 920px) {


	.logo_out{
		display: none;
	}

	
.mr-auto1 {
	padding-left: 0;
}

}	


@media (max-width: 920px) {




	header {

		left: 0;

	}

	header .boton_menu {

		display: inline-block;

	}

	header .nombre_usuario {
		display: none;
	}

	nav {
		left: -260px;
	    transition: left 0.2s ease-out;
	}

	nav.activo {
		left: 0;
	}

	nav .boton_menu {
		display: block;
	}

	.nav_cerrar {
		position: fixed;
		height: initial;
		width: initial;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.1);
		z-index: 2;
		display: none;
	}

	main {

		margin-left: 0;

	}

	footer {

		left: 0;

	}


}

@media (max-width: 480px) {

	.sub_header:first-child {
		margin-bottom: 20px;
	}

	.sub_header:last-child {
		margin-bottom: 0;
	}

	.elementos_seleccionados {
	    font-size: 12px;
	}
	

}