﻿body {
}
.Separar_Div
{
	width:100%;
	height:20px;
}
.lblGMX
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.expander
{
	width:100%;
	min-width: 40px;
}
.btnIniciar_Sesion
{
	/*background-image:url(../resources/boton_iniciar.png);
	background-color:Transparent;*/
	border:none;
	background-repeat:no-repeat;
	width:115px;
	height:42px;
	cursor: pointer;
}
.btn_DescargarPDF {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('../Resources/PDF001.png');
    background-color: Transparent;
    background-repeat: no-repeat;
    width: 103px;
	height: 35px;
    cursor: pointer;
}
.btndescargarExcel {
    border-style: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-image: url('../Resources/xls001.png');
    background-repeat: no-repeat;
   width: 103px;
	height: 35px;
     cursor: pointer;
    border: none;
}
.txt_input_upper
{
	background-image: url(../resources/textbox.png);
	background-color: Transparent;
	border: none;
	background-repeat: no-repeat;
	width: 244px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	text-align: center;
}
.txt_input_lower
{
	background-image: url(../resources/textbox.png);
	background-color: Transparent;
	border: none;
	background-repeat: no-repeat;
	width: 244px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	color: #555;
	font-weight: bold;
	text-align: center;
}
.txt_global
{
	background-image: url(../resources/textbox.png);
	background-color: Transparent;
	border: none;
	background-repeat: no-repeat;
	width: 244px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7c7c7c;
}
#TABLA_Agentes
{
		width: 479px;
}
.td_titulo
{
	/*border-color: rgb(255, 255, 255);*/
	border-color: rgb(255, 255, 255);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #0468A4;
}
.Style_Calendar
{
	border: 1px solid #646464;
	color: red;
	background-image: url('../../../resources/linea.PNG');
	background-repeat: repeat;
	background-attachment: fixed;
}

.MyCalendar .ajax__calendar_container
{
	border: 1px solid #666666;
	background-color: #006697;
	color: #FFFFFF;
	line-height: normal;
}
.btnRegistrar
{
	border-style: none;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(../Resources/boton_registrarse.png);
	background-repeat:no-repeat;
	width: 50px;
	height: 30px;
	cursor: pointer;	
	margin:none;
	border: none;
}
.btnPDF
{
	border-style: none;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(../Resources/btn_Generar.png);
	background-repeat:no-repeat;
	width: 118px;
	height: 44px;
	cursor: pointer;	
	margin:none;
	border: none;
}
.btnAceptar
{
	border-style: none;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(../Resources/btnAceptar.png);
	background-repeat:no-repeat;
	width: 110px;
	height: 16px;
	cursor: pointer;	
	margin:none;
	border: none;
}
.btnSalir
{
	border-style: none;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(../Resources/btnsalir.png);
	background-repeat:no-repeat;
	width: 50px;
	height: 30px;
	cursor: pointer;	
	margin:none;
	border: none;
}
.btnConsultarPDF
{
	border-style: none;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(../Resources/pdf_book_bt.png);
	background-repeat:no-repeat;
	width: 28px;
	height: 15px;
	cursor: pointer;	
	margin:none;
	border: none;
}
.btndescargarPDF
{
	border-style: none;
	background-color:Transparent;
	background-repeat:no-repeat;
	background-image: url(../Resources/btnPublicacion.png);
	background-repeat:no-repeat;
	width: 140px;
	height: 50px;
	cursor: pointer;	
	margin:none;
	border: none;
}

.lbl_global
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	font-weight: bold;
}

.lbl_Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-left: 20px;
}

.modalPanel
{
	background-color: White;
}

.modalBg 
    {
    background-color:#000; 
    filter:alpha(opacity=05); 
    opacity:0.5;
	}
    
    .modalPanel
{
	position: fixed;
	top: -200px;
	left: auto;
	right: auto;
	background-color: #fff;
	color: #7F7F7F;
	padding: 20px;
	border: 2px solid #ccc;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index: 101;
}
	.modalPanel h5
{
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: 1px dashed #7F7F7F;
	margin: -20px -20px -0px -20px;
	padding: 10px;
	background-color: #04457D;
	-moz-border-radius: 20px 20px 0px 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	font-weight: bold;
	border-bottom-color: #FFFFFF;
}
	.btnCancel_POP
	{
		border-style: none;
	    border-color: inherit;
	    border-width: medium;
	    background-color:Transparent;
	    background-repeat:no-repeat;
        width:26px;
        height:26px;
        background:transparent url(../Resources/cancel.png) repeat top left;
        cursor:pointer;
	}
	.tabla_MODAL
	{
		color:#47658D;
        Font-Size:14px;
        margin:-10px -10px -0px -10px;
        padding:10px;
        /*background-color:#f2f6f9;*/
        -moz-border-radius:20px 20px 0px 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -khtml-border-top-left-radius: 20px;
        -khtml-border-top-right-radius: 20px;
	}
	
	
.Style_panel
{
	visibility:visible;
	display:none;	
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=05); 
    opacity:0.5; 
    z-index:1000; 
    border:none;
}
#processGeneral
{
 position:fixed; 
    top:50%; 
    left:50%;
    padding:0; 
    margin:0; 
    width:auto; 
    z-index:1000;  
    background-color:Transparent;
	border:none;    
}
.footerLinks
{
	/*font-family:Calibri;color:Black;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E0E0E0;
	margin-left: 5px;
	font-weight: bold;
}



#menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu ul
{
	list-style-type: none;
	width: 200px;
}
#menu li
{
	text-align: center;
	float: right;
	line-height: 30px;
	width: auto;
	margin-right: 30px;
}
#menu a
{
	color: #fff;
	text-decoration: none;
	display: block;
}
#menu a:hover
{
	color: #5b4;
	background-image: url(blackmenu_hover.png);
}
#menu a:active
{
	color: #aaa;
	background-image: url(blackmenu_active.png);
}
#menu_nombre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-right: 60px;
	width: 520px;
}
#menu_titulo_cdl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
  
}