﻿body
{
     font-family: Tahoma;
     font-size: 10px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}



/*Label*/
.Labels
{	
	font-size: 8pt;
	color: #0e4380;
	/*font-family: Arial;*/
}

/* Botones */

.Botones {
  background-color: #52a8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52a8e8), color-stop(100%, #377ad0));
  background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
  background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
  background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
  background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
  background-image: linear-gradient(top, #52a8e8, #377ad0);
  border-top: 1px solid #4081af;
  border-right: 1px solid #2e69a3;
  border-bottom: 1px solid #20559a;
  border-left: 1px solid #2e69a3;
  /*border-radius: 16px;*/
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  -moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
  color: #fff;
  font: normal 11px "lucida grande", sans-serif;
  line-height: 1;
  padding: 3px 5px;
  text-align: center;
  width: auto;
  -webkit-background-clip: padding-box; }
  
.Boton_Disable 
{
    background-color: #CCC;
    border: 1px solid #b3b3b3;
    /*border-radius: 16px;*/
    font: normal 11px "lucida grande", sans-serif;
    line-height: 1;
    padding: 3px 5px;
    text-align: center;
    width: auto;
}
  
  /*Nuevo login*/
  
  #abrigo_general{
	width :980px;
	margin: 0 auto;	}

  #content_Login{
	margin-top :80px;
	overflow :hidden;
	width :720px;
	position :relative;
	padding-bottom :10px;
}

/*txt*/
.TextBoxEnable
{
	/*text-transform: uppercase;*/
	font-family:Verdana;
	font-size:10px;
	padding: 3px;
	border: solid 1px #84A5CE;
	background-color:#f8fbff;
	width:160px;
	height:20px;
	}
	
.TextBoxFocus
{
   /*text-transform: uppercase;*/
	font-family:Verdana;
	font-size:10px;
	
	border: solid 1px #4178bd;
	background-color:#c6e8ff;
	color:#000000;
	width:160px;
	height:14px;
}

.TextBoxDisable
{
	/*text-transform: uppercase;*/
	font-family:Verdana;
	font-size:10px;
	border: solid 1px #d8e3f1;
	background-color:#f7f9fc;
	width:160px;
	height:14px;
	color:#949494;
	}
	
.TextBoxMulLEnable
{
	/*text-transform: uppercase;*/
	font-family:Verdana;
	font-size:10px;	
	border: solid 1px #84A5CE;
	background-color:#f8fbff;
	width:160px;
	height:42px;
	}
	
.TextBoxMulLFocus
{
   /*text-transform: uppercase;*/
	font-family:Verdana;
	font-size:10px;	
	border: solid 1px #4178bd;
	background-color:#c6e8ff;
	color:#000000;
	width:160px;
	height:42px;
}

.TextBoxMulLDisable
{
	/*text-transform: uppercase;*/
	font-family:Verdana;
	font-size:10px;
	border: solid 1px #d8e3f1;
	background-color:#f7f9fc;
	width:160px;
	height:42px;
	color:#949494;
	
	}

.modalBackground
{
    background-color: #999;
    /*filter: alpha(opacity=90);*/
    /*opacity: 0.8;*/
}
	
.modalPopup {
    border: 3px solid Gray;
    /*border-radius: 5px;*/
	background-color:#EEEEEE;
    padding:3px;
    width:100%;
}

.headerModal 
{
     background-color: #4b6c9e;
     color: #fff;
     border: 1px solid #4b6c9e;
     width: auto;
     font-size: 9pt;
     font-weight: bold;
}

.closeModal
{
    background: url(../images/pClose.png) no-repeat center center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 0;
}

.body .msg
{
    background: url(img/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
    padding-right: 10px;
	/* *** */
	display: inline;
	/* *** */
}  


/******
MISC JQuery
******/



/******
Estilo para TreeView
******/
.treeNode
{
    color: #333;
}

.rootNode
{
    font-weight: bold;
    padding: 0 3px 0 3px;
    margin: 0 0 3px 0;
    background-color: #5D7B9D;
    border: 1px solid #EEE;
    /*border-radius: 3px;*/
    width: 100%;
}

.parentNode
{
    font-weight: bold;
    padding: 0 3px 0 3px;
    margin: 0 0 3px 0;
    background-color: #F7F6F3;
    border: 1px solid #CCC;
    /*border-radius: 3px;*/
    width: 100%;
}

.leafNode
{
    padding: 0 3px 0 3px;
    margin: 0 0 3px 0;
    background-color: #F8fBFF;
    border: 1px solid #EEE;
    /*border-radius: 3px;*/
    width: 100%;
}

.selectedNode
{
    font-weight: bold;
    border: 1px solid #4178bd;
    /*border-radius: 3px;*/
    text-decoration: none;
}
