@charset "utf-8";
#border-top.h_green {
	background: url(../images/page/j_header_middle.png) repeat-x;
}
#border-top.h_green div {
    background: url(../images/page/j_header_right.png) 100% 0 no-repeat;
}
#border-top.h_green div div {
	background: url(../images/page/j_header_left_rtl.png) no-repeat;
	height: 54px;
}
#header-box {
    background-color: #f0f0f0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*estilos para el contenido de la cabecera
  fecha, usuario, salir.
*/
#fecha{
	position:absolute;
	right:31px;
	top:25px;
	color:white;
	font-weight:bolder;
	letter-spacing: 1px;
}
#usuario{
	float:right;
	margin-top:7px;
	margin-right:50px;;
}
#salir{
	float:right;
	margin-top:7px;
	margin-right:10px;
}
#titulo-usuario{
	float:left;
	width:50px;
}
#icon-usuario{
	background-image:url(../images/page/icon-user.png);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	float:left;
	margin-left:10px;
	margin-right:5px;
}
#name-usuario{
	float:right;
	margin-left:5px;
	color:#333;
}
#tit-sistema{
	position:absolute;
	top:15px;
	left:18px;
	width: 379px;
	height: 47px;
}
.ministerio{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color: #FFF;/*#FCFFBF;*/
}
.estado{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:10px;
	color:#FFF;/*#FDFFA4*/
}
.estado1{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1px;
	color:#FFF;
}
#dependencia{
	float:left;	
	margin-right:20px;
}
#dependencia span{
	padding-left:5px;
	padding-right:5px;
}
#menu{
	width:890px;
}
#sistema {
	padding-top:15px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
}
#full_name a{
	text-decoration:none;
	color:#333;
}
#full_name a:hover{
	text-decoration:underline;
}