﻿/*======================== CSS Color 1 ========================*/
	/*======================== CSS General Color1========================*/

	.LTBody1 {
		background-color: #f1f1f1;
		font: 9pt Tahoma;
		margin: 0px 0px 0px 0px;
	}
	
    .LTTitle1 {
        background-color:#e5e5e5;
		font: 14pt Tahoma;
		color: #404040;
        border:1px solid #404040;
		padding: 3px 5px 3px 10px;
		width: 110%;
    }

	.LTTable1 {
		border-style: none;
		border-color: inherit;
		border-width: 0px;
		border-collapse:collapse;
		border-spacing: 0px;
	}

	.LTForm1 {
		padding-left: 7px;
	}

	.LTContorno1
	{
		border: 1px solid White;
		border-radius: 5px 5px 5px 5px;  
		/*-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;*/
    width: 391px;
}
	
	.LTContornoVerde
	{
	    border: 1px solid #90B5A5;
	     border-radius: 5px 5px 5px 5px;  
		/*-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;*/ 
	}

	.LTGrid1 {
		border-style: Solid;
		border-color: #84AE94;
		border-width: 1px;
		background-color: White;
		color: Black;		
		font: 9pt Tahoma;
	}

	.LTGrid1RowStyle {
		background-Color: White;
		Color: Black;
	}

	.LTGrid1HeaderStyle {
		background-Color: #86AE96;
		Color: White;
	}

	.LTGrid1HeaderStyle a:link, .LTGrid1HeaderStyle a:hover, .LTGrid1HeaderStyle a:visited
	{
		color: White;
	}

	.LTInput1 {
		border: 1px solid #84ae94;
		COLOR: #404040;
		font: 9pt Tahoma;
}
   	.LTLink1 {
		border: 1px solid #84ae94;
        text-align:center;
        cursor:pointer;
        color:blue;
}

	.LTTextArea1 {
		border: 1px solid #84ae94;
		COLOR: #404040;
		font: 9pt Tahoma;
	}

	.LTRadio1 {
		BORDER-BOTTOM: 0px;
		BORDER-LEFT: 0px;
		BACKGROUND-COLOR: #c6dbce;
		COLOR: #000000;
		BORDER-TOP: 0px;
		BORDER-RIGHT: 0px;
		font: 9pt Tahoma;
	}
	
	.LTIFrame1 {
		border: 1px solid Black;
		background-color: White;
		position:absolute;
		top: -20px;
		left: -20px; 
		width: 0px;
		height: 0px;
		border-radius: 8px 8px 8px 8px;  
		-moz-border-radius: 8px 8px 8px 8px;  
		-webkit-border-radius: 8px 8px 8px 8px;		 
		box-shadow: 4px 4px 14px Black; 		
		-moz-box-shadow: 4px 4px 14px Black; 
		-webkit-box-shadow: 4px 4px 14px Black;
		z-index: 600;
	}

	/*======================== CSS para Menu Color1 ========================*/
	table.LTMenu1
	{
		border: 1px solid White;
		border-spacing: 0px;
		empty-cells:hide;
		BACKGROUND-COLOR: #84AE94; 
		COLOR: #ffffff;
		border-radius: 5px 5px 5px 5px;  
		-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;
		width: 104px;
		font: 9pt Tahoma;
	}

	table.LTMenu1 tr
	{
		border-bottom: 1px solid White;
	}

	table.LTMenu1 th
	{
		border-bottom: 1px solid White;
  		padding: 3px 5px 3px 20px;
  		font-size: 10pt;  	
  		text-align: left;
	}

	table.LTMenu1 td
	{
		border-bottom: 1px solid White;
  		padding: 3px 5px 3px 20px;  	
		line-height: 18px; 
	}

	.LTMenuVB1
	{
		border: 1px solid White;
		border-collapse: collapse;
		COLOR: #ffffff;
		background-color: #84AE94;
		CURSOR: hand;
		text-decoration: none;
		border-radius: 5px 5px 5px 5px;  
		-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;  
		font: 9pt Tahoma;
	}

	.LTMenuTitulo1
	{
		COLOR: #ffffff;
	}

	.LTMenuLnk1:link
	{
		COLOR: #ffffff;
		CURSOR: hand;
		text-decoration: none;
	}

	.LTMenuLnk1:hover
	{
		COLOR: #ffffff;
		CURSOR: hand;
		text-decoration: underline;
	}

	.LTMenuLnk1:visited
	{
		COLOR: #ffffff;
		CURSOR: hand;
	}


	.LTMenuLnkDisable1 {
		color: #D4D0C8;
		cursor: default;
		text-decoration: none;
		outline: #000000;
	}

	.LTMenuLnkDisable1:hover {
		color: #D4D0C8;
		cursor: default;
		text-decoration: none;
	}

	/*======================== CSS Para Pestañas color principal ========================*/
    .tabs {
        border-bottom: 2px solid White;
        /*border-left: 2px solid White;*/
        float: left;
        height: 25px;
        list-style: none;
        margin: 0;
        margin-left: 4px;
        padding: 0;
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
    }
    .tabs li {
        background: #e0e0e0;
        border: 2px solid White;
        /*border-left: none;*/
        float: left;
        height: 23px;
        line-height: 25px;
        margin: 0;
        margin-bottom: -1px;
        overflow: hidden;
        padding: 0;
        position: relative;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
    }
    .tabs li:hover {
        background: #ccc;
    }
     .tabs li a {
        color: ##pTexto1##;
        display: inline;
        font-weight: bold;
        padding: 0 5px;
        text-decoration: none;
        outline: none;
    }

    .tabs li span {
        color: ##pTexto3##;
        display: block;
        font-weight: bold;
        padding: 0 5px;
        text-decoration: none;
        outline: none;
    }

	.vertspan{
        padding: 0 20px;
    }

    /*.tabs li a:hover { background: #ccc; }*/

    .tabs li.active, .tabs li.active a, .tabs li.active a:hover {
        color: Black;
        background: #C5DACA;
        border-bottom: 2px solid #C5DACA;        
    }
       .vertical {
        position:absolute;
		margin-top:273px; 
        margin-top:273px\9; 
        margin-top:0px\0;
        *margin-top:0px;
        width:270px; 
		height:25px;
        float:none;
        position:absolute;
    

        /* Chrome/Safari */
        -webkit-transform: rotate(270deg);
        -webkit-transform-origin: 0% 0%;

        /* Firefox */
        -moz-transform: rotate(270deg);
        -moz-transform-origin: 0% 0%;


        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\0;
        z-index:99;
    }
    
                
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vertical {
        margin-top: 273px;
        width: 270px;
        height: 25px;
        float: none;
		/*position: relative;*/
        transform: rotate(270deg);
        transform-origin: 0% 0%;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\0;
        z-index: 99;
    }
}
       
   
    /*======================== Contenido de Pestañas de color principal========================*/
    .tab_container {
        background: ##pFondo2##;
        border: 2px solid ##pBorde##;
        border-top: none;
        clear: both;
        float: left;
        overflow: hidden;
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
    }
 
    .tab_content {
        /*font-size: 1.2em;*/
        padding: 20px;
    }
	 .tab_container_vertical {
        position:relative;
		left:14px;
        left:14px\9;
        *left:14px;
        background: #C5DACA;
        border: 2px solid White;
        z-index:1;
        clear: both;
        float: left;
        overflow: hidden;
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
    }
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tab_container_vertical {
	    position:relative;
		left:13px;
        background: #C5DACA;
        border: 2px solid White;
        z-index:1;
        clear: both;
        float: left;
        overflow: hidden;
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
    }
}
    .tab_content_vertical {
        /*font-size: 1.2em;*/
        padding: 20px;
    }


        /*======================= CSS Para los tabs de Apuntes de Agenda Color Principal =================================*/

    td.LTTd1
	{
		border: 2px solid White;
		border-spacing: 0px;
		empty-cells:hide;
		border-radius: 5px 5px 5px 5px;  
		-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;
		width: 266px;
	}

    table.LTTableAgenda1
    {
		border: 2px solid White;
		border-spacing: 0px;
		empty-cells:hide;
		border-radius: 5px 5px 5px 5px;  
		-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;
		width: 266px;
        padding-left: 2px;
	}

   





/*======================== CSS Color 2========================*/
	/*======================== CSS Genearal Color1 ========================*/
	.LTBody2 {
		background-color: #ffffff;
		font: 9pt Tahoma;
		margin: 0px 0px 0px 0px;
    }
    
    .LTTitle2 {
        background-color:#333333;
		font: 14pt Tahoma;
		color: White;
		padding: 3px 5px 3px 10px;
	    width: 100%;
	    /*position: absolute;
	    left: 0px;
	    top: 0px;*/
	    overflow: hidden;
	}
       
	.LTTable2 {
		border-style: none;
		border-color: inherit;
		border-width: 0px;
		border-collapse:collapse;
		border-spacing: 0px;
    }

	.LTForm2 {
		padding-left: 7px;
}

	.LTGrid2 {
		border: 1px Solid SILVER;
    background-color: White;
		color: Black;		
		font: 9pt Tahoma;
    margin-top: 0px;
}

	.LTGrid2RowStyle {
		background-Color: White;
		color: Black;
	}

	.LTGrid2HeaderStyle {
		background-Color: #1691BE;
		Color: #FFFFFF;
	}
	.LTGrid2HeaderStyle a:link, .LTGrid2HeaderStyle a:hover, .LTGrid2HeaderStyle a:visited
	{
		color: White;
	}

	.LTInput2 {
		border: 1px solid #999999;
		COLOR: #404040;
		margin-left: 0px;
	}

    .LTLink2 {
		border: 1px solid #6DAABE;
        text-align:center;
        cursor:pointer;
        color:blue;
	}

	.LTTextArea2 {
		border: 1px solid #6DAABE;
		COLOR: #404040;
	}

	.LTRadio2 {
		BORDER-BOTTOM: 0px;
		BORDER-LEFT: 0px;
		BACKGROUND-COLOR: #c6dbce;
		COLOR: #000000;
		BORDER-TOP: 0px;
		BORDER-RIGHT: 0px;
	}

	.LTIFrame2 {
		border: 1px solid Black;
		background-color: White;
		position:absolute;
		top: -20px;
		left: -20px; 
		width: 0px;
		height: 0px;
		border-radius: 8px 8px 8px 8px;  
		-moz-border-radius: 8px 8px 8px 8px;  
		-webkit-border-radius: 8px 8px 8px 8px;		 
		box-shadow: 4px 4px 14px Black; 		
		-moz-box-shadow: 4px 4px 14px Black; 
		-webkit-box-shadow: 4px 4px 14px Black; 
        z-index: 600;
	}
	
	/*======================== CSS para Menu Color2 ========================*/
	table.LTMenu2
	{
		border: 1px solid White;
		border-spacing: 0px;
		empty-cells:hide;
		BACKGROUND-COLOR: #9c9c9c; 
		COLOR: #ffffff;
		border-radius: 5px 5px 5px 5px;  
		-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;
		width: 266px;
	}

	table.LTMenu2 tr
	{
		border-bottom: 1px solid White;
	}

	table.LTMenu2 th
	{
		border-bottom: 1px solid White;
  		padding: 3px 5px 3px 20px;
  		font-size: 10pt;  	
  		text-align: left;
	}

	table.LTMenu2 td
	{
		border-bottom: 1px solid White;
  		padding: 3px 5px 3px 20px;  	
		line-height: 18px;
        cursor:pointer; 
	}

	.LTMenuVB2
	{
		border: 1px solid White;
		border-collapse: collapse;
		COLOR: #ffffff;
		background-color: #1691BE; 
		cursor: hand;
		text-decoration: none;
		border-radius: 5px 5px 5px 5px;  
		-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;  
	}

	.LTMenuTitulo1
	{
		COLOR: #ffffff;
	}

	.LTMenuLnk2:link
	{
		COLOR: #ffffff;
		CURSOR: hand;
		text-decoration: none;
	}

	.LTMenuLnk2:hover
	{
		COLOR: #ffffff;
		CURSOR: hand;
		text-decoration: underline;
	}

	.LTMenuLnk2:visited
	{
		COLOR: #ffffff;
		CURSOR: hand;
	}

	.LTMenuLnkDisable2 {
		color: #D4D0C8;
		cursor: default;
		text-decoration: none;
		outline: #000000;
	}

	.LTMenuLnkDisable2:hover {
		color: #D4D0C8;
		cursor: default;
		text-decoration: none;
	}

	/*======================== CSS Para Pestañas color Secundario ========================*/
    .tabs2 {
        border-bottom: 2px solid White;
        /*border-left: 2px solid White;*/
        float: left;
        height: 25px;
        list-style: none;
        margin: 0;
        margin-left: 4px;
        padding: 0;
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
    }
    .tabs2 li {
        background: #e0e0e0;
        border: 2px solid White;
        /*border-left: none;*/
        float: left;
        height: 23px;
        line-height: 25px;
        margin: 0;
        margin-bottom: -1px;
        overflow: hidden;
        padding: 0;
        position: relative;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
    }
 
    .tabs2 li a {
        color: Gray;
        display: block;
        font-weight: bold;
        padding: 0 20px;
        text-decoration: none;
        outline: none;
    }

    .tabs2 li span {
        color: Gray;
        display: block;
        font-weight: bold;
        padding: 0 20px;
        text-decoration: none;
        outline: none;
    }

    .tabs2 li a:hover { background: #ccc; }

    .tabs2 li.active, .tabs2 li.active a, .tabs2 li.active a:hover {
        color: Black;
        background: #9FC5DB;
        border-bottom: 2px solid #9FC5DB;        
    }
 
    /*======================== Contenido de Pestañas con color Secundario ========================*/
    .tab2_container {
        background: #9FC5DB;
        border: 2px solid White;
        border-top: none;
        clear: both;
        float: left;
        overflow: hidden;
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
    }
 
    .tab2_content {
        /*font-size: 1.2em;*/
        padding: 20px;
    }

	/*======================= CSS Para el disabled de los document =================================*/
	         
	.opaqueLayer
    {
        display:none;
        position:absolute;
        top:0px;
        left:0px;
        opacity:0.6;
        filter:alpha(opacity=60);
        background-color: #000000;
        z-index:500;
    }

    /*======================= CSS Para los tabs de Apuntes de Agenda 2 =================================*/

    td.LTTd2
	{
		border: 2px solid White;
		border-spacing: 0px;
		empty-cells:hide;
		border-radius: 5px 5px 5px 5px;  
		-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;
		width: 266px;
	}

    table.LTTableAgenda2
    {
		border: 2px solid White;
		border-spacing: 0px;
		empty-cells:hide;
		border-radius: 5px 5px 5px 5px;  
		-moz-border-radius: 5px 5px 5px 5px;  
		-webkit-border-radius: 5px 5px 5px 5px;
		width: 266px;
        padding-left: 2px;
	}


    /* ==================== TOOLTIPS PROPIOS ======================*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted gray;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


    /*ESTILOS PARA EL COMBO IMAGES*/

    .borderRadius{-moz-border-radius:0px; border-radius:0px; }
.borderRadiusTp{-moz-border-radius:0 0 0 00; border-radius:0 0 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 0 0; border-radius:0 0 0 0;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 0 0; border-radius:0 0 0 0;border-bottom:0 none #000; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:0 0 0 0; border-radius:0 0 0 0 ;border-bottom:1 solid #000; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:3px 3px 3px -3px #888888;-webkit-box-shadow:3px 3px 3px -3px #888888;box-shadow: 3px 3px 3px -3px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:3px 3px 3px -3px #888888;-webkit-box-shadow:3px 3px 3px -3px #888888;box-shadow: 3px 3px 3px -3px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-3px -3px 3px -3px #888888;-webkit-box-shadow:-3px -3px 3px -3px #888888;box-shadow: -3px -3px 3px -3px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 0 0 ; border-radius:0 0 0 0;}
.borderRadiusBtm .border{-moz-border-radius:0 0 0 0; border-radius:0 0 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .arrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .arrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:0px 0px 0px 13px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd{border:1px solid #000;}
.dd .divider{ right:24px;}
.dd .arrow{width:8px;height:8px; margin-top:-8px; background:url(../Avisos/Controles/images/dd_arrow.gif) no-repeat;}
.dd .arrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;background:#ffffff;} /*COLOR DE FONDO*/ 
.dd .ddTitle .ddTitleText{padding:2px 17px 0px 0px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:11px; color:#000}
.dd .ddTitle .ddTitleText img{padding-right:5px; padding-left:5px; padding-bottom:2px;}
.dd .ddChild{border:1px solid #000; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:3px 0 0 0 ; background-color:#fff; border-bottom:1px solid #000;}
.dd .ddChild li .description{color:#000;}
.dd .ddChild li .ddlabel{color:#000;}
.dd .ddChild li.hover{background-color:transparent;}  /* COLOR SOBRE SELECCION*/
.dd .ddChild li img{padding:0 5px 2px 5px;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 0px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:0px 0px 0px 13px}
.dd .ddChild li.selected{background-color:transparent; color:#000;} /*SELECCIONADO*/


/*************** Calendario ************************/
.gldp-flatwhite {
	position: absolute;
	font-family: 'helvetica';
}

/* Core style for every cell */
.gldp-flatwhite .core {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #222;
	background: #ffffff;
}

/* Cell border */
.gldp-flatwhite .border {
	border-style: solid;
	border-width: 0;
	border-color: #fff;
}

/* Month/Year text and select */
.gldp-flatwhite .monyear,
.gldp-flatwhite .monyear select {
	font-size: 16px !important;
	font-weight: bold;
	background: #eee;
}

/* Month/Year text */
.gldp-flatwhite .monyear span {
	margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-flatwhite .prev-arrow,
.gldp-flatwhite .next-arrow {
	color: #666;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.gldp-flatwhite .prev-arrow:active,
.gldp-flatwhite .next-arrow:active {
	color: #000;
}

.gldp-flatwhite .prev-arrow-off,
.gldp-flatwhite .next-arrow-off {
	color: #000;
	opacity: 0.15;
}

/* Days of the week */
.gldp-flatwhite .dow {
	color: #222;
	font-weight: bold;
	cursor: wait !important;
	background: #eee;
}

/* Weekdays */
.gldp-flatwhite .mon,
.gldp-flatwhite .tue,
.gldp-flatwhite .wed,
.gldp-flatwhite .thu,
.gldp-flatwhite .fri {
	font-weight: bold;
}

/* Weekend days */
.gldp-flatwhite .sat,
.gldp-flatwhite .sun {
	color: #888;
	font-weight: bold;
}

/* Selectable days that are outside of current month being shown */
.gldp-flatwhite .outday {
	color: #aaa !important;
}

/* Hover */
.gldp-flatwhite .mon:hover,
.gldp-flatwhite .tue:hover,
.gldp-flatwhite .wed:hover,
.gldp-flatwhite .thu:hover,
.gldp-flatwhite .fri:hover,
.gldp-flatwhite .sat:hover,
.gldp-flatwhite .sun:hover {
	background: #eee;
}

/* Non-Selectable days */
.gldp-flatwhite .noday {
	color: #bbb;
	font-weight: normal;
	cursor: wait !important;
	background: #ddd;
}

/* Currently selected day */
.gldp-flatwhite .selected {
	color: #fff;
	font-weight: bold;
	border-color: #888;
	background: #aaa;
}

/* Today */
.gldp-flatwhite .today {
	color: #fff;
	font-weight: bold;
	border-color: #000;
	background: #222;
}

/* Special */
.gldp-flatwhite .special {
	color: #fff;
	font-weight: bold;
	border-color: #444;
	background: #666;
}



.GridviewScrollHeader TH, .GridviewScrollHeader TD
{
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #EFEFEF;
    vertical-align: bottom;
    text-align: left;
}
.GridviewScrollItem TD
{
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}
.GridviewScrollItem .Freeze
{
    background-color: #EFEFEF;
}
.GridviewScrollItemHover TD
{
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #CCCCCC;
    cursor: pointer;
}
.GridviewScrollItemHover .Freeze
{
    background-color: #CCCCCC;
}
.GridviewScrollItemSelected TD
{
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #999999;
    color: #FFFFFF;
}
.GridviewScrollItemSelected .Freeze
{
    background-color: #999999;
}
.GridviewScrollPager 
{
    border-top: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}
.GridviewScrollPager TD
{
    padding-top: 3px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.GridviewScrollPager A
{
    color: #666666;
}

.GridviewScrollPager SPAN
{
    font-size: 16px;
    font-weight: bold;
}

.GridCabeceraFija {
	position: -webkit-sticky; /* Para navegadores webkit como Chrome y Safari */
	position: sticky;
	top: 0;
}

p.copyright {
    position:fixed;
    bottom:0;
    width:100%;
    text-align:center;
    color: #777;
    font-size: 12px;
}

/* CALENDLY */

.lt-calendly {
	width: 100%;
	height: 104vh;
	border: none;
	position: relative;
}

/* BOTONES Y ELEMENTOS DE FORMULARIO */

.botonNegro {
    width:120px;
    height:34px;
    background-color:#333333;
    font-weight:bold;
    color:#fff;
    margin-left:7px;
    cursor:pointer;
    border:none;
}

.botonNegro:hover {
    border: solid 1px #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
    -moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
    box-shadow: inset 0 2px rgba(255,255,255,.29);
}

.botonAzul {
	padding: 5px 10px;
	background-color: #1691BE;
	font-weight: bold;
	color: #fff;
	margin-left: 7px;
	cursor: pointer;
	border: 1px solid #1691BE;
}

	.botonAzul:hover {
		border: solid 1px #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
		-moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
		box-shadow: inset 0 2px rgba(255,255,255,.29);
	}

.botonAzulOscuro {
	width: 90px;
	height: 30px;
	padding: 1px 1px 1px 1px;
	background-color: #166BA2;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin-left: 0px;
	margin-bottom: 2px;
	cursor: pointer;
	border: none;
}

	.botonAzulOscuro:hover {
		border: solid 1px #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
		-moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
		box-shadow: inset 0 2px rgba(255,255,255,.29);
	}


.botonImportante {
	width: 90px;
	height: 30px;
	padding: 1px 1px 1px 1px;
	background-color: #D20103;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	margin-left: 0px;
	margin-bottom: 2px;
	cursor: pointer;
	border: none;
}

	.botonImportante:hover {
		border: solid 1px #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
		-moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
		box-shadow: inset 0 2px rgba(255,255,255,.29);
	}
/* PAGINADO GRID */

.paginadoGrid {
	/*display: inline-block;*/
	padding-left: 0;
	margin: 10px 0;
	border-radius: 4px;
}

	.paginadoGrid table > tbody > tr > td {
		display: inline;
	}

		.paginadoGrid table > tbody > tr > td > a,
		.paginadoGrid table > tbody > tr > td > span {
			position: relative;
			float: left;
			padding: 4px 8px;
			line-height: 1.42857143;
			text-decoration: none;
			color: #dd4814;
			background-color: #5a6268;
			border: 1px solid #dddddd;
			margin-left: -1px;
		}

		.paginadoGrid table > tbody > tr > td > span {
			position: relative;
			float: left;
			padding: 4px 8px;
			line-height: 1.42857143;
			text-decoration: none;
			margin-left: -1px;
			z-index: 2;
			color: #aea79f;
			background-color: #f5f5f5;
			border-color: #dddddd;
			cursor: default;
		}

		.paginadoGrid table > tbody > tr > td:first-child > a,
		.paginadoGrid table > tbody > tr > td:first-child > span {
			margin-left: 0;
			border-bottom-left-radius: 4px;
			border-top-left-radius: 4px;
		}

		.paginadoGrid table > tbody > tr > td:last-child > a,
		.paginadoGrid table > tbody > tr > td:last-child > span {
			border-bottom-right-radius: 4px;
			border-top-right-radius: 4px;
		}

		.paginadoGrid table > tbody > tr > td > a:hover,
		.paginadoGrid table > tbody > tr > td > span:hover,
		.paginadoGrid table > tbody > tr > td > a:focus,
		.paginadoGrid table > tbody > tr > td > span:focus {
			color: #97310e;
			background-color: #eeeeee;
			border-color: #dddddd;
		}
}

.botonNegro2 {
	border: solid 1px #fff;
	background-color: #333333;
	font-weight: bold;
	color: #fff;
	margin-left: 7px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.botonNegro2:hover {
	border: solid 1px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
	-moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
	box-shadow: inset 0 2px rgba(255,255,255,.29);
}

.botonGris {
	border: solid 1px #FFFFFF;
	background-color: gray;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.botonGris:hover {
	border: solid 1px #FFFFFF;
	color: #000000;
	background-color: lightgray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 2px rgba(255,255,255,.29);
	-moz-box-shadow: inset 0 2px rgba(255,255,255,.29);
	box-shadow: inset 0 2px rgba(255,255,255,.29);
}

.w-100 {
	width: 100%;
}

.w-99 {
	width: 99%;
}

.w-50 {
	width: 50%;
}

