@charset "utf-8";
/* CSS Document */

/************************
		Varios
************************/
.span-help {
    font-size: 10px;
}

.row.full-width { /* Para hacer que la tabla sea fullscreen */
  max-width: 100% !important;
  height: 100%;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}

th {
	text-align:center;	
}

.datoInvisible {
	visibility:hidden;
}

.dataTables tbody tr {
	height: 15px !important; /* or whatever height you need to make them all consistent */
}

.dataTables_filter{
	margin-top:10px;
}

.dataTables_length {
	margin-top:10px;	
}

div#menu_pedido {
	padding: 0;
}

.mitad {
	width:50%;
}

.form-group {
    margin-bottom: 5px;
}

hr {
	margin-top:5px;
	margin-bottom:5px;
}

.warning {
	border-left:#fff743 solid 5px;
}

.pull-left {
	margin-right: 10px;
}

.noPadding {
	padding:0;
}

.iconFiltro {
	width:15px !important;
	height:15px !important;
	background-color:#A5A5A5;
	font-size:11px;
	font-weight:600;
	color:#FFF;
	text-align:center;

	display:inline-block;
}

.controlOK {
	color: #24E13F;
	padding-top: 7px;
}

.controlNoOK {
	color:#EB2D30;
	padding-top: 7px;
}

.disabled {
    color: #DDD;
    overflow: auto;
}

.ui-menu .ui-menu-item a{
    background:red;
    height:10px;
    font-size:8px;
	list-style: none;
}

.loader
{
	/*Div que ocupa toda la pantalla*/
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#fff;
        background-image: url('../images/loading.gif');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; 
	/*IE*/
	filter: alpha(opacity=50);
	/*FireFox Opera*/
	opacity: .5;
}

/************************
		Botones
************************/
.botoneraDescarga {
	float:right;
}

.botoneraDescarga .col-lg-4{
	padding-left:0;
	padding-right:0;
}

.btnDescarga {
	background-color: #6685B7;
	margin:3px;
	padding:5px;
	height:35px;
	color:#FFF;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	clear:none;
}

.btnDescargaNo {
	background-color: #FFF;
	margin:3px;
	padding:5px;
	height:35px;
	color:#6685B7;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	clear:none;
}

.btnDescarga:hover {
	background-color: #EEE;
	color:#5b5b5b;
}

.btnReclamo a{
	padding-top:7px;
	margin-bottom:5px;
	float:right;
	height:35px;
	width:150px;
	background-color:#6685B7;
	color: #FFF;
	text-align:center;
}

.btnReclamoCerrar a{
	padding-top:7px;
	margin-bottom:5px;
	float:left;
	height:35px;
	width:150px;
	background-color:#DF0104;
	color: #FFF;
	text-align:center;
}

.btnSelect a{
	font-size:10px;
	padding:8px;
	margin-left:5px;
	float:left;
	background-color:#6685B7;
	color: #FFF;
	text-align:center;
}

.btnVerCabecera {
	background-color: #E8E8E8;
	width: 85px;
	margin:3px;
	padding:2px;
	height:20px;
	color:#000;
	font-size:10px;
	text-align:center;
	vertical-align:central;
	float:right;
}

.btnVerCabecera:hover {
	background-color:#6685B7;
	color:#FFF;
}

.form-group {
    margin-bottom: 5px;
}

hr {
	margin-top:5px;
	margin-bottom:5px;
}

.warning {
	border-left:#fff743 solid 5px;
}

.pull-left {
	margin-right: 10px;
}


#menu-toggle {
	visibility:hidden;
	display:none;
}

.btn-default {
	border-color:transparent;
	background-color: #6685B7;
}

.btn-default:active {
	border-color:transparent;
	background-color:#FFF;
}

.btn-default:hover {
	border-color:transparent;
	background-color:#FFF;
}

.btn-default:focus {
	border-color:transparent;
	background-color:#FFF;
}

.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled.focus, 
.btn-default[disabled].focus, 
fieldset[disabled] .btn-default.focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active, 
fieldset[disabled] .btn-default.active {
    color:#333 !important;
}

.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #6685B7;
}

.navbar-inverse {
  background-color: #6685B7;
  border-color: #6685B7;
}

.pagination > .active > span:focus {
  background-color: #6685B7;
  border-color: #6685B7;
}

.list-group-item.active:focus {
  background-color: #6685B7;
  border-color: #6685B7;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #6685B7 !important;
}

.sidebar-nav li a {
    text-decoration: none;
    color: #006990;
    background: rgba(255,255,255,0.2);
    border-left: #6685B7 4px solid;
}

/************************
		DataTables
************************/
div.dataTables_wrapper div.dataTables_info {
	float:left;
}

div.dataTables_wrapper div.dataTables_filter {
	float:right;
}

.dataTables_length {
	float:left;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #6685B7 !important;
    border-color: #337ab7;
}

button.dt-button, 
div.dt-button, 
a.dt-button {
    background-color: #6685B7 !important;
}
button.dt-button, 
div.dt-button, 
a.dt-button {
    background-color: #6685B7 !important;
}

button.dt-button:focus:not(.disabled), 
div.dt-button:focus:not(.disabled), 
a.dt-button:focus:not(.disabled) {
    border: 1px solid #6685B7;
    text-shadow: 0 1px 0 #6685B7;
    outline: none;
    background-color: #6685B7;
	color:#FFF;
}

button.dt-button:hover:not(.disabled), 
div.dt-button:hover:not(.disabled), 
a.dt-button:hover:not(.disabled) {
    background-color: #e0e0e0;
    color:#FFF;
}
/************************
		Textos
************************/
h1 {
	font-size:32px;
	font-weight:500;
	padding-left:10px;
}
h2 {
	font-size:24px;
	font-weight:500;
	padding-left:10px;
}
h3 {
	font-size:18px;
	font-weight:500;
	padding-left:10px;
}
h4 {
	font-size:16px;
	font-weight:500;
}

.texto16{
	font-size:16px !important;
	font-weight:500;
}

.texto12 {
	font-size:12px !important;
}

.texto11 {
	font-size:11px !important;
}

.texto10 {
	font-size:10px !important;
}

.centrado {
	text-align:center;
}

.centrado-v {
	text-align:center;
	vertical-align:middle;
}

.tituloItemCabecera {
	color: #6685B7;
}




/************************
		Tablas
************************/
.cabecera_tabla {
	background-color:#6685B7;
	color:#FFF;
	text-align:center;
}

/************************
		Colores
************************/
.texto_azul {
	color:#6685B7;
}

.texto_naranja {
	color:#6685B7;
}

.texto_blanco {
	color:#FFF;
}

.texto_rojo {
	color:#C00 !important;
}

.panel-primary {
	border-radius: 0;
	border-color:#6685B7;
}
.panel-primary > .panel-heading {
	border-radius: 0;
	border-color:#6685B7;
	background-color:#6685B7;
}

/************************
		Logos
************************/
#logoPortal {
    position: relative;
	top:7px;
	margin-bottom:10px;
	background-image:url(../images/portallogo.png);
	/*background-image:url(../images/logo_tta.png);*/
	background-repeat: no-repeat;
	background-position:top;
    width: 100%;/* put a non-zero width value here */ ;
    height: 33px;/* put a non-zero height value here */ ;
}

#logoEmpresa {
    position: absolute;
	bottom:10px;
	/*background-image:url(../images/invenzis_logo.png);*/
	background-repeat: no-repeat;
	background-position:bottom;
    width: 100%;/* put a non-zero width value here */ ;
    height: 23px;/* put a non-zero height value here */ ;
}

#logoPortalLogin {
    position: relative;
	top:17px;
	margin-bottom:10px;
	/*background-image:url(../images/invenzis_logo.png);*/
	background-repeat: no-repeat;
	background-position:top left;
    width: 100%;/* put a non-zero width value here */ ;
    height: 33px;/* put a non-zero height value here */ ;
}

#logoEmpresaLogin {
    position: relative;
	top:10px;
	/*background-image:url(../images/invenzis_logo.png);*/
	background-repeat: no-repeat;
	background-position:top right;
    width: 100%;/* put a non-zero width value here */ ;
    height: 23px;/* put a non-zero height value here */ ;
}

#logoPortalResponsive {
    padding-left:50px;
	padding-top:5px;
	width: 100%;/* put a non-zero width value here */ ;
	height: 25px;/* put a non-zero height value here */ ;
	visibility:hidden;
	display:none;
	z-index:99999;
}
#logoPortalResponsive.untoggled {
	visibility:hidden;
	display:none;
	z-index:99999;
}

#cajaLogin {
	width:300px;
	height: 220px;
	background-color:rgba(255, 255, 255, 0.3);
	position:relative;
	left:50%;
	margin-left:-150px;
	float:left;
	padding-top:20px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.27);
	-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.27);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.27);
}

/************************
		Contenido
************************/
.mainContent{
	margin-top:-5px;
	margin-bottom: 10px;
	padding:5px;
	background-color:#FFF;
	text-align:left;
}

/* Arregla el error de BS del fondo modal sobre el mensaje */
.modal-backdrop, .modal-backdrop.in{
  z-index:-1050;
}

.mainContent h3{
	padding:0;	
}
.sideContent{
	margin-top:-5px;
	margin-left:-5px !important;
	padding:5px;
	background-color:#FFF;
}
	
/************************
		Header
************************/
.headerPortal { 
	font-family: 'Questrial', sans-serif;
	margin-top:5px;
	margin-right:10px;
}

.datosProveedor {
	font-size:14px;
	text-align:right;
	margin-right:10px;
}

.datosProveedor a{
	color:#FFF !important;
}

.datosProveedor:hover {
	
}

.btnLogout{
	margin-top:-5px;
	border:0;
	height:50px;
	margin-right:auto;
}

.btnLogout:hover{
	background-color:#FFF;
	border:0;
}

.dropdown-menu {
    right: 0 !important;
    left: auto;
}

/*****************
	Dashboards
*****************/
.dashboard {
	width:100%;
	/*max-width:240px;*/
	color:#FFF;
	height:100px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-bottom:10px;
}

.fondoDashGrafico {
	width:100%;
	height:75%;
	background-color:#6685B7;
}

.graficoDash {
	width:100%;
	text-align:center;
	clear:none;
	padding-left:5px;
}

.numeroDash {
	padding-top:25px;
	clear:none;
	font-size:24px;
	text-align:right;
	position:relative;
	float:left;
	width:50%;
}

.iconDash {
	clear:none;
	padding-top:30px;
	position:relative;
	float:right;	
	text-align:left;
	width:50%;
	
}
.fa-stack-1x, .fa-stack-2x {
	text-align:left !important;
	margin-left:15px;
}

.textoDash {
	width:100%;
	height:25%;
	float:right;	
}

.fondoDashTexto {
	width:100%;
	height:25%;
	background-color:#666666;
	/*opacity:.8;	*/
	position:relative;
}

.tituloDash {	
	font-weight:600;
	text-align:center;
	clear:none;
	opacity:1 !important;
}

.detalleDash {
	font-weight:300;
	padding-right:5px;
	text-align:left;
	opacity:0;
	bottom:50px;
	clear:none;
	position:relative;
	float:left;
}

.dashboard:hover .fondoDashGrafico{
	transition: all 0.1s ease;
	opacity:1;
}

.dashboard:hover .fondoDashTexto{
	transition: all 0.1s ease;
	opacity:1;
	background-color:#6685B7;
}

.dashboard:hover .graficoDash{ 
	transition: all 0.1s ease;
	width:30%;
	position:relative;
	float:left;
	text-align:center;
}

.dashboard:hover .textoDash{ 
	transition: all 0.1s ease;
	width:70%;
	position:relative;
	float:right;
	text-align:left;
}

.dashboard:hover .tituloDash{
	transition: all 0.1s ease;
	-moz-transform:translatey(-50px);
	-ms-transform:translatey(-50px);
	-o-transform:translatey(-50px);
	-webkit-transform:translatey(-50px);
	transform:translatey(-50px);
	text-align:left;
	-moz-opacity:1; 
	filter:alpha(opacity=100); 
	opacity:1;
}

.dashboard:hover .iconDash{
	transition: all 0.05s ease;
	text-align:center;
	width:100%;
	padding-top:20px;
	margin-right:-5px;
}

.dashboard:hover .numeroDash{
	transition: all 0.05s ease;
	text-align:center;
	width:100%;
	padding-top:25px;
	font-size:18px;
}

.dashboard:hover .detalleDash{
	-moz-opacity:1; 
	filter:alpha(opacity=100); 
	opacity:1;
    transition: all 0.1s ease;
	-moz-transform:translatex(0px);
	-ms-transform:translatex(0px);
	-o-transform:translatex(0px);
	-webkit-transform:translatex(0px);
	transform:translatex(0px);
}

/****************************
	Dashboard consolidado
*****************************/
.dashboardConsolidado{
	width:100%;
	height:145px !important;
	min-height:130px;
	alignment-adjust:central;
}

.bkgDatoConsol {
	margin:2px;
	width:19.6%;
	background-color:#EEE;
	height:75px;
	float:left;
	color:#666;
	/*outline: thin solid #6685B7;*/
	alignment-adjust:central;
}

.bkgDatoConsol:hover{
	border-bottom-style: solid;
    border-bottom: thick solid #6685B7;
    transition: all 0.2s ease;
}

.numeroDashConsol{
	font-size:20px;
	color:#6685B7 !important;
	text-align:center;
	margin-top:15px;
	clear:right;
}

.tituloDashConsol {	
	font-weight:500;
	font-size:12px;
	text-align:center;
	clear:none;
	opacity:1 !important;
}



/*//////////////*/
/*Data Preloader*/
/*//////////////*/

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; 
	z-index:1; 
}

#status{
    position:fixed;
	left: 50%;
	top: 50%;
	/*margin-left: -5px;*/
}
#status span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#6685B7;
    position:absolute;
    animation: status 1.5s  infinite ease-in-out;
}
 
#status span:nth-child(2){
left:11px;
animation-delay: .2s;
 
}
#status span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#status span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#status span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes status {
    0% {height:5px;transform:translateY(0px);background:#6685B7;}
    25% {height:30px;transform:translateY(15px);background:#6685B7;}
    50% {height:5px;transform:translateY(0px);background:#6685B7;}
    100% {height:5px;transform:translateY(0px);background:#6685B7;}
}

#status em{
	font-size:10px!important;
	display:block;
	font-style:normal;
}

/************************
		Login
************************/
.mainContentLogin{
	background-color:#FFF;
	text-align:left;
	height:500px;
	background-image:url(../images/showcase-bg.jpg);
	width:100%;
	margin:0;
	padding:0;
}

#headerLogin{
	padding:5px;
	background-color:#FFF;
	text-align:left;
	height:60px;
}

#footerLogin{
	padding:5px;
	background-color:#FFF;
	text-align:left;
}

/************************
Nav tabs (Pestañas en detalle de documentos)
************************/
.nav-tabs { 
	border-bottom: 2px solid #DDD; 
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
	border-width: 0; 
}
.nav-tabs > li > a { 
	border: none; 
	color: #666; 
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
	border: none; 
	color: #6685B7 !important;
	background-color:#EEE;
	background: transparent; 
}
.nav-tabs > li > a::after { 
	content: ""; 
	background: #6685B7; 
	height: 2px; 
	position: absolute; 
	width: 100%; 
	left: 0px; 
	bottom: -1px; 
	transition: all 250ms ease 0s; 
	transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
	transform: scale(1); 
}
.tab-nav > li > a::after { 
	background: #6685B7 none repeat scroll 0% 0%; 
	color: #fff; 
}
.tab-pane { 
	padding: 0 0; 
}
.tab-content{
	padding:0
}

.ul  > .nav-tabs {
	padding-left: 0;
	padding-right: 0;
}

@media all and (max-width: 768px){
    .panel-heading {
        padding: 0;
		
    }
    .panel-heading a {
        display: block;
        padding: 10px 10px;
    }
    .panel-heading a.collapsed {
        background: #fff;
		color: #000;
    }
    .panel-heading a {
        background: #6685B7;
        border-radius: 0;
		color: #FFFFFF;
    }    
    .nav.nav-tabs li a,
    .nav.nav-tabs li.active > a:hover,
    .nav.nav-tabs li.active > a:active,
    .nav.nav-tabs li.active > a:focus {
        border-bottom-width: 0px;
        outline: none;
    }
    .nav.nav-tabs li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .tab-pane {
        background: #fff;
        padding: 10px;
        border: 1px solid #ddd;
        margin-top: -1px;
    }
}

/***********************
	Alta de proveedores
***********************/
.ap_icon_aprobado {
    background-color: #4CAF50; /* Green */
    border: 2px white;
    color: white;
    padding: 5px 8px;
	margin: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.ap_icon_noAprobado {
    background-color: #D10003;
    border: none;
    color: white;
    padding: 5px 10px;
	margin: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

@media all and (max-width: 768px){
    .ap_icon_aprobado {
		align-self: center;
		background-color: #4CAF50; /* Green */
		padding: 2px 5px;
		margin: auto;
		font-size: 11px;
	}

	.ap_icon_noAprobado {
		align-self: center;
		padding: 2px 5px;
		margin: auto;
		font-size: 12px;
	}
	
	.ap_textoAprobacion {
		font-size: 11px;
	}
}
 
/***********************
Mapa Datos del Proveedor
***********************/
#gmap_canvas{
	width:100%;
	height:30em;
}

#map-label,
#address-examples{
	margin:1em 0;
}

/************************
	Mensajes de error
************************/
#mainContentMensaje{
	padding:15px;
	background-color:#FFF;
	text-align:left;
	height:200px;
	position: relative;
    top: 50%;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

#iconoMensaje{
	text-align:center;
	height:200px;
	padding-top:50px;
	
}

#tituloMensaje{
	margin-top:50px;
	height:30px;
	font-size:18px;
	font-weight:600;
	text-align:left;
}

#textoMensaje{
	height:100px;
	text-align:left;
	padding-right:10px;
}

/************************
		Reclamos
************************/
.tituloDetalle{
	height:30px;
	margin-top:5px;
	font-size:14px;
	font-weight:600;
	text-align:left;
	border-bottom: 1px solid #6685B7;
}

.textoMsgReclamo{
	text-align:left;
	padding:10px;
	margin:5px;
	border-left: 4px solid #6685B7;
	overflow:hidden
}

#formMsgReclamo{
	text-align:left;
	padding:5px;
	margin:5px;
}

/************************
	Slider de noticias
************************/
.ticker-container {
	height: 60px;
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: rgba(238,238,238,1);
	color: black;
	/*background-color: white;
	color: black;*/
	font-size: 1.1em;
	margin-bottom: 15px;
}
.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	background-color: #6685B7;
	display: table;
	position: absolute;
	color: white;
	font-size: 0.8em;
	z-index: 1;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	height: 50%;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
	top: 30px;
}
.ticker-container ul div.not-active {
	top: 60px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul div li {
	padding: 5px 0;
}
.ticker-container ul div li a {
	color: #6685B7;
}

/***********************
        Formularios
***********************/
.full-width{
    float:left;
	width:100%;
	margin-top:30px;
	min-height:100px;
	position:relative;
}

#progress_bar {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #ddd;
}

#myBar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #4CAF50;
}

@media (min-width: 500px) {
	.ticker-container {
		height: 30px;
		text-align: left;
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
		/*background: url('./ticker-caption-bg.png');*/
	}
	.ticker-container .ticker-caption p {
		text-align: left;
		padding-left: 7px;
	}
	.ticker-container ul {
		margin-left: 170px;
		height: 100%;
	}
	.ticker-container ul div {
		height: 100%;
		left: 170px;
	}
	.ticker-container ul div.ticker-active {
		top: 0;
	}
	.ticker-container ul div.not-active {
		top: 30px;
	}
	.ticker-container ul div.remove {
		top: -30px;
	}
}

@media (min-width: 768px) {
  .ticker-container {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .ticker-container {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 992px) {
	.bkgDatoConsol {
		margin:3px;
		width:48.3%;
		background-color:#EEE;
		height:90px;
		float:left;
		color:#666;
		/*outline: thin solid #6685B7;*/
		alignment-adjust:central;
	}
	
	.numeroDashConsol{
		font-size:16px;
		color:#6685B7 !important;
		text-align:center;
		margin-top:10px;
		clear:right;
	}
}

@media all and (max-width: 768px){
	/***********************
		Dashboards mobile
	***********************/
	td {
		font-size:10px;
	}
	
	/***********************
		Dashboards mobile
	***********************/
	.dashboard {
		width:49% !important;
		display: inline-block;
		order:1;
		align-items:center;
	}
	
	.dataTables_wrapper {
		order:2;
	}
	
	/****************************
	Dashboard consolidado
	*****************************/
	.dashboardConsolidado{
		width:100%;
		height:145px !important;
		min-height:130px;
		alignment-adjust:central;
	}
	
	.bkgDatoConsol {
		margin:3px;
		width:48%;
		background-color:#EEE;
		height:60px;
		float:left;
		color:#666;
		/*outline: thin solid #6685B7;*/
		alignment-adjust:central;
	}
	
	/***********************
			Menu mobile
	***********************/
	#menu-toggle {
		display:inline;
		visibility:visible;
	}
	
	/***********************
		Logo Portal
	***********************/
	#logoPortalResponsive {
		visibility:visible;
		display:inline;
		z-index:99999;
	}
	
	/***********************
		Botones
	***********************/
	.botoneraDescarga {
		width:100%;
		float:none;
	}

}


