/* CSS Document */
/*Clases para la presentaci\u0421n de las ventanas MUISCA*/
/*Formatos para texto*/

@font-face {
    font-family: "Segoe UI";
}
body {
    margin:0px;
    padding:0px;
}
.clear {
    clear:both;
	min-width:1024px;
}

.content-logos{
	float:right;
	display:block;
	vertical-align:middle;
	padding-right:25px;
}
.content-menu{	
	height:
	display:compact;
	vertical-align:top;
	position:absolute
	
}
.content-texto{
	float:right;
	display:block;
	width:70%;
	height:60px;
}


.cabecera-escudos {
    width:100%;
	min-width:1024px;
    height: 70px;    
    background-color:white;	
    
}
.logos-izq{	
	padding-left:40px;
	height:100%;	
	vertical-align:middle; 
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; }

.small-box {        
	width:auto;
}
.menu-fijo {
    width:100%;
    height:40px;   
	background:rgba(255,255,255,0.7); 
	vertical-align:middle;  
}

.divider{ 	
	padding-top:10px; 
	padding-bottom:10px; 
    height:40%;
	width:2px;
    border-left:2px solid #999999;
	display:inline-block;
}

.spacer{ 
	padding-right:20px; 
    height:25px;
	width:400px;
	display:inline-block;
}

.logo{	
	padding-left:0px;
	padding-right:15px;
	
}

.logoDian{
	background-position:center;
	background-repeat:no-repeat;
	background-image:  url(../imagenes/es/logos/logo_dian.png);
	x: 0;
	y:0;
	height:53;
	width:165;


}

.escudoColombia{
	background-position:center;
	background-repeat:no-repeat;
	background-image:  url(../imagenes/es/logos/Escudo_de_Colombia.png);
    x: 0;
	y:0;
	height:45;
	width:45;
}


.imagen{
	display:inline-block;
	padding-left:5px;
}

.imagenAsunto{
	background-position:center;
	background-repeat:no-repeat;
	background-image:  url(../imagenes/es/botones/bot_asunto.png);
	x: 0;
	y:0;
	height:30px;
	width:30px;
	
}
.imagenAlarma{
	background-position:center;
	background-repeat:no-repeat;
	background-image:  url(../imagenes/es/botones/bot_alarma.png);
		x: 0;
	y:0;
	height:30px;
	width:30px;
	
}
.imagenTareas{
	background-position:center;
	background-repeat:no-repeat;
	background-image:  url(../imagenes/es/botones/bot_tarea.png);
	x: 0;
	y:0;
	height:30px;
	width:30px;
}
.imagenCerrar{
	background-position:center;
	background-repeat:no-repeat;
	background-image:  url(../imagenes/es/botones/bot_cerrar.png);
	x: 0;
	y:0;
	height:30px;
	width:30px;
}



.imagen-menu{
	display:inline-block;
	padding-left:45px;
	padding-right:10px;
	padding-top:2px;	
	vertical-align:middle;
}

.texto-empresa{
	text-align:right;
	right:25px;
	padding-right:30px;
	font-family: "Segoe UI";
	font-size:18px;
	color:#333;
}
.texto-nombre{
	text-align:right;
	bottom:0px;
	right:25px;
	padding-right:30px;
	font-family: "Segoe UI";
	color: #999;
	font-size:16px;
}

.texto-reloj{		
	display:inline-block;
	padding-left:225px;
	padding-right:10px;
	vertical-align:middle;
	font-family: "Segoe UI";
	color: #333333;
	font-size:16px;
	padding-top:3px;
}
	
.navenlace a { 
	display:block;
	background: url("bot_asunto.png");
	padding-left:5px;
	padding-right:5px;
}
.navenlace a:hover{
	display:block;
	background: url("bot_asunto_roll.png");
	padding-left:5px;
	padding-right:5px;
}

.piepagina{
	width:100%;
	height:30px;
	background:rgba(87,87,87,0.2);	
	font-family: "Segoe UI";
	font-size:18px;
	color:#333;
	margin-right:45px;
	min-width:1024px;
}
.textopiepagina{
	padding-right:10px;
	width:97%;
	text-align:right;
}
.example_path {
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 150px;
    padding-left: 5px;
	
	
}
.example_path .example_block {
    height: 20px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 30px;
    padding-left: 5px;
    padding-top: 8px;
}

.container {
    height:2000px;
}

.textMenu{
	padding-top:5px;
    color: #878786;
	font-size: 8pt;
	font-style: italic;
}

.dividerMenu{ 	
	padding-top:10px; 
	padding-bottom:10px; 
    height:80%;
	width:2px;
    border-left:1px solid #999999;
	display:inline-block;
}