body{
    padding: 0;
    margin: 0;

    /* color: #9900a7; */
    
    

}

/* Efecto de botones de función ============================================= */

.botonCallFunc{
    border-collapse:collapse;
    border-width: 1px;
    border-color: #A7A7A7;
    border-style: solid;
}

.botonCallFunc:hover {
    cursor:pointer;
    border-collapse:collapse;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    position:relative;
    top:1px;
}

.botonFondoGris{
    border-collapse:collapse;
    border-width: 1px;
    border-color: #A7A7A7;
    border-style: solid;
}

.botonFondoGris:hover {
    background-color: #F2F2F2; 
    cursor:pointer;
    border-collapse:collapse;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    position:relative;
    top:1px;
}

.estiloSubTit{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    background-color: #000000;
    border-width: 1px;
    border-style: solid;    
    border-top-color: #797979;
    border-bottom-color: #545454;
    border-left-color: #797979;
    border-right-color: #797979;
    padding: 4px;
    /*padding-left: 6px;*/
}

.estiloTitCeldaCapt{
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #F1F1F1;
    color: #3F3F3F;
    
    border-width: 1px;
    border-style: solid;    
    border-top-color: #A7A7A7;
    border-bottom-color: #A7A7A7;
    border-left-color: #A7A7A7;
    border-right-color: #A7A7A7;   
}
/* =========================================================*/

.titGpo{
    margin-top: 10px;
    margin-bottom: 4px;
    margin-left: 20px;
    color: #3f3f3f;
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    text-align: left;
}

.myButtonGris{
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#727272;
    font-family: 'Poppins', sans-serif;
    font-size: 12pt;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    line-height: 21px;
}
.myButtonGris:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.myButtonGris:active {
	position:relative;
	top:1px;
}

.EstiloMarcoSubMenu{
    border-collapse: collapse;
    border-width: 1px;
    border-color: #cacaca;
    border-style: solid;
}

.EstiloBordeFino{
    border-collapse: collapse;
    border-width: 1px;
    border-color: #A7A7A7;
    border-style: solid;
}

.estiloTextBoxReadOnly{
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    color: #303030;
    background-color: rgb(225, 243, 255);
    border-collapse: collapse;
    border-width: 1px;
    border-color: #8b8b8b;
    border-style: solid;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;    
}

.btnSolo{
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    color: #555;
    line-height: 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 9px;
    border-top-color: #d8d8d8;
    border-left-color: #d8d8d8;
    border-bottom-color: #bdbcbc;
    border-right-color: #bdbcbc;    
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 22%, rgba(227,227,227,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 22%,rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 22%,rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e3e3e3',GradientType=0 );
    cursor: pointer;
}

.btnSolo:hover {
    cursor:pointer;
    border-width: 1px;
    border-color: rgb(78, 78, 78)8d8;
    border-style: solid;
    position:relative;
    top:1px;
}


.linInf{
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c2c2c2;
}

/* Configuración Placeholder ==================== */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Poppins', sans-serif;
    font-size: 11pt; 
    color: rgb(172, 172, 172);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Poppins', sans-serif;
    font-size: 11pt; 
    color: rgb(172, 172, 172);
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'Poppins', sans-serif;
    font-size: 11pt; 
    color: rgb(172, 172, 172);
    opacity: 1; /* Firefox */
}

/* Configuración Scrollbar ==================== */

::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {

    background-color: #fbfbfdff;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #d4d4d4;
} 

::-webkit-scrollbar-thumb {

    background-color: rgb(215, 229, 250);

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #c2c2c2;
} 

::-webkit-scrollbar-button {
    background: fbfbfdff;
}

/* ============================================ */


.estiloContMod{
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.estiloDivMod{
    width: 99%;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #757575;
    font-size: 11pt; 
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    border-top: transparent;
    border-bottom-color: transparent;
    border-left-color: #c2c2c2;
    border-right-color: #c2c2c2;
}

.tdSup{
    height: 40px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
}

.tdLat{
    height:100%;
    width: auto;
    background-color: rgb(246, 251, 255);
}

.tdInf{
    height: 32px;
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
}

/* Modal window */
    #mask{
        position: absolute;
        background-color: #5F5F5F;
        display: none;
        top: 0px;
        left: 0px;
    }

    .MarcoModulo{
        position: absolute;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
        background:white;
        border: 4px solid rgb(14, 71, 156);
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 8px;
    }
/* Fin Modal window */

.botonGrafFlecha{

    padding: 0px;
    height: 32px;
    width: 32px;

    border-collapse:collapse;
    border-width: 1px;
    border-color: #007c29;
    border-style: solid;
}

.botonGrafFlecha:hover {
    cursor:pointer;
    border-collapse:collapse;
    border-width: 1px;
    border-color: #068506;
    border-style: solid;
    position:relative;
    top:1px;
}

.btnNaranja {
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    color: #1a1a1a;
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;
    background: rgb(255,188,107);
    background: -moz-linear-gradient(top,  rgba(255,188,107,1) 33%, rgba(255,146,10,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,188,107,1) 33%,rgba(255,146,10,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,188,107,1) 33%,rgba(255,146,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbc6b', endColorstr='#ff920a',GradientType=0 );
  }
  
  .btnNaranja:hover {
    color: #ffffff;
    background: rgb(97,166,232);
    background: -moz-linear-gradient(top,  rgba(97,166,232,1) 29%, rgba(97,166,232,1) 29%, rgba(73,155,234,1) 42%, rgba(32,124,229,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(97,166,232,1) 29%,rgba(97,166,232,1) 29%,rgba(73,155,234,1) 42%,rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom,  rgba(97,166,232,1) 29%,rgba(97,166,232,1) 29%,rgba(73,155,234,1) 42%,rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a6e8', endColorstr='#207ce5',GradientType=0 );
    cursor: pointer;
  }

  .estBtnVerde{
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    color: #ffffff;
    border-width: 1px;
    border-color: #A7A7A7;
    border-style: solid;
    cursor: pointer;
    border-radius: 6px;

    background: #11d631;
    background: -moz-linear-gradient(top,  #11d631 0%, #299a0b 100%);
    background: -webkit-linear-gradient(top,  #11d631 0%,#299a0b 100%);
    background: linear-gradient(to bottom,  #11d631 0%,#299a0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11d631', endColorstr='#299a0b',GradientType=0 );
}

.estBtnRojo{
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11pt;
    color: #ffffff;
    border-width: 1px;
    border-color: #A7A7A7;
    border-style: solid;
    cursor: pointer;
    border-radius: 6px;

    background: #ff8484;
    background: -moz-linear-gradient(top,  #ff8484 0%, #d10000 100%);
    background: -webkit-linear-gradient(top,  #ff8484 0%,#d10000 100%);
    background: linear-gradient(to bottom,  #ff8484 0%,#d10000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8484', endColorstr='#d10000',GradientType=0 );
}


.estiloImgLogo{
    border-collapse: collapse;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;
    border-radius: 100px;
    background-color: #ecedee;
}


.formFondoGris{
    padding: 4px;
    color: #cbced1; 
    border-radius: 15px;
    background-color: #dee3e7;
    -webkit-box-shadow: 10px 10px 5px -3px rgba(204,204,204,1);
    -moz-box-shadow: 10px 10px 5px -3px rgba(204,204,204,1);
    box-shadow: 10px 10px 5px -3px rgba(204,204,204,1);
}

.estiloInputText{
    outline: none;
    background: none;
    font-size: 11pt;
    color: #666;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
    caret-color: #000000;
}

.EstiloLogo{
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 14pt; 
}

.dropdown{
    height: 31px; 
    /* position: relative; */
    display: inline-block;
    font-family: Trebuchet MS, sans-serif;
    font-size: 14pt;
    color: #ffffff;
    background-color: transparent;
}

.dropdown:hover .dropdown-content{
    display: block;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-left-color: #dbdbdb;
    border-top-color: #dbdbdb;
    border-right-color: #A7A7A7;
    border-bottom-color: #A7A7A7;
}
  
.dropdown-content{
    margin-top: 9px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px  rgba(0,0,0,0.2);
    z-index: 1;
    font-family: Trebuchet MS, sans-serif;
    font-size: 14pt;
    color: #616161;
}

.colorOpcSup{
    cursor: default;
    transition: all 0.5s;
    padding-left: 17px;
}

.colorOpcSup:hover{
    color: #1a1a1a;
}

.opcselec{
    cursor: pointer;
    margin-left: 18px;
}

.opcselec:hover{
    color: #272727;
}

.titModulo{
    font-family: 'Poppins', sans-serif; 
    font-size: 15pt;
    color: #2777c2;
}

.descripTabla{
    font-family: 'Poppins', sans-serif;
    font-size: 13pt;
    color: #141414;
    margin-bottom: 6px;
}

.descripTablaAzul{
    font-family: Poppins, sans-serif;
    font-size: 13pt;
    color: #2777c2;
}

input:focus { 
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #2777c2;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(195,217,240,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(195,217,240,1);
    box-shadow: 0px 0px 0px 3px rgba(195,217,240,1);
}

textarea:focus {
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #2777c2;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(195,217,240,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(195,217,240,1);
    box-shadow: 0px 0px 0px 3px rgba(195,217,240,1);
}

.tablaLst{
    color: #6b6b6b;
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;
}

.estTD_EncaLst{
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 8px;
    color: #222222;
    background-color: #d0e7fd;
}

.estTD_Lst{
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
}


    .estTD_EncaLst_Prest{
        color: #222222;
        background-color: #d0e7fd;
    }

/*     

    .estTD_Lst_Prest{
        padding-left: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 2px;
    } */


.estTD_Icon{
    padding-left: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 8px;
}

.btnIr{
    font-family: 'Poppins', sans-serif;
    font-size: 10pt;
    color: #555;
    line-height: 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-top-color: #d8d8d8;
    border-left-color: #d8d8d8;
    border-bottom-color: #bdbcbc;
    border-right-color: #bdbcbc;    
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 22%, rgba(227,227,227,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 22%,rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 22%,rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e3e3e3',GradientType=0 );
    cursor: pointer;
}

.tablaFormCapt{
    color: #808080;
    font-family: Poppins, sans-serif;
    font-size: 11pt;
}

.estiloTextBox{

    font-family: 'Poppins', sans-serif;
    font-size: 11pt;

    outline: none;
    background: none;
    color: #666666;

    border-collapse: collapse;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;

    border-radius: 12px;

    caret-color: #000000;
}

.estiloTextBoxBloq{

    font-family: 'Poppins', sans-serif;
    font-size: 11pt;

    outline: none;
    background: none;
    color: #363636;

    background-color: #d5ecff;

    border-collapse: collapse;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;

    border-radius: 12px;

    caret-color: #000000;
}

.estImpText{

    font-family: 'Poppins', sans-serif;
    font-size: 11pt;

    border-collapse: collapse;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;

    outline: none;
    background: none;

    border-radius: 15px;

    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;

    color: #7c7c7c;
    background-color: #ffffff;

    caret-color: #000000;
}


.estMsgError{
    text-align: left;
    width: auto;
    color: #A70202;
    font-family: Poppins, sans-serif;
    font-size: 10pt;
    display: none;
    margin-top: 4px;
    margin-left: 4px;
}

.estDescripCampo{
    text-align: left;
    width: auto;
    color: #979797;
    font-family: Poppins, sans-serif;
    font-size: 9pt;
    display: none;
    margin-top: 4px;
    margin-left: 4px;
    
}

.estiloEtiquet{
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    outline: none;
    background: none;
    color: #666;    
}

.estBtnToBack{
    width: 34px;
    height: 40px;
    padding-right: 4px;
    cursor: pointer;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    border-radius: 6px;
}

.estBtnToBack:hover {
    position: relative;
    top: 1px;
}

.estBtnHelp{
    width: 32px;
    height: 32px;
    cursor: pointer;
}


.estiloTabla{
    color: #4e4e4e;
}

.estTD{
    padding-top: 4px;
    padding-bottom: 4px;
}

.btnBlanco {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color:#f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #BCBCBC;
    display:inline-block;
    cursor:pointer;
    color:#000000;
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}

.btnBlanco:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color:#e9e9e9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
}

.btnBlanco:active {
    position:relative;
    top:1px;
}

.file-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .file-select::before {
    
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    color: #000000;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    content: 'Seleccionar'; /* testo por defecto */
    position: absolute;

    border-collapse: collapse;
    border-width: 1px;
    border-color: #a1a1a1;
    border-style: solid;    

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    background-color:#e9e9e9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  }
  
  .file-select input[type="file"] {
    opacity: 0;
    display: inline-block;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  
  #src-file1::before {
    content: 'Seleccionar archivo';
  }




  .myButtonRojo {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
    background-color:#fe1a00;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    padding:5px 16px;
    text-decoration:none;
    text-shadow:0px 1px 0px #b23e35;
}
.myButtonRojo:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
    background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
    background-color:#ce0100;
}
.myButtonRojo:active {
    position:relative;
    top:1px;
}


.myButtonAzul {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:5px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButtonAzul:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.myButtonAzul:active {
	position:relative;
	top:1px;
}        






