/*Para el borde que llevan las asignaciones*/
.mrcTituloComp{
	background:url(../images/frame/bg_pestana_sel.png) repeat-x #236d96;
	background-position:0px -24px;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
	color:#FFFFFF;
}

.mrcBordeComp{
	padding:10px;
	border:none;
}
/*Fin Para el borde que llevan las asignaciones*/
.btn_login_normal {
	border:#000000 solid 0px;
	background-image:url(../images/frame/btnloginnormal.jpg);
	height: 40px;
	width: 154px;
	margin:10px;
}

.btn_login_sobre {
	border:#000000 solid 0px;
	background-image:url(../images/frame/btnloginsobre.jpg);
	height: 40px;
	width: 154px;
	margin:10px;
}

.tab_normal {
	
	border:thin solid #CCC;
	border-bottom:none;
	background-color:#FFF;
	height:30px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	font-weight:bold;
	color:#666;
	overflow:hidden;
}

.tab_sobre {
	
	border:thin solid #CCC;
	border-bottom:none;
	background-color:#FFF;
	color:#000;
	height: 18px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	font-weight:bold;
	cursor:pointer;
	overflow:hidden;
}

.tab_sel {
	
	background:url(../images/frame/bg_pestana_sel.png)repeat-x;
	background-position:0px 0px;
	border-top:thin solid #236d96;
	border-left:thin solid #236d96;
	border-right:thin solid #236d96;
	height: 30px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	color:#FFF;
	/*background-color:#236d96;*/
	font-weight:bold;
	overflow:hidden;
}
.tab_sel_recibidos {
	
	background: #F88F00;
	background-position:0px 0px;
	border-top:thin solid #F88F00;
	border-left:thin solid #F88F00;
	border-right:thin solid #F88F00;
	height: 30px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	color:#FFF;
	/*background-color:#F88F00;*/
	font-weight:bold;
	overflow:hidden;
}
.tab_sel_enviados {
	
	background: #E74C3C;
	background-position:0px 0px;
	border-top:thin solid #E74C3C;
	border-left:thin solid #E74C3C;
	border-right:thin solid #E74C3C;
	height: 30px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	color:#FFF;
	/*background-color:#E74C3C;*/
	font-weight:bold;
	overflow:hidden;
}
.tab_sel_archivados {
	
	background: #2ecc71;
	background-position:0px 0px;
	border-top:thin solid #2ecc71;
	border-left:thin solid #2ecc71;
	border-right:thin solid #2ecc71;
	height: 30px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	color:#FFF;
	/*background-color:#2ecc71;*/
	font-weight:bold;
	overflow:hidden;
}
.tab_sel_borradores {
	
	background: #f1c40f;
	background-position:0px 0px;
	border-top:thin solid #f1c40f;
	border-left:thin solid #f1c40f;
	border-right:thin solid #f1c40f;
	height: 30px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	color:#FFF;
	/*background-color:#f1c40f;*/
	font-weight:bold;
	overflow:hidden;
}
.tab_sel_terceros {
	
	background: #3498db;
	background-position:0px 0px;
	border-top:thin solid #3498db;
	border-left:thin solid #3498db;
	border-right:thin solid #3498db;
	height: 30px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	color:#FFF;
	/*background-color:#3498db;*/
	font-weight:bold;
	overflow:hidden;
}
.tab_sel_terceros_a {
	
	background: #7CA565;
	background-position:0px 0px;
	border-top:thin solid #7CA565;
	border-left:thin solid #7CA565;
	border-right:thin solid #7CA565;
	height: 30px;
	margin-left:2px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	color:#FFF;
	/*background-color:#7CA565;*/
	font-weight:bold;
	overflow:hidden;
}
.btn_cerrar_normal{
	background:url(../images/frame/module_icons/close_norm.png) no-repeat center;
	width:30px;
	height:30px;
	cursor:pointer;	
	margin-left:2px;
}


.btn_cerrar_normal:hover{
	background:url(../images/frame/module_icons/close_norm_enc.png) no-repeat center;
	width:30px;
	height:30px;
	cursor:pointer;	
	margin-left:2px;
}



.btn_bloq_normal{
	background:url(../images/frame/module_icons/ico_blq.png) no-repeat center;
	width:30px;
	height:30px;
	cursor:pointer;	
	margin-left:2px;
}
.btn_bloq_normal:hover{
	background:url(../images/frame/module_icons/ico_blq_enc.png) no-repeat center;
	width:30px;
	height:30px;
	cursor:pointer;	
	margin-left:2px;
}


.logo_sige{
	background:url(../images/frame/module_icons/sige.png) no-repeat center;
	width:76px;
	height:29px;
	cursor:pointer;
	background-size:contain;	 
}

DIV, TABLE{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000033;
}
.tituloCliente{
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#000;
	/*color:#333333;*/
}
.tituloSistema{
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	/*color:#005F8C;*/
}
.logo_cliente{
	width: 200px;
	height: 50px;
	background: url(../images/frame/cliente.png) no-repeat center;
	position: absolute;
	top: 2px;
}
/*MODIFICACIONES*/
#mrcTblMenuIzq{

}
#mrcBotonMenuIzq{
	cursor:pointer; width:10px;
	/*background:url(../images/frame/hide_pest.gif) no-repeat center #DDD;*/
	background-color:#ddd;
	background-size:8px;
	/*border-top-right-radius:7px;
	border-bottom-right-radius:7px;*/
	cursor:pointer;
}
#div_banner{
	height:65px; 
	position:relative; 
	padding:10px; 
	overflow:visible;
	background:url(../images/frame/bg_banner.png) repeat-x;
	background-size:contain;
}
.c1{ background-color:#EEE;}
.c2{ background-color:#EEE}
#iconos_banner div{
	float:right;
	padding-right:8px;
	border-right:thin solid #DDD;
	padding-left:8px;
		height:30px;
}
#barra_sesion div{
	float:right;
	padding-right:20px;
	color:#FFF;
	height:22px;
	font-weight:bold;
}
#barra_sesion div a{
	text-decoration:none;
	color:#CCC;
	padding-right:5px;
	padding-left:10px;
	font-weight:bold;
}
#barra_sesion div a:hover{
	color:#FFF;
}

#barra_sesion{
	background-color:#333;
	border:thin solid #FFF;
	height:21px;
	width:auto;
	float:right;
	padding-left:40px;

	padding-top:2px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
#contenedor_sesion{
	text-align: right;
	position: absolute;
	width: 99%;
	margin-top: -20px;
	top: 16px;
	height: 25px;

}
#mrcDivCenter{
	border:thin solid #236d96;
	border-top:none;
}
#mrcDivPestanas{
	background-color:#EEE;
	height:30px;
	width:100%;
	padding-top:2px;
}
.icon-prin a div:hover{

}
#btn_noticias a div{
	/*background:url(../images/icons/iconos_min/retina/newspaper@2x.png) no-repeat center;*/
	background:url(../images/icons/WooFunction/newspaper_32.png) no-repeat center;
	height:32px;
	width:32px;
	border:none;
	background-size:contain;
}
#btn_mensajes a div{
	/*background:url(../images/icons/iconos_min/retina/speech_bubble@2x.png) no-repeat center;*/
	background:url(../images/icons/WooFunction/comment_user_32.png) no-repeat center;
	height:32px;
	width:32px;
	border:none;
	background-size:contain;
}
#btn_correo a div{
	/*background:url(../images/icons/iconos_min/retina/letter_closed@2x.png) no-repeat center;*/
	background:url(../images/icons/WooFunction/email_32.png) no-repeat center;
	height:32px;
	width:32px;
	border:none;
	background-size:contain;
}
#btn_correo_sige a div{
	background:url(../images/icons/WooFunction/email_32_sige.png) no-repeat center;
	height:32px;
	width:32px;
	border:none;
	background-size:contain;
}
#frm_login{
	padding:10px; 
	text-align:center;
	border:thin solid #DDD;
	background-color:#EEE;
}
html{
	background-color:#EEE;
}
.tit-login{
	background:url(../images/frame/bg_pestana_sel.png) repeat-x;
	background-size:contain;
	height:30px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
#tabla_login{
	margin-top:-100px;
}
#fin_sesion{
	width:400px; 
	overflow:auto; 
	text-align:justify; 
	padding:10px;
	background-color:#EEE;
	border:thin solid #DDD;
}
#txt_fin_sesion{
	background-color:#FFF; 
	padding:5px;
	border:thin solid #DDD;
}

.opcionTitulo{
	left:3px;
	display:inline;
	float:left;
	text-transform:capitalize;
	height:20px;
	font-weight:bold;
	font-size:12px;
	padding-left:20px;
	padding-top:2px;
	color:#F0F0F0;
	cursor:pointer;
}
.opcionTitulo:hover{

	color:#FFFFFF;
}

.tituloAtras{
	background:url(nav_icon.png) no-repeat;
	
}
.tituloAtras:hover{
	background:url(nav_icon.png) no-repeat;
	background-position:0px -40px;
	
}
.tituloSiguiente{
	background:url(nav_icon.png) no-repeat;
}

/*Solo para noticias*/
#div_item_noticias{
	border-bottom: thin solid #CCC;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
#div_item_noticias h1{
	font-size:34px;
	color:#393939;
	text-decoration:underline;
}
#div_item_noticias h2{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#393939;
}
.eve{
}
.not{
	background-color:#EEE; padding-bottom:5px; padding-left:5px;
}
