.contenedor_alerta_web {
	width: 430px;
	display: block;
	z-index: 15;
	border: 5px solid #666666;
	visibility: visible;
	left: 40%;
	position: absolute;
	top: 250px;
}

.cabezera_alerta {
	height: 12px;
	background-color: #000000;
	width: 430px;
}


.cuerpo_alerta {
	background-color: #FFFFFF;
	background-image: url(Imagenes/fondo-alerta_negro.png);
	background-repeat: no-repeat;
	width: 430px;
	height: 122px;
}
.pie_alerta {
	background-color: #000000;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFF00;
	padding: 15px;
	text-align: center;
}
.fondo_alerta {
	background-color: #FFFF99;
	z-index: 10;
	text-align: center;
	padding:0px;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	
}
.mensajillo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: blink;
	margin-top: 45px;
}

.hidden {
	display: none;
}
.mostrar {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

a.info {
color:#c00; 
position:relative; 
z-index:1;
}

a.info img {
border:0;
}
a.info label {
	position:absolute; /* add a border */
	left:-120; /* position:the image */
	top:-75px;
	display: none;
}
a.info:hover {
	text-decoration:none;
	border:0; /* needed for this to work in IE */
	z-index:20;
	display: block;
}
a.info:hover label {
	cursor:pointer; /* for IE */
	z-index:25;
	display: block;
	border: 2px solid #FFCC66;
	position: absolute;
	left: -170px;
	top: -140px;
	background-color: #999999;
	text-align: justify;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF66;
	width: 200px;
	padding: 10px;
}

a.incidencia img {
border:0;
}
a.incidencia span {
	position:absolute; /* add a border */
	left:0; /* position:the image */
	top:-150px;
	display: none;
}
a.incidencia:hover {
	text-decoration:none;
	border:0; /* needed for this to work in IE */
	z-index:20;
	display: block;
}
a.incidencia:hover span {
	cursor:pointer; /* for IE */
	z-index:25;
	display: block;
	border: 2px solid #FFCC66;
	position: absolute;
	left: 15px;
	top: -175px;
	background-color: #999999;
	text-align: justify;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
	width: 200px;
	padding: 10px;
}
.contenedor_alerta_5m {
	width: 430px;
	display: block;
	z-index: 15;
	border: 5px solid #666666;
	visibility: visible;
	left: 40%;
	position: absolute;
	top: 250px;
}

.cabezera_alerta_5m {
	height: 9px;
	background-color: #000000;
	width: 430px;
}


.cuerpo_alerta_5m {
	background-color: #FFFFFF;
	background-image: url(Imagenes/fondo-alerta_negro.png);
	background-repeat: no-repeat;
	width: 430px;
	height: 120px;
}
.pie_alerta_5m {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFF00;
	padding: 15px;
	text-align: center;
}
.pie_alerta_notificacion {
	background-color: #CC0033;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCFF00;
	padding: 15px;
	text-align: justify;
	text-indent: 5px;
	line-height: 15px;
	font-weight: normal;
}

