/* ANOTACION */
#anotacion-msg {
	width: 100%;
	margin-top: 20px;
	border: solid 1px #76232f;	
}
#titulo-nota-msg {
	text-align: center;
	background-color: #76232F;
	position: relative;
	padding:8px 0px;
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size: 14px;
	color:#FFFFFF!important;
}
#esquina-nota-msg {
	background: no-repeat url(imagenes/pestanas/esquinaizq_amarilla_5.gif);
	width: 12px;
	height: 11px;
	right: -2px;
	top: -1px;
	position: absolute;
	padding:20px 15px;
}
#contenido-nota-msg {
	background-color: #F5F5F5;
	padding: 7px;
	font-size:12px;
}
#anotacion-msg .cuerpo-msg {
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#anotacion-msg strong {
	font-family:ancizar_sansregular_italic, "MS Serif", "New York", serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/* ANOTACION-PROCESO */
#anotacion-proceso {
	width: 515px;
	margin-top: 20px;
	margin-left: 0px;
	border: solid 1px #CC9900;	
}
.borde-alerta-amarillo-proceso {
	background-color: #990000;
}
.celda-separa-amarilla-proceso {
	background: repeat-x #F5EF89 url(imagenes/lineapunteadahoriz-3.gif);
}
.fondo-2-amarillo-proceso {
	background-color: #FFFF99;
}
.fondo-alerta-amarillo-proceso {
	background-color: #FFFF00;
}
.separa-linea-2-proceso {
	background: repeat-x url(imagenes/lineapunteadahoriz-3.gif);
}
