html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body{
	margin: 0;
	padding: 137px 0 0 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	position: relative;
}
body.principal{
	background-image: none;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
}
body.sinmenu{
	padding: 97px 0 0 0;
}
form.form-control{
	padding-top: 15px;
	margin-bottom: 30px;
}
header{
    width: 100%;
    height: 136px;
    border-bottom: 1px solid #bbb;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
body.sinmenu header{
	height: 96px;
}
header figure{
	width: 90px;
	height: 90px;
	margin: 5px auto;
	overflow: hidden;
}
header figure img{
	width: 100%;
}
header > .container{
	position: relative;
}
header > .container > nav{
	position: relative;
	bottom: 0;
	right: 0;
}
header > .container > nav a{
	padding: 0 0 0 20px;
}
#cargando{
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 200;
	text-align: center;
	top: 0;
	left: 0;
	padding: 200px 0;
	color: #fff;
}
#cookies{
	padding: 10px 10px 10px 0;
	margin-top: -120px;
	margin-bottom: 100px;
	background-color: #17a2b8;
	color: #ddd;
}
#cookies span{
	font-size: 12px;
	color: #ddd;
}

#cookies a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	/*font-size: 12px;*/font-size: 14px;
	/*background-color: #fff;*/
	padding:0px 10px 0px 0px;
}
#cookies a.acepta,
#cookies a span{
	color: #fff;
	
}
#cookies a:hover, #cookies a:hover span{
	color: #ddd;
}
#principal{
	overflow: hidden;
	overflow-y: scroll; 
	width: 100%;
	height: 100%;
	padding-top: 50px;
	position: relative;
	color: #333;
	text-align: center;
}
#principal section{
	background: rgba(0,0,0,0.4);
	background-color: #fff;
	vertical-align: middle;
	width: 90%;
	max-width: 600px;
	min-width: 350px;
	padding: 50px;
	border-radius: 8px;
	margin: 0 auto 30px;
	box-shadow: 4px 4px 14px #333;
}
#principal section figure{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
#principal section figure img{
	width: 100%;
}
#principal h2{
	font-size: 28px;
	/*color: #012265;*/
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-top: -5px;
	margin-bottom: 20px;
}
#principal section p span{
	display: block;
}
#principal ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#principal ul li{
	padding-bottom: 10px;
}
#principal-admin h1{
	margin: 30px 0;
	text-align: center;
}
#principallogin{
	padding-bottom: 30px;
}
#principallogin h1{
	margin: 30px 0;
	text-align: center;
}
#filevernombre hr{
	margin: 0 15px 15px;
	width: 100%;
}
#filevernombre .form-group{
	display: table;
	width: 100%;
}
#filevernombre span{
	width: 33.333333333333336%;
	width: 24%;
	display: table-cell;
	text-align: right;
	line-height: 28px;
}
#filevernombre span img{
	display: inline-block;
	margin: 0 7px 0 0;
	vertical-align: text-bottom;
}
#filevernombre .form-group span:first-child{
	text-align: left;
	width: 70%;
}
#filevernombre .form-group span:last-child{
	width: 6%;
}
#filevernombre span.imgvertitulo{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#filescontenedor{
	display: none;
}
#filescontenedorvisible{
	position: relative;
	text-align: center;
	padding: 50px 30px 25px;
	border-radius: 8px;
	border: 2px dashed #ccc;
	background: url(../img/icono-subir-archivo.png) no-repeat center top 10px;
	background-size: 48px;
	color: #4d4d4d;
	font-weight: bold;
}
#filescontenedorvisible p{
	margin: 0;
}
#filesv{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	opacity: 0;
	direction: ltr;
	cursor: pointer;
	font-size: 0;
	height: 100%;
	width: 100%;
}
/*------------------CLASES------------------*/
.tabla-blanca{
	background-color: #fff;
}
.tabla-gris{
	background-color: #f3f3f3;
}
.blancobuscar{
	background-color: #fff;
	padding-top: 15px;
	margin: 15px 0;
	border: 1px solid #CED4DA;
	border-radius: 0.25rem;
	font-size: 13px;
}
.blancobuscar .col-md-4 .custom-control-inline{
	margin-right: 0;
}
.escondido{
	display: none;
}
#filevernombre .form-group span.eliminarficon{
	font-size: 24px;
	color: #BC2121;
	font-weight: bold;
	cursor: pointer;
}
.pedido-solo .blanco{
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	margin: 0 0 30px;
	border: 1px solid #CED4DA;
}
.pedido-solo img{
	display: block;
	width: 50px;
	margin: 5px auto;
}
.pedido-solo .custom-control{
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	border: 1px dashed #ddd;
	margin: 10px 0;
	border-radius: 4px;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    cursor: pointer;
}
.pedido-solo .custom-control:hover{
	background-color: #f3f3f3;
}
.pedido-solo .custom-control label{
	display: block;
	cursor: pointer;
	padding: 15px;
}
.pedido-solo .custom-control-label::before, .pedido-solo .custom-control-label::after{
	left: 5px;
	top: 5px;
}
.modal-footer{
	text-align: right;
}
.modal-footer p{
	text-align: left;
}
.modal-footer.row{
	margin: 0;
}
.modal-footer.row .col-sm-12{
	padding: 0;
}
.modal-footer.row > :not(:last-child){
	margin-right: 0;
}
.dataTables_wrapper.no-footer{
	position: relative;
	background-color: #fff;
	padding: 15px 15px 0;
	margin: 15px 0 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.dataTables_wrapper.no-footer .col-sm-12{
	padding: 0;
}
.dataTables_wrapper.no-footer .col-sm-12.col-md-7, .dataTables_wrapper.no-footer .col-sm-12.col-md-6, .dataTables_wrapper.no-footer .col-sm-12.col-md-5{
	padding: 0 15px;
}
div.dataTables_wrapper div.dataTables_info{
	white-space: normal !important;
}
/*
.dataTables_wrapper.no-footer .dataTables_length{
	position: inherit;
	right: inherit;
	top: inherit;
}
.dataTables_wrapper.no-footer .dataTables_filter{
	margin-right: 0;
	margin-bottom: 10px;
}
.dataTables_wrapper.no-footer input, .dataTables_wrapper.no-footer select {
    display: inline-block;
    width: 100%;
    width: auto;
    max-width: 112px;
    margin: 0 10px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #CED4DA;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.dataTables_wrapper.no-footer input:focus, .dataTables_wrapper.no-footer select:focus {
    color: #495057;
    background-color: #FFF;
    border-color: #80BDFF;
    outline: 0px none;
    box-shadow: 0px 0px 0px 0.2rem rgba(0, 123, 255, 0.25);
}
.dataTables_info{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}*/
.dataTables_paginate.paging_simple_numbers a{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 5px 15px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 4px;
	/*color: #FFF;
	background-color: #17A2B8;
	background-color: #28A745;
	border-color: #17A2B8;
	border-color: #28A745;*/
}
.dataTables_paginate.paging_simple_numbers a:hover{
	text-decoration: none;
	/*background-color: #138496;
	background-color: #218838;
    border-color: #117a8b;
    border-color: #1E7E34;*/
}
.input-group-text img{
	height: 23px;
}
.DTFC_RightWrapper{
	display: none;
}
.DTFC_LeftHeadWrapper{
	background-color: #fff;
}
@media (min-width: 480px){
	/*.dataTables_wrapper.no-footer .dataTables_length{
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.dataTables_wrapper.no-footer .dataTables_filter{
		margin-right: 215px;
	}*/
}
@media (min-width: 550px){
	body{
		padding: 97px 0 0;
	}
	header{
		height: 96px;
	}
	header figure{
		margin: 5px;
	}
	header > .container > nav{
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	#principal section p span{
		display: inline;
	}
	/*.dataTables_wrapper.no-footer input {
    	max-width: 155px;
	}*/
}
@media (min-width: 800px){
	body.principal{
		background-image: url(../img/cube3d-fondo.png);
		background-size: 100% auto;
	}
	#principal{
		padding-top: 120px;
	}
	/*.dataTables_wrapper.no-footer input {
    	max-width: 100%;
	}*/
}