﻿/*Body Style background-color: #c7dbe6, #F86168 Color:#999596 */
body
{	
    background-color: #FFFFFF  ;
    font-family: Arial, Helvetica, sans-serif, Trebuchet MS;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    color: gray;
    margin: 0px;
    padding: 0px;
}
/*Div Principal Style*/
/* background-color: #ffffff; */
#contenedor
{
    width: 1300px;
    margin: 0 auto;
    background-color:#FFFFFF;
}
#bodyHeader
{
    width: 1150px;
    margin: 0 auto;
    background-color: #FFFFFF; /* #deebf3; */ /*background-image:url(images/logoGym.gif);*/
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 80px;
}

/* CREA EFECTOS DE SOMBRA SOBRE UN DIV
Ejemplo: Se debe poner primero el div, luego una tabla con el mismo tamaño de ancho
<div class="box efecto3" style="width: 1005px; height: 100%; top: 0px; left: 0px;">
    <table width="1005px" height="100%" border="0" cellspacing="0" style="border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid; border-left: #cccccc 1px solid; border-bottom: #cccccc 1px solid"
    cellpadding="0">
    

    </table>
</div>
*/
.box
{
    width: 500px;
    height: 200px;
    background: #FFF;
    margin: 0px auto;
}
.boxImagen
{
    width: 500px;
    height: 200px;
    background: #FFF;
    margin: 0px auto;
    top: 0px;
}
.box h3
{
    text-align: center;
    position: relative;
    top: 80px;
    font-size: 1em;
}
/* efecto 1 */
.efecto1
{
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    
}
/* efecto 2 */
.efecto2
{
    position: relative;
}
.efecto2:before, .efecto2:after
{
    /* Posiciona la sobora por detras del color de la caja*/
    z-index: -1;
    position: absolute; /* no aplico ningun contenidos HTML */
    content: ""; /* posiciona la sombra con respecto al borde inferior, izquierdo y superior */
    bottom: 15px;
    left: 10px;
    top: 80%; /* configura el ancho */
    width: 50%; /* color de fondo */
    background: #777; /* definicion de la sombra estandar para box-shadow */
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    
}
.efecto2:after
{
    /* rotacion de la sombra */
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);/* posiciona la sombra con respecto al borde izquierdo y derecho */
    
    right: 10px;
    left: auto;
}
/* efecto sombra */
.sombra
{
    /*position: relative; */   /* absolute; */	
    /*background-color: #ffffff;  /* #f5f5f5; */
    background-color: white;  /* #f5f5f5; */
    -webkit-box-shadow: 6px 8px 15px rgba(0,0,0,0.45);
	
	/*Bordes redondeados*/  	    
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    /* border: 1px solid #CCCCCC; */
	width: 100%;
}

/* efecto 3 */
.efecto3
{
    position: absolute;  /* relative; */
    /*-webkit-box-shadow: 0 0px 4px #777, 0 0 20px #CCC inset;  */
    /*-moz-box-shadow: 0 0px 4px #777, 0 0 20px #CCC inset; */
    -webkit-box-shadow: -1px 3px 18px -5px rgba(0,0,0,0.75); 
	-moz-box-shadow: -1px 3px 18px -5px rgba(0,0,0,0.75); 
}
.efecto3:before, .efecto3:after
{
    /* no aplica contenidos */
    content: "";
    position: absolute; /* posiciona la sombra por detras de la caja */
    z-index: -1; /* aplica una sombra centrada con un gris oscuro y 20px de difuminado */
    -webkit-box-shadow: 0 0 20px #777;
    -moz-box-shadow: 0 0 20px #777;/* centra verticalmente y separa la sombra de los bordes izquierdo y derecho */

    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px; /* redondea las esquinas de la sombra */
    -moz-border-radius: 100px / 10px;
    
}


.texboxwatermark
{
    background-color: #eef5f9;
    /*opacity: 0.3; */
}
.loggedInTemplate
{
    color: #999596;
}
/* background-color: #ffffff; */
#bodyContent
{
    width: 1010px;
    margin: 0 auto;
    background-color:#FFFFFF;
}
#footer
{
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    color:  #999596;
    font-weight: bold;
}
#footer span
{
    color: #5494b8;
}
#footer a
{
    color: #5494B8;
    text-decoration: none;
}
#footer a:hover
{
    color: #5494B8;
    text-decoration: underline;
}
#bodyBottom
{
    width: 778px;
    margin: 0 auto;
    background-image: url(images/div-bottom.gif);
    background-repeat: no-repeat;
    height: 24px;
}
/*Grid Styles*/
.GridHeader
{
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    color: White;
    text-align: left;
    /*background-image: url(images/HeaderBackGround.gif);*/
    /*background-image: url(images/menuGreenInv.gif);*/
    background-repeat: repeat-x;
    height: 24px;
}

/*************************************************
Favor de no cambiar esta deficnicion mas!!!!
si necesitan hacer mas altos, buscar que ya hay creados
o sino crear uno nuevo, este es la base de todas las pantallas
*/
.GridHeader1
{
    /* text-transform: uppercase;*/
    
    /*font-weight: bold;*/

    color: #FFFFFF;             /* #6a6964; */
    background-color: #421b9b;  /* #5494B8 ;*/
    height: 40px;
    vertical-align: middle;  
    border:none;
    outline-style:none;
    /*border-top-style:solid;*/
    
    /*Bordes redondeados*/  	    
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 15px 15px 15px 15px;  
        
    /*border-collapse:collapse; */
    /*background-image: url(images/menuGreenInv.gif);*/
    /*border: solid 1px #61FFD8;*/
    
    
}

/***********************************************/
.GridHeader3
{
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;  /*  #504f49;  White; */
    background-color: #90979C;  /*#5494B8;*/
    height: 30px;
    vertical-align: middle;
    text-align: left;
}

.GridHeader2
{
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;  /* #504f49;  White; */
    /*background-image: url(images/menuGreenInv.gif);*/
    background-repeat: repeat-x;
}

.GridHeader a
{
    font-weight: bold;
    color: #504f49; /* White; */
}
.GridHeader5
{
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    background-color: #90979C;  /*#5595b9;*/  
    height: 40px;
}
.GridHeader5 a
{
    font-weight: bold;
    color: White;
}
.GridHeader1 a, .GridHeader3 a
{
    font-weight: bold;
    color: #FFFFFF;   /* #6f6d65; */ /* White; */
    vertical-align: middle;
}
.GridHeader2 a
{
    font-weight: bold;
    color: White;
}

.GridHeader th
{
    text-align: center;
    vertical-align: top;
}
.GridHeader1 th
{
    text-align: center;
    vertical-align: middle;
}
.GridHeader1 tr td
{
   /* border: solid 4px #65EB8D; */
}
.mGrid {
    width: 100%;
    /* background-color: #fff; */
    /* margin: 5px 0 10px 0; */
     border: solid 1px #ffffff; 
    border-collapse: collapse;
    -webkit-border-radius: 15px 15px 15px 15px;
}

    .mGrid td {
        /* padding: 2px; */
         border: solid 1px  #ffffff;
        /* color: #717171; */
    }


.GridRow
{
    background-color: #ffffff;
    color: #3A3C3B;/*#9a9494; */
    text-align: left;
    font-family:Century Gothic;
    -webkit-border-radius: 15px 15px 15px 15px;
              
}
.GridAlternativeRow
{
    background-color: #ffffff;  /* #ebfdeb; #ebedec;*/
    color: #3A3C3B;/*#9a9494; */
    text-align: left;
    font-family:Century Gothic;
    
}
.GridFooter
{
    background-color: #7c786d;
    color: White;
    font-weight: bold;
    text-align: right;
}
.GridPager
{
    /* aqui se configura la imagen de la paginacionde las tablas*/
    background-color: #ffffff; /* #90979C; */  /*White;  */
    color: #7c786d;
    text-align: right;
    font-family:Century Gothic;
    /* background-image: url(images/menuGreen.gif) */
    /* background-repeat: repeat-x;  */
}
.GridPager td
{
    text-align: right;
}
.GridPager a
{
    color: #7c786d;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    /* background-image: url(images/lnkGridFooterGreen.gif); */
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.GridPager a:hover
{
    color: #7c786d;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    /* background-image: url(images/lnkGridFooterHoverGreen.gif); */
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.GridPager span
{
    color: #ffffff;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #421b9b; /* Color morado claro */
    /* background-image: url(images/lnkGridFooterHover.gif); */
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.GridSelectedRow
{
    background-color: #e2ded6;
    font-weight: bold; /*color:#333333;*/
    text-align: left;
}
/* Grid Button */
a.GridButton
{
    font-size: 12px;
    font-family: Arial, Trebuchet MS;
    color: #5494B8;
    font-weight: normal;
    text-decoration: none;
}
a.GridButton:hover
{
    text-decoration: underline;
}


/* Menu Styles */
.StaticMenuItem
{		
    background-color: #421b9b;  /* #421b9b; */    /*#306F96;  antes #f0f4f7; */ 
    color: #FFFFFF; /* #586f5d; */                /* #F5FEF7; antes #8997A0; */ /*padding:5px 7px 5px 7px;*/
    
    font-family: Verdana,Geneva,sans-serif; 

    padding:  6px 0 6px 0;
 
    /* background: #606061 url(images/grd_head.png) repeat-x top; */
    /* background-image: url(images/Btn_Menu_1.png);  */  /*  url(images/menuGreen1.gif); */   /* background-image: url(images/grd_head.png); */
    /* background-image: url(images/Configuration.png);*/
    
    /* background-repeat: repeat-x ; */
    /* border-left: solid 1px #525252;  */
    text-align: center;
    text-transform: uppercase;
    /* font-weight: bold; */
    width: 110px; 
    height: 60px;

    /*Bordes redondeados*/  	    
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid #FFFFFF; 
    
    
}

.StaticHover
{
    background-color: #5955d9;  /*antes  #f0f4f7; */
    color: #421b9b; /* #f9f8f8; */ /* #5593b8; */

    font-family: Verdana,Geneva,sans-serif;

    text-transform: uppercase;
    /*background-image: url(images/menuGreen4.gif); */    /* url(images/menuGreenInv.gif); */
    padding:  7px 0 7px 0;

    /*Bordes redondeados*/  	    
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF; 


}
.DynamicMenu
{
    z-index: 100;
}
.DynamicMenuItem
{
    font-family: Verdana,Geneva,sans-serif;
    background-color: #421b9b; /* #044F7D antes #deebf3;  */
    color: #ffffff;  /* #F5FEF7; */  /*#deebf3 antes #8c99a1; */
    /* background-image: url(images/menuGreen4.gif);  */
    padding: 4px 0 4px 2px;
    border: solid 1px #bba301;  /*antes  #5494ba; */
    width: 140px;

	/*Bordes redondeados*/  	    
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF; 

}
.DynamicHover
{
    /* background-image: url(images/menuGreenInv.gif); */
    background-color: #5955d9;
    color: #f9f8f8;  /* #625759; */

    /*Bordes redondeados*/  	    
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF; 

}
.BotonSefi {
    font-size: 1.2em;
    text-align: center;
    border-radius: 8px; /* Aumentamos el radio del borde para un aspecto más suave */
    padding: 10px 20px; /* Aumentamos el relleno para un aspecto más espaciado */
    color: #90979C; /* Cambiamos el color del texto a blanco para mayor contraste */
    margin: 8px 2px;
     /* Cambiamos el color de fondo a un verde más vibrante */
    font-style: normal;
    border: none; /* Eliminamos el borde para un aspecto más limpio */
    cursor: pointer; /* Cambiamos el cursor al pasar sobre el botón */
    transition: background-color 0.3s ease; /* Agregamos transición suave al color de fondo */
    /* font-size: 1.2em;
    text-align: center;
    border-radius: 6px;
    padding: 3px 8px;
    color: #607b62;
    margin: 8px 2px;
    background-color: #ccc;
    font-style: normal; */
    /*background-image: url(images/Guardar.png);
    background-repeat:no-repeat;
    background-position:left ;*/
    /*background-color: #43C86F ; /* #5955d9*/
    /*background-color: #fbf33e ; amarillo/* #5955d9
    background-color: #FCC706 ; /* #5955d9*    f4f60d /*/
    /*color: #f9f8f8;  /* #625759; */
    /*color: #45027C;  /* #625759; * 6e2bc3  / sefi
    font-family:Century Gothic;
    font-size:14px;
    font-weight:bold;
    text-shadow:0 1px 0 #ccc,
				0 2px 0 #c9c9c9;
                /*0 3px 0 #bbb; , 
                0 4px 0 #b9b9b9, 
                0 5px 0 #aaa, 
                0 6px 1px rgba(0, 0, 0, .1), 
                0 0 5px rgba(0, 0, 0, .1), 
                0 1px 3px rgba(0, 0, 0, .3), 
                0 3px 5px rgba(0, 0, 0, .2), 
                0 5px 10px rgba(0, 0, 0, .25), 
                0 10px 10px rgba(0, 0, 0, .2),
                0 20px 20px rgba(0, 0, 0, .15) ;*/
    /*font-family:Corbel;*/
    /*width:150px; fbf33e
    height: 40px;*/
    /*margin: 150px 50px 150px 50px;*/
    /*padding:4px 7px 4px 7px; sefi*/
    /*Bordes redondeados*/
    /*-moz-border-radius: 6px 6px 6px 6px; sefi */
    /*-webkit-border-radius: 5px 5px 5px 5px;sefi*/
    /*border: .5px solid #d9db0e; /*  #FFFFFF;   sefi*/
    /*border-top-color:Purple */
}

.BotonSefi:hover {
    background-color: #421b9b; /* Cambiamos el color de fondo al pasar el ratón */
    color: #ffffff;
}
.BotonSefiGuardar
{
    background-image: url(images/Guardar.png);
    background-repeat:no-repeat;
    background-position:left ;
    background-color: #F0C403 ; /* #5955d9*  F0C403 43C86F/
    color: #f9f8f8;  /* #625759; */
    /*width:150px;*/
    height: 60px;
    /*margin: 150px 50px 150px 50px;*/
    padding:5px 10px 5px 10px;
    /*Bordes redondeados*/  	    
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF; 

}
.BotonSefiAgregar
{
    background-image: url(images/Agregarico.ico);
    background-attachment:fixed ;
    /*background-repeat:no-repeat;*/
    background-position:left ;
    background-color: #43C86F ; /* #5955d9*/
    color: #f9f8f8;  /* #625759; */
    /*width:150px;*/
    height: 100px;
    /*margin: 150px 50px 150px 50px;*/
    padding:5px 10px 5px 10px;
    /*Bordes redondeados*/  	    
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF; 

}
/*Titulos*/
h1
{
		
    /* font-family: Verdana,Geneva,sans-serif; */
    font-family:Century Gothic;
    font-weight:bold;
    text-shadow:0 1px 0 #ccc,
				0 2px 0 #c9c9c9;
                /*0 3px 0 #bbb; */
    width: 986px;
    padding-left: 20px;
    line-height: 24px;
    /*background-image: url(images/h1Background.gif);*/
    background-repeat: repeat-x;
    color: #6E7482;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    /*background-color :#421b9b ;*/
}
h1 a
{
    float: right;
    text-transform: none;
    margin-right: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
}
h2
{
    font-family: Verdana,Geneva,sans-serif;
    width: 986px;
    padding-left: 20px;
    line-height: 24px;
    color: #686766;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    /* background-color: #B9BCBE; */ /*  #5595b9;  */
    /* background-image: url(images/menuGreen.gif); */
}
/*Link Verde*/
a.linkVerde:link, a.linkVerde:visited, a.linkVerde:active
{
    /*background-image: url(images/exit.png);
    background-position:left; 
    background-repeat:no-repeat ;*/
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    color: #421b9b;
    font-weight: bold;
    text-decoration: none;
    text-align:right;
    text-indent:50px;
    width: 500px;
    height: 500px;
    
}
a.linkVerde:hover
{
    color: #5955d9;
    font-weight: bold;
    text-decoration: underline;
}
.linkGreen
{
	font-family:Verdana,Geneva,sans-serif;
	font-size: 12px;
	color:Green;
}
/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #efefef;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 2px;
    text-align: right;
}
.TableRow
{
    background-color:White; 
    color: #f7f6f3;  /* #333333; */
    text-align: center;
    font-size: 11px;
}
.TableAlternativeRow
{
    background-color: White;
    color: #284775;
    text-align: center;
    font-size: 11px;
}
.TableRowAdd
{
    background-color: White;
    color: #333333;
    text-align: center;
    font-size: 10px;
}
.TableAlternativeRowAdd
{
    background-color: White;
    color: #284775;
    text-align: center;
    font-size: 10px;
}
/* ajax modal dialog styles */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalBox
{
    background-color: #ffffff;  /* #f5f5f5; */
    
    /*border-width: 2px;
    border-style: solid;
    border-color: #C9D250;  /* #507CD1; */
    /*padding: 3px;*/
    
     /*position: relative; */   /* absolute; */	
    /*background-color: #ffffff;  /* #f5f5f5; */
    /*background-color: white;   #f5f5f5; */
    -webkit-box-shadow: 6px 8px 15px rgba(0,0,0,0.45);
	
	/*Bordes redondeados*/  	    
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border: 1px solid #CCCCCC;
	width: 100%;
    
}
.modalBox caption
{
}
.caption, table caption
{
    background-color: #5494b8;
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    border: 0;
    vertical-align: middle;
    text-align: center;
    padding-top: 2px;
}
.Boton_Default
{
    border: 1px solid #5D7B9D;
    background-color: #d2e8f4;
    color: #5D7B9D;
    font-family: Arial;
    font-size: 11px;
    margin: 0 3px 0 3px;
    width: 50px;
}
/* hr */
hr.blue
{
    border: solid 1px #56BB62; /* #5595b9; */
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
hr
{
    border: solid 1px #707173;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
/* Login Box */

/* background-color: #5595b9; */
/* color: Aqua #FFFFFF; */
.BarraTitulo
{
    font-family: Verdana,Geneva,sans-serif;
    /* background-image: url('images/px_BarraTitLogin.gif');*/
    /* background-repeat: repeat-x; */
    background-position: bottom;
    background-color:White ;
    font-weight: bold;
    font-size: 26px;
    color: #717171;
    padding: 3px 10px 3px 30px;
    text-align: left;
}

/* background-image: url('images/Fondo_login.jpg'); */
.LoginFondo
{
    
    background-repeat: no-repeat;
    background-position: top center;
    height: 568px;
    vertical-align: middle;
}
/*Antes */
/* background-color: #daecf6;  border: solid 1px #5b9abb; */ 
.Login_Data
{
    background-color: #FFFFFF;
    border: solid 1px #5b9abb;
}
.Login_Header
{
    background-color: #FFFFFF; /*background-image: url('images/logo_login.gif');*/
    background-repeat: no-repeat;
    background-position: top left;
    text-align: right;
    font-family: Arial;
    font-size: 12px;
    color: #A6A6A6;
    height: 53px;
    vertical-align: bottom;
    padding-bottom: 2px;
    border-bottom: solid 1px #FFFFFF;
}
.LabelLogin1
{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #7E7E7F;
    text-decoration: none;
}
.LabelGeneral
{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #7E7E7F;
    text-decoration: none;
}
.lblEtiquetas
{
    font-size:10px;
    font-family:Verdana,Geneva,sans-serif;
    width:100%; 
    text-align: right;
    color:#7E7E7F;
}
.LabelInicioSesion
{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #7E7E7F;
    text-decoration: none;
}
.LabelReporte
{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #7E7E7F;
    text-decoration: none;
}
.LabelUniversal
{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #7E7E7F;
    text-decoration: none;
}
.TextBox
{
 width:90%;
 display:inline-block;
 /* text-transform: uppercase; */
 font-size:12px;
 font-family: arial;
 
 padding-left:4px;	
 padding-right:4px;
 height:16px; 
 background:white; 
 /* border-radius: 8px 8px 8px 8px; */
 -moz-border-radius: 8px 8px 8px 8px;
 -webkit-border-radius: 8px 8px 8px 8px;
 border: 1px solid #CCCCCC;

 -webkit-box-shadow: -1px 3px 18px -5px rgba(0,0,0,0.75);
 -moz-box-shadow: -1px 3px 18px -5px rgba(0,0,0,0.75);
	margin-left: 0px;
}
.TextBoxLogin1
{
	/*
    background-image: url(images/Login_Header_px.gif);
    background-repeat: repeat-x;
    background-position: top;
    border: 1px solid #6eb7e2;
    */
    
    
	 /*width:90%;*/
	 width: 120px;
	 display:inline-block;
	 /* text-transform: uppercase; */
	 font-size:13px;
	 font-family: Corbel;
	 
	 padding-left:4px;	
	 padding-right:4px;
	 height:16px; 
	 background:white; 
	 /* border-radius: 8px 8px 8px 8px; */
	 -moz-border-radius: 8px 8px 8px 8px;
	 -webkit-border-radius: 8px 8px 8px 8px;
	 border: 1px solid #CCCCCC;

	 -webkit-box-shadow: -1px 3px 18px -5px rgba(0,0,0,0.75);
	 -moz-box-shadow: -1px 3px 18px -5px rgba(0,0,0,0.75);
	 /* box-shadow: -1px 3px 18px -11px rgba(0,0,0,0.75); */    
}
.CheckLogin1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #545454;
}
.btn_Login
{
    background-image: url(images/imgBtnGenerico.gif);  /*  url(images/imgBtn2.gif);  */
    background-position: left top;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF; /*	background-color:#5494b8;*/
    border: solid 0px;
    cursor: pointer;
    height: 24px;
    width: 80px;
}
.LoginError
{
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
input, select
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    color: #6e797f;
}
/* Drop Down Blue*/
.dpBlue2
{
    border: solid 1px #787570;  /* #5d7b9d; */
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    height: 20px;
    color: #76776c;  /* #284775; */
}
.dpBlue
{
    border: solid 1px #787570;  /* #5d7b9d; */
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    height: 20px;
    color: #76776c;  /* #6e797f; */
    margin-top: 0px;
}
.dpGreen
{
    border: solid 1px #71BC5F;  /* #5d7b9d; */
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    height: 20px;
    color: #71BC5F;  /* #6e797f; */
    margin-top: 0px;
}

.DdList
{
 font-size:13px;
 padding-left:4px;	
 padding-right:4px;
 height:20px; 
 font-weight:normal;
 font-family:Corbel;
 font-weight:bold;
 text-transform: uppercase;
 /* border-radius: 5px 5px 5px 5px; */
 -moz-border-radius: 5px 5px 5px 5px;
 -webkit-border-radius: 5px 5px 5px 5px;
 border: 1px solid #5955d9;
 
 -webkit-box-shadow: -1px 3px 18px -5px rgba(0,0,0,0.75);
 -moz-box-shadow: -1px 3px 18px -5px rgba(0,0,0,0.75);
 /* box-shadow: -1px 3px 18px -11px rgba(0,0,0,0.75); */

 background: rgba(255,255,255,1);
 background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.76) 47%, rgba(237,237,237,0.58) 84%, rgba(237,237,237,0.58) 85%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.76)), color-stop(84%, rgba(237,237,237,0.58)), color-stop(85%, rgba(237,237,237,0.58)));
 background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.76) 47%, rgba(237,237,237,0.58) 84%, rgba(237,237,237,0.58) 85%);
 background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.76) 47%, rgba(237,237,237,0.58) 84%, rgba(237,237,237,0.58) 85%);
 background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.76) 47%, rgba(237,237,237,0.58) 84%, rgba(237,237,237,0.58) 85%);
}
.btnHeader
{
    background: url(images/imgBtnGenerico.gif) no-repeat center top;  /*  url(images/imgBtn22.gif) no-repeat center top; */
    display: block;
    height: 24px;
    width: 80px;
    padding-top: 4px;
    text-align: center;
    color: #FFFFFF;    /* #5695B8; */
    font-weight: normal;
    text-decoration: none; /*float:left;*/
}

.btnHeaderP
{
    background: url(images/imgBtn.gif) no-repeat; /*background: url(images/imgBtn.gif) no-repeat center top;*/
    display: block;
    height: 24px;
    width: 180px;
    padding-top: 4px;
    text-align: center;
    color: #5695B8;
    font-weight: normal;
    text-decoration: none; /*float:left;*/
}

.btnHeaderLarge
{
    background: url(images/imgBtnLarge2.gif) no-repeat center top;
    display: block; /*float:left;*/
    height: 24px;
    width: 120px;
    padding-top: 4px;
    text-align: center;
    color: #E6F9E8;
    font-weight: normal;
    text-decoration: none;
}
.btnHeaderExtraLarge
{
    background: url(images/imgBtnLarge.gif) no-repeat center top;
    display: block; /*float:left;*/
    height: 24px;
    width: 120px;
    padding-top: 4px;
    text-align: center;
    color: #5695B8;
    font-weight: normal;
    text-decoration: none;
}
.btnHeaderLargeMov
{
    background: url(images/imgBtnLarge.gif) repeat center top;
    display: block; /*float:left;*/
    height: 24px;
    width: 120px;
    padding-top: 4px;
    margin-top: -2px;
    color: #5695B8;
    font-weight: normal;
    text-decoration: none;
}
.btnGenericoTrans
{
    background: url(images/btnGenericoTrans.gif) no-repeat center top;
    display: block; /*float:left;*/
    height: 24px;
    width: 120px;
    padding-top: 4px;
    text-align: center;
    color: #E6F9E8;
    font-weight: normal;
    text-decoration: none;
}

.btnSearch2
{
    background: url(images/imgBtnGenerico.gif) no-repeat center; /*url(images/imgBtn2.gif) no-repeat center top; */
    padding: 4px 20px 8px 20px !important;
    padding: 8px 20px 8px 20px !important;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    vertical-align: middle;
    vertical-align: 3px;
    text-decoration: none;
}
.btnNormal1
{
    background: url(images/imgBtn.gif) no-repeat;
    display: block;
    height: 24px;
    width: 80px;
    padding-top: 4px;
    text-align: center;
    color: #5695B8;
    font-weight: normal;
    text-decoration: none;
}
.btnSearchCP
{
    background: url(images/imgBtnCP.gif) no-repeat center top;
    padding: 4px 16px 8px 16px;
    padding: 2px 16px 8px 16px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: none;
}
/* -------------------  Pagina de Assistencia ----------------------------*/

.BarraLogo
{
    background-color: #5595b9;
    font-family: Arial;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    padding: 10px;
    vertical-align: middle;
}
.TextoGrande
{
    font-family: Arial;
    font-weight: bold;
    font-size: 42px;
    color: #5595b9;
}
.TextoMediano
{
    font-family: Arial;
    font-weight: bold;
    font-size: 32px;
    white-space: nowrap;
}

.TextoChico
{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    white-space: nowrap;
}


/*---------------------------- Home -----------------------*/

A.linkHome:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
A.linkHome:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
A.linkHome:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    text-decoration: underline;
}
.HomeTextoGrande
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #5595b9;
    vertical-align: top;
}
.Legendas
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #5595bb;
    padding: 3px;
}
.btn_Claro
{
    background-color: #dfecf4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #5492b7;
    border: solid 1px #5492b7;
    cursor: pointer;
    height: 21px;
}
.Title_Page
{
    background-color: #5494b8;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    vertical-align: middle;
    text-align: left;
}

.btn_Oscuro
{
    background-color: #5394ba;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    border: solid 1px #5394ba;
    cursor: pointer;
    height: 21px;
}

/*Comienza la parte de convenios*/
#divConvenio
{
    width: 100%;
    text-align: left;
}
#divConvenio p
{
    width: 95%;
    text-align: justify;
    color: #000;
    font-size: 13px;
    margin-left: 30px;
}
#divConvenio p span
{
    font-weight: bold;
    padding-right: 20px;
}
#divConvenio h4
{
    width: 95%;
    text-align: center;
    color: #929187;
    font-size: 13px;
    margin: 20px auto 20px auto;
}
#divConvenio h5
{
    width: 95%;
    text-align: left;
    color: #000;
    font-size: 13px;
    margin: 20px 0px 20px 40px;
}
#divConvenio h5 b
{
    font-weight: bold;
    padding-right: 15px;
}
#divConvenio p span.SubTitle
{
    color: #929187;
    margin: 0px;
    padding: 0px;
}
#divConvenio p span.Subrrayado
{
    color: #929187;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
}
#divConvenio #ulDatos1
{
    padding: 0px;
    margin: 0px 0px 0px 100px;
    list-style: none;
    color: #000;
    font-size: 13px;
}
.LeftFloat
{
    float: left;
}
#divConvenio .Firmas
{
    width: 450px;
    text-align: center;
    height: 120px;
    margin-left: 20px;
}
#divConvenio h6
{
    text-align: center;
    color: #000;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
#divConvenio #Anexo1
{
    width: 950px;
    height: 1150px;
    margin-left: 30px;
}
#divConvenio #Anexo1 .divInterno1
{
    border: solid 1px #000;
    height: 60px;
}
#divConvenio #Anexo1 .divInterno2
{
    border: solid 1px #000;
    height: 55px;
}
#divConvenio #Anexo1 p
{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    color: #333;
}
#divConvenio #Anexo1 p .Amarilla
{
    background-color: #F8F4A3;
    padding: 4px;
    color: #333;
    border: solid 1px #000;
}


#divConvenio #Anexo2
{
    width: 950px;
    height: 250px;
    margin-left: 30px;
}
#divConvenio #Anexo2 .divInterno1
{
    border: solid 1px #000;
    height: 40px;
}
#divConvenio #Anexo2 .divInterno2
{
    border: solid 1px #000;
    height: 55px;
}
#divConvenio #Anexo2 p
{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    color: #333;
}
#divConvenio #Anexo2 p .Amarilla
{
    background-color: #F8F4A3;
    padding: 4px;
    color: #333;
    border: solid 1px #000;
}
/*Fin la parte de convenios*/


.subtitulo
{
    width: 986px;
    padding-left: 20px;
    line-height: 24px;
    background-image: url(images/h1Background.gif);
    background-repeat: repeat-x;
    color: White;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: none;
}
/*Estilo para sombreado, redondeado de controles textarea, textobox y combos
Juan Manuel
*/
input[type='text']
{
    border-color: #B5B5B5;
    border-style: Solid;
    border-width: 1px;
    
    /*border-radius: 3px;*/
    /*box-shadow: 1px 1px 5px #CCC;*/
}
input[type='Password']
{
    border-color: #B5B5B5;
    border-style: Solid;
    border-width: 1px;
    /*border-radius: 3px;*/
    /*box-shadow: 1px 1px 5px #CCC;*/
}
textarea
{
    border-color: #B5B5B5;
    border-style: Solid;
    border-width: 1px;
    /*border-radius: 3px;*/
    /*box-shadow: 1px 1px 5px #CCC;*/
}
select
{
    height: 20px;
    /*border-radius: 3px;*/
    border: 1px solid #B5B5B5;
    font-weight: 200;
    /*box-shadow: 1px 1px 5px #CCC;

                
*/
}
.btn {font-size: 1.2em;
      text-decoration:bold;
      text-align: center;
      border-radius:10px; padding:8px 38px;
      color:rgba(0,0,0,0.4); margin: 12px 4px;
      webkit-tap-highlight-color: rgba(0, 0, 0, 0)}

.btn-transparente { background-color: rgba(0,0,0,0); border: 1px solid white;
                    color:rgba(255,255,255,0.5); }

.btn-transparente:hover { color:rgba(255,255,255,1); 
                          background-color: rgba(0,0,0,0.2);} 

/*.btn-dark { color:rgba(255,255,255,0.6); }*/
.btn-dark { color:rgba(0,0,0,0.4); }
      

.btn-dark:hover { color:rgba(85,41,134,1); }
/*.btn-dark:hover { color:rgba(255,255,255,1); }*/

/* Colores fondo */

.bgm-transparente { background-color: none; background: none; }

.bgm-blanco { background-color: rgba(255,255,255,1); }

.bgm-gris-1 { background-color: rgba(153,153,173,1); }

.bgm-gris-2 { background-color: rgba(38,38,57,1); }

.bgm-gris-3 { background-color: rgba(230,230,230,1); }

.bgm-morado-1 { background-color: rgba(85,41,134,1); }

.bgm-morado-2 { background-color: rgba(43,21,67,1); }

.bgm-amarillo-1 { background-color: rgba(255,194,37,1); }

.bgm-amarillo-2 { background-color: rgba(178,131,8,1); }

.bgm-azul-1 { background-color: rgba(41,169,224,1); }

.bgm-azul-2 { background-color: rgba(9,80,111,1); }


    .custom-color {
        background-color: #421b9b; /* Color de fondo */
        border-color: #421b9b; /* Color del contorno */
        color: #ffffff; /* Color del texto */
    }

    .custom-color:hover {
        background-color: #5955d9; /* Color de fondo más claro al pasar el mouse */
        border-color: #5955d9; /* Color del contorno más claro al pasar el mouse */
    }

