@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#F0F0F0;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}
h1,h2
{
	display:none;
}
#btnDesconectar
{
	float:right;
	text-align:center
}
#botonMenuLateral
{
	display:none;
}

#cabecera {
	background: #fff url("../imagenes/header_bg.svg") no-repeat scroll center center / auto 100%;
	float: left;
	height: 90px;
	text-transform: uppercase;
	width: 100%;
}
#cntDesconectar
{
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	width: 1024px;
}

.logo {
	background: rgba(0, 0, 0, 0) url("../imagenes/logo.webp") no-repeat scroll left center / auto 80%;
	float: left;
	height: 90px;
	margin: 0;
	text-indent: -9999px;
	width: 240px;
}

#bloqueUsuarioConectado {
	float: right;
	margin-top: 2px;
	width:auto;
}
#bloque_cabecera p {
	color: #666;
	float: right;
	font-size: 0.9em;
	line-height: 23px;
	position: relative;
	text-align: right;
	z-index: 1;
}

#enlaceDesconectarSup {
	background: rgba(0, 0, 0, 0) url("../imagenes/off_h.svg") no-repeat scroll center center / 16px 16px;
	border: 1px solid #000 !important;
	float: right;
	font-size: 0.8em;
	margin-left: 15px;
	margin-top: 30px;
	min-width: 0;
	padding: 8px 14.5px !important;
	text-indent: -9999px;
	width: auto;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
}
#enlaceDesconectarSup:hover {
	background: rgba(0, 0, 0, 0.1) url("../imagenes/off_h.svg") no-repeat scroll center center / 16px 16px;
}

.cntNombreUsuario{
	float:right;
	font-size:0.8em;
	margin-top:29px;
	margin-right:0px;
	color: #000;
	background: rgba(0, 0, 0, 0) url("../imagenes/user.svg") no-repeat scroll left center / auto 95%;
	padding-left:50px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:16px;
}
#cntNombreUsuarioSinConectar
{
	padding-top:8px;
	padding-bottom:8px;
}
#cntNombreUsuarioConectado a{
	color: #000;
}

#bloqueUsuarioConectado hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(0, 0, 0, 0) -moz-use-text-color rgba(0, 0, 0, 0.3);
	border-image: none;
	border-style: solid none;
	float: right;
	margin: 6px 0;
	width: 90%;
}
#menu{
	border-radius: 3px 3px 0 0;
	float: left;
	margin-top:25px;
	overflow: hidden;
	width: 100%;
}
#menu2 {
	float: left;
	margin-top: 20px;
	width: 100%;
}

#MAIN {
	float: left;
	/*max-width: 1024px;*/
	width: 100%;
}
#contenidos {
	background: #fff none repeat scroll 0 0;
	float: left;
	min-height: 350px;
	padding: 0;
}
#contenidos h3 {
	border-bottom: 1px solid #ccc;
	color: #FF7B00 !important;
	float: left;
	font-size: 1.8em !important;
	font-weight: normal;
	margin: 0 0 25px;
	padding-bottom: 5px;
	width:100%;
}
#contenidos h4{
	float:left;
	font-size:1em;
	font-weight:normal;
	color:#FF7B00;
	margin:0px 0px 10px 0px;
}
#contenidos h4 {
	line-height: 1.5em !important;
	width: 100%;
}
#contenidos h4 strong{
	color:#FF7B00;
}
#pie{
	float:left;
	width:100%;
	height:15px;
	background:url(../imagenes/bg_pie.webp) repeat-x top center;
	font-size:0.8em;
	color:#666;
	padding:30px 0px 45px 0px;
	text-align:center;
	 margin-bottom: 25px;
}
#pie a{
	color:#FF7B00;
	text-decoration: underline;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
#sign{
	margin-top:5px;
}
.gris{
	background:#F4F4F4;
}
.seguridad{
	width:165px;
	height:46px;
	margin-bottom:8px;
	border:1px solid #ccc;
}
#foot,#foot:hover{
	background:none;
}
.cebra{
	background:#f0f0f0;
}
/**/
.textos{
	font-size: 0.9em;
	line-height: 18px;
	color: #666;
}
.mostrar,
.paginador{
	float:left;
	width:50%;
	margin-bottom:40px;
	text-align:center;
	font-size:0.75em;
}
.paginador{
	font-size:1.25em;
}
.paginador a{
	text-decoration:underline;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	padding:0px 5px 0px 5px;
}

/*
* TABLAS y DATATABLES
*/
.dataTable,.tabla
{
	float:left;
	width:100%;
	font-size:0.8em;
}
.dataTable th, .tabla th{
	color:#fff;
	background:#FF7B00;
	padding:10px;
	font-weight:bold;
	border-right:1px solid #fff;
}
.dataTable tr{
	border-bottom:1px solid #fff;
}
.dataTable th:last-child,
.dataTable tr:last-child td,
.tabla th:last-child,
.tabla tr:last-child td
{
	border:none;
}
.dataTable tr:hover td, .tabla tr:hover td{
	color:#000;
}
.dataTable td, .tabla td{
	/*min-width:143px;*/
	padding:10px;
	color:#666;
	text-align:left;
	border-right:1px solid #fff;
}
.dataTable strong, .tabla strong{
	color:#FF7B00;
}
.dataTable a img, .tabla a img{
	border:none;
}
.dataTable tr
{
	cursor:pointer;
}
.dataTables_filter {
	border-top: 1px dotted #FF7B00;
	color: #666666;
	float: right;
	font-size: 0.8em;
	margin: 10px 0 0;
	padding-top: 10px;
	width: 100%;
	text-align: right;
}
.dataTables_info
{
	font-size:0.8em;
}
.dataTables_info, .dataTables_paginate, .paginador {
	border-top: 1px solid #f0f0f0;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-top: 15px;
	width: 50%;
}
.dataTables_info{
	text-align: left;
	float:left;
}
.dataTables_paginate, .paginador{
	float:right;
	text-align:right;
}
.dataTables_filter input
{
	/*height:22px;*/
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 5px;
	color:#000;
	background:#F4F4F4;
	-o-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	margin-bottom:10px;
	border:1px solid #ccc;
}
.dataTables_paginate, .paginador
{
	float:right;
	width:50%;
}
.dataTables_paginate .paginate_active , .dataTables_paginate .current , .paginador #pagactual {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 10px;
	text-decoration: none;
}
.dataTables_paginate .paginate_button, .paginador .botonpaginar , .paginador .paginas {
	color:#FF7B00;
	text-decoration:none;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	padding:0px 5px 0px 5px;
	font-size:0.8em;
	cursor:pointer;
}
.dataTables_paginate:hover .paginate_button:hover, .paginador .botonpaginar:hover , .paginador .paginas:hover {
	text-decoration:underline;
}
.dataTables_processing {
	background: rgba(0, 0, 0, 0) url("../gifs/loading.gif") no-repeat scroll left center;
	float: left;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: -54px;
	min-height: 30px;
	padding-left: 30px;
	padding-top: 15px;
}
.dataTables_wrapper
{
	float:left;
	width:100%;
}
.loading
{
	font-family:Arial,Helvetica,sans-serif;
	background:url(../gifs/loading.gif) no-repeat left center;
	padding-left:40px;
	padding-top:15px;
	height:30px;
}

/*
* Clases genéricas
*/
.clear{
	clear:both !important;
}
.fl
{
	float:left !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml30{
	margin-left:30px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr20{
	margin-right:20px !important;
}
.mr30{
	margin-right:30px !important;
}
.mt0
{
	margin-top:0px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt40{
	margin-top:40px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt40{
	padding-top:40px !important;
}
.oculto
{
	display:none !important;
}

/*---------------------------------------------------*/
#menuM li:last-child {
	display:none;
}
#cntCambioModoTM a{
	margin-bottom:10px;
}
#cntBotonBuscar{
	width:auto;
	margin-right:0;
}
#infoClienteSeleccionado span {
	font-weight: bold;
}
#bloqueCentrosFS label
{
	font-size:0.9em;
	margin-top: 6px;
}
#msgSinArticulosFS
{
	margin-bottom: 30px;
}