/* CSS Document */

#modal_alerta_walert{
	background-color:rgba(0, 0, 0, 0.75);
	position:fixed;
	top:0px;
	left:0px;
	z-index:9999;
	display:block;
}

#modal_alerta_walert > #ventana_alerta_walert {
	position:fixed;
}

#ventana_alerta_walert{
	position:relative;
	height:240px;
	border:2px solid white;
	margin-top:100px;
	display:block;
	z-index:10000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color:white;
}

#title_alerta_walert{
	position:absolute;
	border-bottom:2px solid white;
	font-size:1.05em;
	font-weight:bold;
	padding:8px 10px;
	color:white;
	background-color:rgb(0,150,214);
}

#div_contenido_alert_walert{
	position:absolute;
	height:190px;
	overflow:hidden;
	padding:2px 20px;
	top:38px;
	left:34px;
	color:#444;
}

#img_alerta_walert{
	position:absolute;
	background:url(../img/csdeskmanager.png);
	height:80px;
	width:80px;
	top:42px;
	left:6px;
	display:block;
	z-index:999;
}

#boton_alerta_walert{
	position:absolute;
	width:100px;
	top:190px;
	font-size:.9em;
}

#div_contenido_alert_walert input, #div_contenido_alert_walert select {
	color:rgb(83,84,85);
	font-size:1em;
	-webkit-appearance:none;
	border-radius:5px;
	border:1px solid rgb(221,221,221);
	box-sizing:border-box;
	padding:0.25em .5em;
}



.headerMsgAlert {
	font-size:1.35em;
	color:rgb(228,78,27);
	font-weight:bold;
	margin-bottom:2px;
}



