/* Inicio reset css /*
-----------------------
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
/////////////
Modificado. Original en http://yui.yahooapis.com/3.3.0/build/cssreset/reset-min.css
*/

*{margin: 0px; padding: 0px;}
body{color:#000;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;outline:none;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
a, a:visited, a:active, a:hover{color: inherit; text-decoration: none;}
/* ----------------------- */
/* Fin reset css /*
/***************************************************************************/
body {
	font-family: Arial;
/* 	font-size: 15px; */
	background-color: #EEEEEE;
}
/* efecto ruido en el body */
.body_noised{
	background-image: url('../img/noise.png');
	background-repeat: repeat;
	background-color: #EEEEEE;
}
/* efecto ruido en el body */
.body_noised_blue{
	/*background-image: url('../img/noise.png');
	background-repeat: repeat;
	background-color: #6CA8D2;
	/*background: #bcdee8 url(../img/sky_blau.png) 0 0 repeat-x;*/
	background: #bbcad5 url(../img/wallpaper/nf_r_f_01.jpeg) 0 0 repeat;
/* 	background-position: center; */
	background-size: auto;	
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
	.body_noised_blue{
		/*background-image: url('../img/noise.png');
		background-repeat: repeat;
		background-color: #6CA8D2;
		/*background: #bcdee8 url(../img/sky_blau.png) 0 0 repeat-x;*/
		background: #bbcad5 url(../img/wallpaper/nf_r_f_01.jpeg) 0 0 repeat;
/* 		background-position: center; */
		background-size: auto;
	}

	/*.body_noised_emisores{
		background: #cdd5d7 url(../img/fondo_emisores_ipad.jpg) 0 0 no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}*/
}

@media screen and (min-width: 250px) and (max-width: 699px) {
	.body_noised_blue{
		/*background-image: url('../img/noise.png');
		background-repeat: repeat;
		background-color: #6CA8D2;
		/*background: #bcdee8 url(../img/sky_blau.png) 0 0 repeat-x;*/
		background: #bbcad5 url(../img/wallpaper/nf_r_f_01.jpeg) 0 0 repeat;
/* 		background-position: center; */
		background-size: auto;
	}
}

/* efecto ruido en el body */
.body_noised_emisores{
	/*background-image: url('../img/noise.png');
	background-repeat: repeat;
	background-color: #AAAAAA;*/
	background: #bbcad5 url(../img/wallpaper/nf_e_f_01.jpeg) 0 0 repeat;
/* 	background-position: center; */
	background-size: auto;	
}
.fondo_emisores{
	background: #cdd5d7 url(../img/noise.png) !important;
}

.text_shadow {
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.4), 0px 1px 0px rgba(168, 168, 168, 0.3);
}

.div_dark{
	color: #Fefefe;
	background-color: #2e2e2e;
	font-family: Arial, Helvetica, sans-serif;
}

/* Capa gris que impide clicar lo que se encuentre debajo */
div.proteccion {
	position: absolute;
	z-index: 9000;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	filter:alpha(opacity=70);
/* 	behavior: url(../../PIE.htc); */
}
/* Mensajes de error o informativos */
div.divMensaje {
	position: absolute;
	text-align: center;
	border: 1px solid #7A7A7A;
	font-weight: bold;
	z-index: 9990;
	width: 400px;
	left: 50%;
	margin-left: -205px;
	background-color: white;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 7px 2px #DEDEFF;
/* 	behavior: url(../../PIE.htc); */
}
div.divMensaje span.spanDivMensaje {
	display: inline-block;
	text-align: left;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px dotted #888888;
	margin-bottom: 10px;
}
div.divMensaje span.boton {
	margin-bottom: 5px;
	display: inline-block;
}
div.divMensaje[id=divMensajeError] {
	background-color: #D7365C;
}
div.divMensaje[id=divMensajeInformacion] {
	background-color: #EEEEEE;
}

span.boton, a.boton {
	cursor: pointer;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    margin-right: 10px;
    padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 10px 20px;
	background: #ececec;
	background: -moz-linear-gradient(
		top,
		#fafafa 0%,
		#ececec);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fafafa),
		to(#ececec));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #dedede;
	-moz-box-shadow:
		0px 1px 4px rgba(171,171,171,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 4px rgba(171,171,171,0.3),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.4),
		0px 1px 0px rgba(168,168,168,0.3);
/* 	behavior: url(../../PIE.htc);     */
}
a.boton:hover, span.boton:hover {
    color: #000;
    border-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 10px 20px;
	background: #fafafa;
	background: -moz-linear-gradient(
		top,
		#fafafa 0%,
		#ececec);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fafafa),
		to(#ececec));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #dedede;
	-moz-box-shadow:
		0px 1px 3px rgba(50,200,250,0.6),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(50,200,250,0.6),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,100,0),
		0px 1px 0px rgba(255,255,255,1);
/* 	behavior: url(../../PIE.htc);     */
}

/* divs principales , son los que van debajo de la barra */
.divPrincipal {
}

/* Div estilo gris */
.gray_panel{
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #2e2e2e;
	-webkit-box-shadow: 2px 2px 2px #2e2e2e;
	box-shadow: 2px 2px 2px #2e2e2e;
	background-image: url('../img/noise.png');
/* 	behavior: url(../../PIE.htc); */
}


/* Mensaje informativo cuando un proceso da error */
#divErrorMessages, .divErrorMessages{
	text-align: center;
	color: red;
	color: #ffffff;
	background: #d52400;
	background-image: -moz-linear-gradient(
		top,
		#e85747 0%,
		#d52400);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		from(#e85747),
		to(#d52400));
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d83012;
/* 	behavior: url(../../PIE.htc); */
}
/* Mensaje informativo de procesos que terminan OK "verde" */
#divStatus, .divStatus{
	text-align: center;
	color: red;
	color: #ffffff;
	background: #37ff0f;
	background-image: -moz-linear-gradient(
		top,
		#5af035 0%,
		#4ce344 25%,
		#56e041 75%,
		#37ff0f);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		from(#5af035),
		color-stop(0.25, #4ce344),
		color-stop(0.75, #56e041),
		to(#37ff0f));	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #30d812;
/* 	behavior: url(../../PIE.htc); */
}

/* divMensajeInformacion & divMensajeError */
#divMensajeInformacion span{
	display: block;
	padding: 10px;
}
#divMensajeError span{
	display: block;
	padding: 10px;
	color: #F00;
}

#divMensaje_BottomButtons{
	text-align: center;
}
#divMensaje_BottomButtons button{
	margin-right: 10px;
}
.spanTestingModeON{
	top: 0px;
	left: 0px;
	color: #FF0;
	z-index: 9999;
	float: left;
}
.m01-span-red{
	color: red;
}

.m01-k-window-bottom-buttons-div{
	border-top: solid 1px #ebebeb;
    background: #fff;	
    padding-top: 12px;
    display: flex;
	justify-content: flex-end;    
}
.m01-k-window-bottom-buttons-div .k-button{
    margin-left: .5em;	
}
.k-notification{
	border-radius: 0px !important;
	background-image: none !important;
}
/*
.k-window-content{
	padding: 0px !important;
}
.k-window .k-content{
	padding: 12px 12px;
}
.k-dialog-buttongroup .k-button{
	padding: 12px 12px;
}
.k-dialog-content{
	padding: 21px 12px !important;
}
*/

.k-grid tr td{
	border-bottom: 1px dashed silver !important;	
}
.k-button{
	border: 1px dashed silver !important;	
}
