	.tit_fondo{
		background-image: url('../images/bg_titulo_s.jpg');
		text-align: left;
		font-size:24px;
		color:#FFF;
		width: 100%;
		/*font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;*/
		/*font-family: "SF New Republic";*/
		font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
		padding-top:20px;
		padding-bottom:20px;
		font-weight:700;
	}

	      .glyphicon {  margin-bottom: 10px;margin-right: 10px;}
          .nSmall{
            font-size:12px;
            color:#666;
          }
          small{
            font-size:10px;
            color:#928F8F;
          }
          .arrow-right {
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            border-color: transparent transparent transparent rgba(255, 0, 0, 0.72);
            -webkit-transform: rotate(360deg);
            margin-left: 3px;
            margin-right: 3px;
        }
        #navigation{
            display: inline-block;
            width: 100%;
            font-size: 11px;
            color: #929292;
            height: 37px;
            margin-top: -10px;
            margin-left: 21px;
            margin-bottom: -6px;
        }
        #navigation a{
            text-decoration: none;
        }
	
	.fondo_rojo{
		background-image: url('../images/bg_titulo_s.jpg'); 
		background-repeat:repeat;
		text-align: center;
		font-size:24px;
		color:#FFF;
		width: 100%;
		margin-top:0;
		padding-top:0;
		/*font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;*/
		/*font-family: "SF New Republic";*/
		font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
	}
	
	.sub_titulo{
		background:#CCC;
		/*height:40px;*/
		margin-top:3px;
		/*height:50px;*/
		font-size:22px;
		font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		border-bottom: 1px solid #DBE1EB;
	}
	
	.cuadro_login{
		background:#DBDBDB;
		margin-top:3px;
		font-size:22px;
		font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
		/*border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;*/
		border-bottom: 1px solid #DBE1EB;
		border:1px solid #006;
	}
	
	.cuadro_login_2{
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border: 1px solid #000000;
	}
	
	.cuadro_login_titulo{
		font-size:18px;
		font-family:"Arial Black", Gadget, sans-serif;
		color:#009;
		/*font-weight:bold;*/
		
	}
	
	#left-column {
		width: 5%;
		float: left;
		vertical-align: top;
	}
	
	#middle-column {
		float: left;
	/*	width: 57.5%;*/
		width: 90.7%;
		line-height: 1.3em;
		font-size: 1.2em;
		font-family:Verdana, Geneva, sans-serif;
	}

	.selecciones{
		color:#FFF;
	}
	.selecciones a{
		text-decoration: none;
		color:#FFF;
		font-size:10px;
	}
	
	.modificar {
          font-size:11px;
        }
	
	.modificar tr:hover {
          background-color: #ffff99;
        }
		
	Table Style - This is what you want
------------------------------------------------------------------ */
#matriz table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
#matriz table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
#matriz table a:active,
#matriz table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
#matriz table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
#matriz table th {
	/*padding:21px 25px 22px 25px;*/
	padding:5px 5px 5px 5px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#matriz table th:first-child{
	text-align: left;
	padding-left:10px;
}
#matriz table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#matriz table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#matriz table tr{
	text-align: center;
	padding-left:20px;
}
#matriz table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
#matriz table tr td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#matriz table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#matriz table tr:last-child td{
	border-bottom:0;
}
#matriz table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#matriz table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
#matriz table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.margen{

}

.tbivs{
font-size:12px;
margin-left:5px;
line-height:15px;
width:99.5%;
margin-right:30px;
}

/*  Estilo Tablas*/
.datagrid table 
{ 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
}
.datagrid 
{
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 1px solid #006699; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}
.datagrid table td, .datagrid table th 
{ 
	padding: 3px 10px; 
}
.datagrid table thead th {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#006699;*/
	color:#00496B;
	font-size: 15px; 
	font-weight: normal; 
	border-left: 1px solid #0070A8; 
} 
.datagrid table thead th:first-child 
{ 
	border: none; 
}
.datagrid table tbody td 
{ 
	color: #00496B; 
	border-left: 1px solid #E1EEF4;font-size: 12px;
	font-weight: normal; 
}
.datagrid table tbody .alt td 
{ 
	background: #E1EEF4; 
	color: #00496B; 
}
.datagrid table tbody td:first-child 
{ 
	border-left: none; 
}
.datagrid table tbody tr:last-child td 
{ 
	border-bottom: none; 
}
.datagrid table tfoot td div 
{ 
	border-top: 1px solid #006699;
	background: #E1EEF4;
} 
.datagrid table tfoot td 
{ 
	padding: 0; 
	font-size: 12px 
} 
.datagrid table tfoot td div
{ 
	padding: 2px; 
}
.datagrid table tfoot td ul 
{ 
	margin: 0; 
	padding:0; 
	list-style: none; 
	text-align: right; 
}
.datagrid table tfoot  li 
{ 
	display: inline; 
}
.datagrid table tfoot li a 
{ 
	text-decoration: none; 
	display: inline-block;  
	padding: 2px 8px; 
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #006699;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#006699; 
}
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover 
{ 
	text-decoration: none;
	border-color: #006699; 
	color: #FFFFFF; 
	background: none; 
	background-color:#00557F;
}
div.dhtmlx_window_active, div.dhx_modal_cover_dv 
{ 
	position: fixed !important; 
}




.breadcrumbs-wrapper{
	*margin-top: 55px !important;
	float:left;
	font:13px 'MyriadWebProRegular', Arial, Helvetica, sans-serif;
	line-height:18px;
	margin:0 0 0px;
	width:100%;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px 10px 10px 10px;
	border-radius:0 0 10px 10px;
}
.icon-home{
	width:15px;
	height:14px;
	display:block;
	font-size:0;
	line-height:0;
	float:left;
	margin-right:10px;
	background:url(../images/home-icon.png) no-repeat;
}
.breadcrumb {
    padding: 0 10px;
    border-right: 1px solid #747474;
}
.breadcrumb a{
	color:#747474;
}
.breadcrumb-padre{
	padding-right:15px;
	background:url(../images/breadcrumbs-separador-active.png) no-repeat right;
}
.breadcrumb-padre a{
	color:#e2001a;
}
.breadcrumb-padre a:hover{
	color:#ef99a3;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
}
.breadcrumb a:hover{
	color:#444;
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
}
.breadcrumb-active a {
        color: #e2001a;
    }
.clear{
	clear:both;
	height:auto;
}

.login {
	position: absolute;
	right: 90px;
	/*top:93px;*/
	padding: 10px;
}



.login h3 {
	background: url(../images/user.png) no-repeat left;
	background-size:18px;
	padding: 3px 0 0 25px;
	font: 12px 'MyriadWebProRegular', Arial, Helvetica, sans-serif;
	color: #444;
	height:19px;
	margin-top:0px;
	float: left;
}




.login a {
	display: block;
	padding: 2px 5px;
	margin-left: 8px;
	color: #fff;
	background: url(../images/header-bg.png) 0 -70px;
	float: left;
	height: auto;
	font: 11px 'MyriadWebProRegular', Arial, Helvetica, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



.login a:hover {
	background: #888;
}

.login-active {
	background: #da0019 !important;
}
