html
,body{
	background-color: #F9F9F9;
	background-image: url(/imagenes/fondo.png);
	background-position: top left;
	background-repeat: repeat;
	height: 100%;
}

.banner{
	border-bottom: 5px solid #E6E6E6;
	border-top: 5px solid #4d4d4d;
	background-color: #F2F2F2;
	height: 100px;
	min-width: 1200px;
	width: 100%;
}

.encabezado{
	margin: 0 auto;
	width: 1200px;
	height: 97px;	
}

.logo{
	height: auto;
	margin-top: 28px;
	margin-left: 5px;
	width: 90px;
}

.menu{
	margin-top: 40px;
	margin-right: 5px;
	/*width: 560px;*/
}

.margin-bottom-3{
	margin-bottom: 3px;
}

.height-5{
	height: 5px;
}

.reloj{
	padding: 10px;
	border: 1px solid #357EBD;
	background-color: #428BCA;
	color: #F9F9F9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.reloj:hover{
	border: 1px solid #285E8E;
	background-color: #3071A9;
	/*cursor: pointer;*/
}

.cursor{
	text-decoration: underline;
}

.cursor:hover{
	cursor: pointer;
}

.fondo-default{
	background-color: #FAFAFA;
}

.fondo-primary{
	background-color: #99BCDB;
}

.fondo-success{
	background-color: #EFF7EB;
}

.fondo-info{
	background-color: #ECF6FB;
}

.fondo-warning{
	background-color: #FDFBF1;
}

.fondo-danger{
	background-color: #F8EEEE;
}

.naran{
	background: #F7921E;
}





/*Estilo de seguimiento*/
.contenedor{
    width: 100%;
    margin: auto;
    background: #FFF;
    color: #000;
    padding: 20px 15px 50px 50px;
    border-radius: 10px;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.8);
}
 
#pestanas {
    float: top;
    font-size: 14px;
    font-weight: bold;
}
 
#pestanas ul{
    margin-left: -40px;    
}
 
#pestanas li{
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0px 2px -2px -0px;
    background:   #33CCCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 2px solid #000;
    border-bottom: #000;
    padding: 0px 5px 0px 5px;
}
 
#pestanas a:link{
    text-decoration: none;
}
#pestanas li.active{
	background-color: #39e8e8;
}
#contenidopestanas{
    clear: both;  
    padding: 20px 0px 20px 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 2px solid #000;
    width: 100%;
}


#frm-7 fieldset {
	padding: 0rem 1rem 2rem;
	margin-bottom: 2rem;
}

#frm-7 fieldset .form-group div {
	padding: 0;
	margin: 0;
}

#frm-7 fieldset legend {
	margin-bottom: 0rem;
	width: auto;
	padding: 0 1rem;
}

#frm-7 fieldset .concepts {
	margin-left: 1rem;
}

#frm-7 fieldset .first-form-group {
	margin-top: 1rem !important;
}

#frm-7 fieldset .form-group {
	padding: 0;
	margin: 0;
}

#frm-7 fieldset .first-input {
	margin-left: 2rem !important;
}



/*Botones files*/

.btnArchivo {
    overflow: hidden;
    position: relative;
}

input[type=file].btnArchivo  {
    cursor: pointer;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	overflow: hidden;
	height: 100%;
}

.btnRecibo {
    overflow: hidden;
    position: relative;
}

input[type=file].btnRecibo  {
    cursor: pointer;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	overflow: no-display;
	height: 100%;
}
.blanco{
	color: #fff;
	text-decoration: none;
}
.overflow{
	overflow: hidden;
}

.mt-3{
	margin-top: 3rem;
}

.select2-involucrado {
	height: 60px;
}

.select2-container-multi {
	border: unset;
    padding: 1px;
}