﻿@charset 'UTF-8';

/****INICIO RESET*****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body , iframe
{
    font-family:Arial;
	margin:0;
	padding:0;
	height: 100%;
}

form
{
    height:100%;
	overflow-x: hidden;
    }
    
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: inline-block;
}

a {
    text-decoration:none;
    line-height:36px;
}

textarea {
   font-family: inherit;
   font-size: inherit;
  resize: none;
}

select::-ms-expand {
    display: none;
}

select {
    background-image:  url(../images/comboFlecha.png) !important;
    background-repeat:no-repeat !important;
    background-position:92% !important;
    border-radius: 0px;
    height: 16px;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select option {
    background-color:#5B5B59;
    padding:5px;
    color:#FFF;
}

select option:hover{
    background-color:#00ADEE;
}

input[type="radio"] + label {
    margin-left: 6px;
}

input[type="checkbox"]{
    background:#5B5B59!important;
}

input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover {
    color:#00ADEE;
}


.class_checkbox{
    background:url('../images/checkbox.png') no-repeat;
    height: 21px;
    width: 21px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.class_checkbox.checked{
    background:url('../images/checkboxHover.png') no-repeat;
    height: 21px;
    width: 21px;
    display:inline-block;
    padding: 0 0 0 0px;
}

/****FIN RESET*****/

/****INICIO GENERALES*****/

html, body{
    color: #5B5B59;
	background-color: #fff;
    font-size:14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.izquierda{
	float: left;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.derecha{
	float: right;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.limpiar{
	clear: both;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}


.oculto
{
    display:none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ocultoLento{
    opacity: 0; 
    height: 0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.visible{
	display: block;
    opacity: 1;
    height: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contenedorMenu ::-webkit-scrollbar { /* WebKit browsers */
    display: none; 
}
.contenedorMenu :-moz-scrollbar { /* Mozilla Firefox 4 to 18 */
    display: none; 
}
.contenedorMenu ::-moz-scrollbar { /* Mozilla Firefox 19+ */
    display: none; 
}
.contenedorMenu :-ms-scrollbar { /* Internet Explorer 10+ */
    display: none; 
}

/* input y link, submit, checkbox y radio */
textarea
{ 
    height:15px;
}

input:not([type="submit"]),
select,
textarea
{    
    color:#999999;
    background-color:#E7E8E9;
}

input[type="submit"],
a {    
    color:#FFFFFF;
    cursor:pointer;
    background-color:#5B5B59;
    text-align:center;
    outline: none;
}

input:not([type="checkbox"]):not([type="radio"]),
a,
select,
textarea{
	border: none;
    display: inline-block;
    font-size: 14px;
    margin-bottom:5px;
    min-width:100px;    
    height: 36px;
    padding-left: 5px;
    box-sizing: border-box;
    padding: 0px 10px;
    max-height: 36px;
}

input[type="text"],
textarea {
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-transition: all 1s linear;
	   -moz-transition: all 1s linear;
	     -o-transition: all 1s linear;
	        transition: all 1s linear;
}

input:not([type="text"]),
a,
select{
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}


input:not([type="textbox"]):not([type="checkbox"]):not([type="radio"]):not(#editorComprobante input):active,
input:not([type="textbox"]):not([type="checkbox"]):not([type="radio"]):not(#editorComprobante input):focus,
input:not([type="textbox"]):not([type="checkbox"]):not([type="radio"]):not(#editorComprobante input):hover,
a:active,
a:focus,
a:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover{
    color:#FFFFFF;
	background: #00ADEE;
	border: none;	
} 

:not(.error):active::-webkit-input-placeholder { /* WebKit browsers */
    color:    #008ABE;
}
:not(.error):active:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #008ABE;
}
:not(.error):active::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #008ABE;
}
:not(.error):active:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #008ABE;
}
:not(.error):focus::-webkit-input-placeholder { /* WebKit browsers */
    color:    #008ABE;
}
:not(.error):focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #008ABE;
}
:not(.error):focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #008ABE;
}
:not(.error):focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #008ABE;
}
:not(.error):hover::-webkit-input-placeholder { /* WebKit browsers */
    color:    #008ABE;
}
:not(.error):hover:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #008ABE;
}
:not(.error):hover::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #008ABE;
}
:not(.error):hover:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #008ABE;
}


/* Tooltip*/
.error 
{
    background-color: #fee!important; 
    color:#5B5B59 !important;
    border: 1px solid #962626 !important;
    }

.error option 
{
    background-color: #fee!important; 
    color:#5B5B59 !important;
    }

/* Tooltip*/
.ui-tooltip {
    border: none!important; 
    background-color:transparent!important;
    border-width:1px;
    display:inline-block;
    margin-left:2px;
    margin-top: -14px;
	padding:4px;
	-o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

/* Mensaje de Error*/

.mensajeError {
    color:#008ABE;
}

.linkAqui,
.linkAqui:hover
{
    background-color:transparent;
    color:#008ABE;
    min-width: 0;
    }
    
/****FIN GENERALES*****/

/**** INICIO LOADER****/

.overlay  
{
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 0%;
    height: 4px;
    background: #00ADEE;
    -moz-border-radius: 40%;
    -webkit-border-radius: 40%;
    border-radius: 40%;
    -moz-transition: width 500ms ease-out,opacity 500ms linear;
    -ms-transition: width 500ms ease-out,opacity 500ms linear;
    -o-transition: width 500ms ease-out,opacity 500ms linear;
    -webkit-transition: width 500ms ease-out,opacity 500ms linear;
    transition: width 500ms ease-out,opacity 500ms linear;
}

/**** FIN LOADER****/

/**** INICIO LOADER COMPLETO****/

.overlayCompleto  
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa; 
    filter: alpha(opacity=80); 
    opacity: 0.8; 
}
.overlayContentCompleto
{
    z-index: 99;
    margin: 250px auto;
    width:  250px;
}
.overlayContentCompleto h2
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.overlayContentCompleto img
{
    /*width: 150px;
    height: 150px;*/
}

/**** FIN LOADER COMPLETO****/


/**** INICIO TOOLTIPS****/

/* style-my-tootltips plugin, tooltip styling */

.ui-tooltip, .arrow:after 
{
    color:#5B5B59;
    position: absolute;
    background: #fffdc2;
	border:1px solid #e1e0aa;}
	
  .ui-tooltip {
	z-index:10000;
	max-width:100%;
    font-size:0.875em;
	text-align:center;
    border-radius: 20px;
	color:#707070;
	background:#fffdc2 url(../img/fade.png) repeat-x !important;
	font-family: 'Droid Sans', sans-serif;
	text-shadow: 1px 1px #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #e1e0aa;}
	
  .arrow {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
	*display:none;}
	
  .arrow.top {
    top: -16px;
    bottom: auto;}
	
  .arrow.left {
    left: 20%;}
	
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);}
	
  .arrow.top:after {
    bottom: -20px;
    top: auto;}

/**** FIN TOOLTIPS****/

/**** INICIO GENERALES****/

#updMensaje,
#updMensajeAviso{
    margin: 25px;
    text-align: center;
    max-width: 500px;
}

#updMensaje span,
#updMensajeAviso span{
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    color: #008ABE;
}

.sp-cancel,
.sp-cancel:hover
{
    color:White !important;
    }
    
      
#powerBy
{
    text-align: center;
    width: 100%;
    position: fixed;
    margin-top: 10px;
    display: inline-block;
    padding-bottom: 30px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    }
    
#contenedorMrK
    {
    position: fixed;
        }

#contendedorImagenesMrk 
    {
    border-top: solid;
    border-top-color:#E7E8E9;
    position: fixed;
    width: 100%;
    height: 17px;
    background-color: #fff;
    }
    
#ContenedorAyuda:active #imgCabezaMrK
{
    display:none;
    }    
    
#ContenedorAyuda:active #imgGlobo
{
    display:none;
    }    
    
#contendedorImagenesMrk:hover #imgCabezaMrK
{
    bottom: -50px;
    }
    
#contendedorImagenesMrk:hover #imgGlobo
{
    display: block;
    }

#contendedorImagenesMrk #imgGlobo
{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 65px;
    padding-left: 320px;
    
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
    }
    
#contendedorImagenesMrk #imgManosMrK
{
    position: absolute;
    bottom: 0;
    z-index: 4;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: -2px;
    }
    
#contendedorImagenesMrk #imgCabezaMrK
    {
    position: absolute;
    bottom: -85px;
    margin-left: 41px;
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
    
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
        }
        
#contenedorPowerBy
    {
    z-index: 3;
    position: absolute;
    width: 100%;
    background-color: white;
        }
    
iframe { display:block; width:100%; border:none; }
    
.contenedorMenu ::-webkit-scrollbar { 
    display: none; 
}
/**** FIN GENERALES****/


/*************************** Modal Navegador ************************************/

#naveg_modal
{   
    display: none;
    background: white;
    color: #5B5B59;
    height: 200px;
    left: 50%;
    margin: -80px 0 0 -255px;
    top: 50%;
    position: absolute;
    width: 550px;
    z-index: 2000;
}
#naveg_modal a
{ 
    background-color:transparent;
    color: #5B5B59; 
}
#icoNaveg a { color: #5B5B59; }
#icoNaveg a:hover { color: #5B5B59; }
#naveg_modal #texto
{
    font-family:'Arial';
    font-size:12px;
    font-weight:normal;
    margin:10px 30px 10px 27px;
}
#naveg_modal .btnClose { font-size:11px; text-shadow: 1px 1px 0 #CCCCCC; color:#333333; }
#naveg_modal #cerrar
{
    cursor:pointer;
    height:34px;
    position:absolute;
    right:-15px;
    top:-15px;
    width:34px;
}
#naveg_modal #icoNaveg 
{
    float:left;
    height:95px;
    width:550px;
    position:relative;
}
#naveg_modal #icoNaveg #chrome { float:left; margin-left:22px; margin-right: 25px; position:relative; text-align:center; width: 75px; }
#naveg_modal #icoNaveg #firefox { float:left; margin-left:15px; margin-right: 28px; position:relative; text-align:center; width: 75px; }
#naveg_modal #icoNaveg #opera { float:left; margin-right: 15px; position:relative; text-align:center; width: 80px; }
#naveg_modal #icoNaveg #safari { float:left; margin-right: 15px; position:relative; text-align:center; width: 80px; }
#naveg_modal #icoNaveg a { color:#000000; font-family:'Arial'; font-size:12px; font-weight:normal; text-decoration:none; }

#mdl_modal{ width:500px; }

#mdl_head{ margin-left:20px; font-family: Arial, Helvetica, sans-serif; font-weight:bold;}

.mdl_head_left{ width:95px; height:28px; float:left; margin-top:15px;}
.mdl_head_right{float:right; margin-top:5px;}

#mdl_modal  #mdl_head .btnCerrar{width:50px; height:20px; float:right;}

.negro #mdl_head span{color:#FFFF00; font-size:14px; text-shadow: 0 2px 0 #000000; }
.blanco #mdl_head span{color:#FF0000; font-size:14px; text-shadow: 0 1px 0 #CCCCCC;}

/*************************** Fin Modal Navegador ************************************/


#dp_swf_engine
{
    display:none;
    }